Advertisement
mansz81

xhidden.bat

Mar 26th, 2022
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @ECHO OFF
  2. echo Trying to repair your drive...
  3. echo Please wait...
  4. attrib -r -a -s -h /s /d
  5. attrib -r -a -s -h autorun.inf
  6.  erase autorun.inf
  7.  copy remove.inf autorun.inf
  8.  attrib +r +a +s +h autorun.inf
  9.  attrib +r +a +s +h *.pif
  10.  attrib +r +a +s +h *.exe
  11. echo Done! All folders and files will be visible to you now.
  12. pause
  13. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement