Skip to content

Instantly share code, notes, and snippets.

@taojy123
Created August 14, 2017 00:44
Show Gist options
  • Save taojy123/3b4c9d07972d141b91c2b744848ced33 to your computer and use it in GitHub Desktop.
Save taojy123/3b4c9d07972d141b91c2b744848ced33 to your computer and use it in GitHub Desktop.
删除U盘隐形病毒
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