In some cases, when computers are infected and some Windows applications are blocked by Viruses, this means that you are unable to run those applications even if the Viruses are already cleaned up from your computer. This case, you have to use scripts or applications to enable the blocked applications after the Viruses are killed.
Applications that are often blocked by Viruses:
How to enable them in Windows XP
Copy some scripts bellow → Paste in Notepad → Save as VBScript (*.vbs) → run that fileYou may need administrator permission.
Set objShell = WScript.CreateObject("WScript.Shell")
objShell.RegWrite "HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\POLiCIES\System\DisableTaskMgr", "0", "REG_DWORD"
Set objShell = WScript.CreateObject("WScript.Shell")
objShell.RegWrite "HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\POLiCIES\System\DisableRegistryTools", "0", "REG_DWORD"
Set objShell = WScript.CreateObject("WScript.Shell")
objShell.RegWrite "HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\POLiCIES\EXPLORER\NoFolderOptions", "0", "REG_DWORD"
Set objShell = WScript.CreateObject("WScript.Shell")
objShell.RegWrite "HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\POLiCIES\EXPLORER\NoRun", "0", "REG_DWORD"
Set objShell = WScript.CreateObject("WScript.Shell")More about registry, Click here.
objShell.RegWrite "HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\POLiCIES\EXPLORER\NoFind", "0", "REG_DWORD"
Related Documents at Amazon.com :
Registry Utilities Professional
Merlin Pocket PC Registry Editor v1.0
PocketReg Registry Editor
356 Porsche Technical and Restoration Guide
No comments:
Post a Comment