click

Wednesday, 23 April 2014

If All Programs are disabled by virus, please try this steps

Open Registry Editor (goto run and type regedit).
When it's open, expand My Computer if it's not.
Next, goto HKEY_CURRENT_USER and expand it.
Then goto Software and expand it.
Then goto Microsoft and expand it.
Then goto Windows and expand it.
Then goto CurrentVersion and expand it.
Then goto Policies and expand it.
Then goto Explorer.
On the right half, there might be a dword value name NoStartMenuMoreProgramss. If it
exist, right click on it and select delete. Restart pc.
Always remember to do registry backup or create a restore point just
In case before working the registry.

Manual steps to recover from Winsock2 corruption for Windows Vista, 7 users

Winsock corruption can cause connectivity problems. To resolve this issue by using Network Diagnostics in Windows Vista, follow these steps:
1.
Click , , type cmd in the Start Search box, right-click cmd.exe, click Run as administrator, and then press Continue.
2.
Type netsh winsock reset at the command prompt, and then press ENTER.

Note If the command is typed incorrectly, you will receive an error message. Type the command again. When the command is completed successfully, a confirmation appears, followed by a new command prompt. Then, go to step 3.
3.Type exit, and then press ENTER.

To uninstall Internet Explorer 7

a. Click Start, and then click Run.
b. In the Open box, type %windir%\ie7\spuninst\spuninst.exe, and then click OK.
c. Follow the wizard instructions to uninstall Internet Explorer 7.
After you uninstall Internet Explorer 7, double-click the Internet Explorer icon to verify that Internet Explorer 6 is restored.

If there is No Hard Drivers seen, when you open My Computer try this fix



Open Registry Editor (goto run and type regedit).
When it's open, expand My Computer if it's not.
Next, goto HKEY_CURRENT_USER and expand it.
Then goto Software and expand it.
Then goto Microsoft and expand it.
Then goto Windows and expand it.
Then goto CurrentVersion and expand it.
Then goto Policies and expand it.
Then goto Explorer.
On the right half, there might be a dword value name NoDrives. If it
exist, right click on it and select delete. Restart pc.
Always remember to do registry backup or create a restore point just
In case before working the registry.

If Control Pannel is disabled by virus, please try this steps

 Click on start, click run or press Windows key and R simultaneously on you keyboard and paste this code ad hit enter key on your keyboad



reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoControlPanel /t REG_DWORD /d 00000000 /f | reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoControlPanel /t REG_DWORD /d 00000000 /f | reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v Start_ShowControlPanel /t REG_DWORD /d 00000002 /f

If Task Manager is disabled by virus, please try this steps

Click on start, click run or press Windows key and R simultaneously on you keyboard and paste this code ad hit enter key on your keyboad

reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 00000000 /f | reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v DisableTaskMgr /t REG_DWORD /d 00000000 /f | reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system\ /v DisableTaskMgr /t REG_DWORD /d 00000000 /f | reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DisableCAD /t REG_DWORD /d 00000000 /f

If registry is disabled by virus, please try this steps

Click on start, click run or press Windows key and R simultaneously on you keyboard and paste this code ad hit enter key on your keyboad


reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v "DisableRegistryTools" /t REG_DWORD /d 00000000 /f | reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v "DisableRegistryTools" /t REG_DWORD /d 00000000 /f | reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "NoSaveSettings" /t REG_DWORD /d 00000000 /f