You can view the bat (batch processing) file of sxs.exe.

Source: Internet
Author: User

Copy codeThe Code is as follows: echo Features: The sxs.exe and autorun. inf files are automatically generated under each root directory, and some are also generated under windows \ system32svohost.exe or sxs.exe. The file attributes are hidden attributes. Disable anti-virus software automatically

: Solution: Create a batch file (content)
@ Echo off
Taskkill/f/im sxs.exe/t
Taskkill/f/im SVOHOST.exe/t
C:
Attrib sxs.exe-a-h-s
Del/s/q/f sxs.exe
Attrib autorun. inf-a-h-s
Del/s/q/f autorun. inf
D:
Attrib sxs.exe-a-h-s
Del/s/q/f sxs.exe
Attrib autorun. inf-a-h-s
Del/s/q/f autorun. inf
E:
Attrib sxs.exe-a-h-s
Del/s/q/f sxs.exe
Attrib autorun. inf-a-h-s
Del/s/q/f autorun. inf
F:
Attrib sxs.exe-a-h-s
Del/s/q/f sxs.exe
Attrib autorun. inf-a-h-s
Del/s/q/f autorun. inf
G:
Attrib sxs.exe-a-h-s
Del/s/q/f sxs.exe
Attrib autorun. inf-a-h-s
Del/s/q/f autorun. inf
H:
Attrib sxs.exe-a-h-s
Del/s/q/f sxs.exe
Attrib autorun. inf-a-h-s
Del/s/q/f autorun. inf
I:
Attrib sxs.exe-a-h-s
Del/s/q/f sxs.exe
Attrib autorun. inf-a-h-s
Del/s/q/f autorun. inf
J:
Attrib sxs.exe-a-h-s
Del/s/q/f sxs.exe
Attrib autorun. inf-a-h-s
Del/s/q/f autorun. inf
K:
Attrib sxs.exe-a-h-s
Del/s/q/f sxs.exe
Attrib autorun. inf-a-h-s
Del/s/q/f autorun. inf
L:
Attrib sxs.exe-a-h-s
Del/s/q/f sxs.exe
Attrib autorun. inf-a-h-s
Del/s/q/f autorun. inf
M:
Attrib sxs.exe-a-h-s
Del/s/q/f sxs.exe
Attrib autorun. inf-a-h-s
Del/s/q/f autorun. inf
N:
Attrib sxs.exe-a-h-s
Del/s/q/f sxs.exe
Attrib autorun. inf-a-h-s
Del/s/q/f autorun. inf
Reg delete HKLM \ Software \ Microsoft \ windows \ CurrentVersion \ explorer \ Advanced \ Folder \ Hidden \ SHOWALL/V CheckedValue/f
Reg add HKLM \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced \ Folder \ Hidden \ SHOWALL/v "CheckedValue"/t "REG_DWORD"/d "1"/f
Reg delete hklm \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Run/V sxs.exe/f
Reg delete hklm \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Run/V SVOHOST.exe/f
Exit

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.