Advertisement
Guest User

USB Storage Antivirus

a guest
May 27th, 2015
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.24 KB | None | 0 0
  1. @echo off
  2. set /p usb=Введите букву флешки (A-Z):
  3. @echo on
  4. cd /d %usb%:
  5. attrib -S -H /D /S
  6. dir
  7. del autorun.*
  8. del *.lnk
  9. mkdir "autorun.inf\name..\"
  10. attrib +s +h autorun.inf
  11. attrib +s +h "System Volume Information"
  12. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement