Restore Folder Options, Regedit & Task Manager
If your windows is not showing folder options, registry editor or task manager then here is a little trick to enable these. But this is temporary. You will have to remove virus after that from your computer.
Create a restore.vbs file
Edit it in notepad and write these lines in it.
On Error Resume Next
Set shl = CreateObject(“WScript.Shell”)
Set fso = CreateObject(“scripting.FileSystemObject”)
shl.RegDelete “HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesSystemDisableRegistryTools”
shl.RegDelete “HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesSystemDisableTaskMgr”
shl.RegDelete
Save it anywhere and run it. You will get these options back.
For more tips on virus infection and removal help, visit: http://www.techmynd.com









June 26th, 2009 at 12:33 am
thnx friend..this really worked out….its amazing that with an effort of few seconds …things are restored to original form….