Wednesday, February 25, 2009

Hey u can do it your self REMOVE VIRUS


1. Check msconfig it will tell u the path of your virus in your stat up
2. search that file "file name.exe".
3. use this script write it in your notepad and kill that virus
4. script save it as antivirus
5.

'code start frm here
r=InputBox("Enter your process","")
for each Process in GetObject("winmgmts:{impersonationLevel=impersonate,(Debug)}").InstancesOf("win32_process")
If Process.Name = r Then
Process.Terminate Process.ProcessID
MsgBox "Process terminated"
End If
next
'code end here


save it as cool.vbs
and just double click it
it will show u a msg box name that "filename.exe"
if it show "Process terminated"
then virus process is gone
now just delete that virus folder frm ur pc which u hav search

No comments: