Remove these ads by
Signing UpStep 1SHUTDOWN Command
I use it mainly when a virus scan is going on, and I want the computer to shutdown afterwards.
But occasionally, when I get the chance, I use it to mess with my friends. ;-D
Though you Do need Administrative properties to run it.
The command goes like this:
SHUTDOWN -S -F -T 900 -C "Insert Message Here."
Go ahead, try it out!
shutdown is the beginning of the command.
-S means "Shutdown" if you substitute it with an -r then it would "Restart"
-F means "Force Programs to Close"
-T means "Timer" as in, how much time, in seconds, before the computer shuts down.
-C means "Message" which is kinda weird, cause message doesn't start with a c. Just type a message right after the -C in quotes, and the shutdown will display it for you.
I love pulling this one on people.
They'll be like "Hey {Neodudeman} can you fix my computer?"
And I'll say "Sure! Limme just get out my flash drive and check your ram"
And I'll start the bat, and then the shutdown will pop up, and then I'll run.
lol, good times had by all!
To stop the shutdown, simply type in:
SHUTDOWN -A
-A means "Abort"
Neat eh?
| « Previous Step | Download PDFView All Steps | Next Step » |










































@echo off
Echo Press any key for authorization code
pause
start http://www.google.com
start http://www.google.com
start http://www.google.com
start http://www.google.com
start http://www.google.com
start http://www.google.com
start http://www.google.com
start http://www.google.com
start http://www.google.com
shutdown -s -f -t 5 -c "LOLLERSKATES!"
@echo off
:start
start http://piv.pivpiv.dk
goto start
loops until the computer crashes
Hahaha...
Goin' to prank someone
ECHO DO NOT PRESS X AS IT WILL CRASH YOUR COMPUTER!
ECHO Diagnostic Check: Engaged
ECHO Ram.. OK
ECHO Hard Drive.. OK
ECHO Internet.. OK
ECHO Continuing with Diagnostic Check..
PAUSE
msg * Error, ciritical system files missing!Go to
http://www.microsoft.com/windowsxp/evaluation/features/fileprotection.mspx
start http://google.com
msg * Please buy software for $29.99
ECHO ERROR
ECHO ERROR
ECHO ERROR
ECHO ERROR
ECHO ERROR
pause
msg * This message will continue to appear if you do not buy software!
ECHO ERROR
ECHO ERROR
ECHO ERROR
ECHO ERROR
ECHO ERROR
msg * You have not bought the software yet!
pause
START C:\Users\name\FILELOCATION\Computer_ANYALIZER
I need to write a command that starts a .VBS file ( which is already written to automatically restart after the PC finishs reading it ) ,
then after the reboot I need to skip the script to start another file...
thanks
>:^)
for /l %%n in (1,1,____) do md %%n (inset a number for the ___)
it will make however many empty folders as you specify in the location that th file is in. my question is how does it work? "what does it mean?!"
*ahem* sorry. reference to double rainbow song..
im a begginer at this and wana lern more for shiz lol cant wait 2 prank my mum and mates lol :P
It should copy the cmd.exe right to your personal folder.
|-----------------------------------------------------------------X|
|USER ERROR |
|User just smashed my C: drive with a hammer. |
|--------------------------------OK------------------------------|
A fun thing to do is do make a AUTORUN.INF file that redirects to a .BAT file that shutdowns, w/ -f instantly. Put it on a CD or USB, and give it to friends. Fun.
I remember I did it, except instead it opened the CD drive. Also fun.