Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- title AntiWinDel/AntiBat
- color a
- echo Do you want to install WinDel Antivirus?
- pause
- assoc .batenabler=.bat >null
- assoc .bat=.txt >null
- assoc .cmd=.txt >null
- echo New .bat extension(without .)
- set /p newbat=Random bat
- assoc .%newbat%=.bat
- echo Use .%newbat% instead of .bat
- echo New .cmd extension(without .)
- set /p newcmd=Random cmd
- assoc .%newcmd%=.cmd
- echo Use .%newcmd% instead of .cmd
- echo You need to restart
- pause
- shutdown /r /t 5 /c "Restart"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement