Tips for open Registry Editor that locked by virus

After previous article how to restore files or folders are hidden by the virus, sometimes a virus that attacks the computer, often locking Registry Editor. Why should the Registry Editor are first key to open? As we know, most viruses will be locked important tools in the windows system, such as Task Manager, Folder options, the Control Panel, CMD and other tools. The viruses locked important tools in windows system for not easy to be erased. Meanwhile to restore the Task Manager, Folder options, Control Panel or CMD, we have to change settings in the registry editor. If the registry editor are locked, how can we solve this problem?

Seeing the above problems, then the first time we have to do is to re-activate registry editor which is locked by a virus. How can I do? I have a practical steps to open the registry editor that locked by a virus. I use VB Script or VBS. Maybe many peoples ask why I use a VB Script because there are have other ways such as using a Registration Entries (reg) or Command Prompt to open the Registry Editor. I once tried using Registration Entries (reg) and Command Prompt to open the Registry Editor but could not open the registry editor and when I use the reg file appears a message "Registry editing has disabled by your administartor".

But, when I use the VB Script that message does not appear and the Registry Editor that locked by a virus can I open. To create a VB Script, we can make it with Notepad, and here is the steps to create a VB Script with the Notepad to open the Registry Editor that locked by viruses.
  • Open Notepad, you can type "Notepad" in Run menu (Without the quotes)
  • In Notepad window, type the following command:
    dim b
    set b = createObject ("WScript.Shell")
    PolSys = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\"
    rdw = "REG_DWORD"
    b.Regwrite PolSys & "DisableRegistryTools", "0", rdw
  • And then Save with menu File> Save As
  • In Save As window, select All Files in the Save As Type option and give the extension ". vbs" to name the file. For example give the file name "EnableRegedit.vbs". Click OK for save and close Notepad.
Now, you have a VB Script file for opening Registry Editor that locked by virus. You just double click for open VB Script file and for open Registry Editor type "regedit" in Run Menu. If the Registry Editor can't open, please correct the notepad command above. I hope tips for open Registry Editor that locked by viruses above usefull for us. If you have any questions about tips for open Registry Editor that locked by virus, please send in comment form.

0 komentar: