Вы находитесь на странице: 1из 1

Commands to delete virus [Solved/Closed]

===================== ===================== go to start-run-cmdtype cd\ f:-dir/ah del autorun.inf/f/ah(press enter) rigth click on task bar go to task manager-process-explorer-end to bring back les go to les-new-brows -windows-expoloere-open-and followed the steps ===================== ===================== C:\dir/a (here all le in c drive will be listed you can nd unknow les and can delet by using command Erase /ashr (FILENAME). Try to x like this for all drives. ===================== ===================== 1) go to run 2)type cmd 3)type the letter of ur USB at My computer (example F:), then enter 4) then type attrib -s -h -r /s /d, enter, but before you press ENTER , make sure that ur USB is open in window and it view is in thumbnails, so that u will be able to identify folders that are fake and real,,try to observe folders,,if there are curls or curve on its side,,then those folders are fake,,maybe the real was hidden by a virus 5) then,,delete all the virus you've identify.,,,. ===================== ===================== to delete the virus from a drive ...its possible but some of them may spread again to another and then to the same one . Commands to delete virus from a drive 1.go to command prompt (cmd) 2. dir/a 3.del lename /a /s /f /p

===================== ===================== If the code above didnt work(BY SOMEONE) Mayby the virus you have is not an autorun one and maybe a simple .bat virus set to restart each time you log on to your computer,if so this will be located in all C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup So any user logging on will have the virus .bat load load up with them, the .bat may run the make you restart or logo You still have a few options try opening the folder and looking for a .bat le and nd its name %SystemRoot%\explorer.exe "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup" See if any .bat les exist there? if you dont see it it may have the /h attribute so in your code you will need to make them visible so you can nd the name of the virus .in or .bat, if you manage to nd the name of the virus then just switch the "variable name" below to whatever the virus name is... if so try this code as above using the .bat extention instead. @echo o dir if exist "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\"Variablename.bat" goto inf :inf attrib autorun.inf -s -h -r -a del "variablename.bat" (change to the virus name) msg * autorun.bat Deleted :end end ===================== =====================

2 3

First nd out the name of the virus, and the exact location of the virus. reboot in to safe mode with command prompt, and remove the attributes of that ne and delete it.

===================== ===================== You guys aren't helping this guys question. Well most of you aren't. ======================================================================= ==============================CMD.BAT=================================== == @echo o dir if exist "C:\Documents and Settings\HP_Administrator\Start Menu\Programs\Startup\Autorun.inf" goto inf :inf attrib autorun.inf -s -h -r -a del autorun.inf msg * autorun.inf Deleted (SO ON)

for example : if virus name is abcd.exe and its located in c:\windows\system32\abcd.exe then in command prompt navigate to system32 and to check the presence of virus use command "dir/ah" this will view the hidden les, and remove the virus attributes Ex: c:\windows\system32> attrib -s -h -r abcd.exe c:\windows\system32> del abcd.exe nally delete the virus itself from the drive. next step is nd out of abcd.exe is present in Startup, and in registry, this will make sure that the virus would not startup again during reboot. Once all these are done, reboot your pc and your problem will be solved. Regards...

Вам также может понравиться