Virus Removal Through CMD
today we are going to see very nice tut to start with removing virus using CMD.Things We need here .
1) windows PC :)
2) a little knowledge of win pc.
Some Research !
First of All we need to see whether our system is really affected or not .for these Start up your Task manager either by using run shortcut "taskmgr.exe" or right click on taskbar and click on task manager .
After opening the task manager move to process section . Now Look for any suspicious Activity running .
Here we can see various activities running bye various EXEs .
remeber these section also contains system processsess not to delete them.
Here we do not find any suspicious activity . still various worms are initialized by VB scripts and the big advantage for finding these worms is to see whether the wscript.exe is running?
if you can see the wscript.exe activity in the task manager now its time to jump on CMD.
next stage is to start up your cmd with command prompt. click windowns button and type cmd When cmd searched click Alt+Enter .
Now Enter The Following Command
taskkill /T /M "wscript"
and Your Done.
Dont Forget To share.