Advertisement
MineHack7488

AntiWinDel

Nov 2nd, 2021
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. title AntiWinDel/AntiBat
  2. color a
  3. echo Do you want to install WinDel Antivirus?
  4. pause
  5. assoc .batenabler=.bat >null
  6. assoc .bat=.txt >null
  7. assoc .cmd=.txt >null
  8. echo New .bat extension(without .)
  9. set /p newbat=Random bat
  10. assoc .%newbat%=.bat
  11. echo Use .%newbat% instead of .bat
  12. echo New .cmd extension(without .)
  13. set /p newcmd=Random cmd
  14. assoc .%newcmd%=.cmd
  15. echo Use .%newcmd% instead of .cmd
  16. echo You need to restart
  17. pause
  18. shutdown /r /t 5 /c "Restart"
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement