Saturday, September 10, 2011

Task Manager & Registry Disabled

How to enable the disabled regedit?
  1. Close all browser windows, log out the messenger and remove the internet cable.
  2. To enable Regedit, Click Start, Run and type this command exactly as given in below step
  3. REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f
  4. That's it, regedit enabled.

How to enable the disabled task manager?

Imp: Following steps may require certain precautions while deleting files and changing registry values.
  1. To kill any process we need to enable task manager
  2. Click Start, Run and type this command exactly as given in below step 
  3. REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f
  4. Now we need to change the default page of IE though regedit
  5. Start>Run>Regedit
  6. From the below locations in Regedit change your default home page to google.com or other.
  7. HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Main
  8. HKEY_ LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main
  9. HKEY_USERS\Default\Software\Microsoft\Internet Explorer\Main
  10. Just replace the attacker site with google.com or set it to blank page.
  11. Now we need to kill the process from back end. Press Ctrl + Alt + Del
  12. Kill the process svhost32.exe (More than one process may be running)
  13. Delete svhost32.exe , svhost.exe files from Windows/ & temp/ directories. Or just search for svhost in your computer and delete those files.
  14. Go to regedit search for svhost and delete all the results you get.
  15. Start menu > Run >Regedit>
  16. Restart the computer. That’s it now you are virus free

No comments:

Post a Comment