Folder Runauto ... The deletion method is attached to the batch processing kill tool _ virus

Source: Internet
Author: User
Tags echo command
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. "

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.