Blog Archive

Saturday, May 28, 2011

VBS Virus Removal without AntiVirus Program

Now days, the virus Worm, Trojan and et cetera, has been haunt many computer users, begin from nice gays to the most cruel ... (lol) :-). However, one of the most annoying which has easy process is the VBS virus, It only use Notepad tool to make the virus, and this notepad is provided by the Windows application. VBS virus can make disorder the regedit of computer system, even to remove (delete) its files. VBS virus can run the application using its auto run application namely wscript.exe which locates in the directory c: \ windwows \ system32. This file is very influential on all the files with “.vbs” extensions.

So, you have your own describe, haven’t you? If wscript.exe doesn’t run well, it’s so obviously the VBS virus is also not be able run well....

And these are the way to cut down wscript.exe application:

1. If your computer have not been infected

  • Open the Run menu -> type regedit.exe
  • Into the key "HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows NT \ CurrentVersion \ Image File Execution Options"
  • On the right side, right-click - new - key
  • Give it the name "wscript.exe", and then on the right side, add a String Value. Give the name "Debugger" and fill in "1". Ok Done.

2. If your computer get infected

Usually the virus is always shut the windows several tools such as regedit, Task Manager, Folder Option, et cetera, and because of regedit cannot be accessed directly, so it has to use another way, which is “VBS before we shut down the wscript”.

Open “Run” menu-> Notepad

Type the following code

  • dim reg
  • set reg = createobject ( "wscript.shell")
  • reg.regwrite "HKLM \ Software \ Microsoft \ Windows NT \ CurrentVersion \ Image File Execution Options \ wscript.exe \ debugger", 1,"REG_SZ"

then, save the folder as "vbsKiller.vbs" and don’t forget to change “Save as type” as "All Files".

Then, double click vbsKiller.vbs to use it. Done.....

End story for this VBS!...

Good luck... hopefully useful


Copyright © 2011 Shinta Ferlina M. and respective owners.

All rights reserved.

1 comment:

  1. Tnx for the info. But when I run is giving me error
    Is showing
    "Srcipt: c:\users\cycrack\desktop\vbskiller.vbs
    Line: 2
    Char: 1
    Error: object doesn't support this property or method:'wscript.shell'
    Code: 800A01B6
    Source: microsoft VBScript runtime error

    ReplyDelete