Sunday 30 June 2013

KILL THE TROJAN,VIRUS IN WSCRIPT.EXE APPLICATION WITHOUT USING ANTIVIRUS TOOLS

Now it is very easy to remove trojan,wscript.exe from your system by following the procedure given below.IT'S WORKING...

 
1. If your computer has not been infected ,then follow these steps:
  •  Open the Run menu -> type regedit.exe

  •  Into the key "HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows NT \ Current Version \ 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".
2. If your computer has got infected,then follow the steps given below:

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
 
 

1 comment:

  1. Hey cool how to find out whether my machine has been infected or not ??

    ReplyDelete