Created
August 14, 2017 00:44
-
-
Save taojy123/3b4c9d07972d141b91c2b744848ced33 to your computer and use it in GitHub Desktop.
删除U盘隐形病毒
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
attrib -s -h /s /d | |
pause | |
del "Microsoft Word.WsF" | |
del "Microsoft Excel.WsF" | |
del "*.WsF" | |
pause | |
del "*.lnk" | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment