Today, I found a runauto. folder, double-click can not open, in fact, the name of his folder is this
If there is a point
Example: jb51. Then his folder fame jb51. \ Delete Method rd/s/q jb51 ... \
Jb51.. Then his folder name jb51...\ Delete method rd/s/q jb51...\ can be deleted
OK, here's an analysis of this file:
In fact, the folder is created by DOS, the full name should be Runauto ... Speaking of which, you should know why you can't delete it.
This method of deletion is very easy: (in the case of D-disk)
Start--run--type "cmd"--Enter "D:"--enter "rd/s/q runauto...\"
2. Cannot delete "Runauto ..." Folder.
Workaround: The folder's true name is "runauto...\" to perform rmdir C:\runauto...\/s/q can be deleted.
Batch processing Kill tool
Save As: Kill.bat run
Copy Code code as follows:
@echo off
echo "Abort virus process First"
NET STOP "Kerberos Key distribution Centers"
echo "Delete C disk virus file"
DEL c:\windows\lsass.exe/f/q/a R H S A
DEL c:\windows\setuprs1.pif/f/q/a R H S A
DEL c:\windows\cmd.exe.exe/f/q/a R H S A
DEL c:\windows\regedit.exe.exe/f/q/a R H S A
DEL c:\windows\r.exe/f/q/a R H S A
echo deletes files from the root directory of each partition, and needs to be adjusted according to the number of partitions per computer
RMDIR C:\runauto...\/s/q
DEL c:\autorun.*/f/q/A R H S
RMDIR D:\runauto...\/s/q
DEL d:\autorun.*/f/q/A R H S
RMDIR E:\runauto...\/s/q
DEL e:\autorun.*/f/q/A R H S
RMDIR F:\runauto...\/s/q
DEL f:\autorun.*/f/q/A R H S
RMDIR G:\runauto...\/s/q
DEL g:\autorun.*/f/q/A R H S
COPY C:\WINDOWS\regedit.exe C:\WINDOWS\ghregedi.exe
echo "Registry Editor has been backed up as Ghregedi.exe"
COPY C:\WINDOWS\SYSTEM32\cmd.exe C:\WINDOWS\SYSTEM32\ghcmd.exe
echo Command line tool has been backed up as Ghcmd.exe
echo file has been removed, restart and clean up registry dependencies. "