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”.
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.
Tnx for the info. But when I run is giving me error
ReplyDeleteIs 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