Step 3Create the "shutdown.bat" file
1. Open up "Notepad" by going to Start > Run > "Notepad" and then click OK.
2. In the notepad editor, type in:
c:\windows\system32\shutdown -s -f -t 00
3. Save the file to your computer. You can put it pretty much anywhere on your computer. I put mine on my C: drive.
What this batch file does is it points to the shutdown function on your computer, generally located at c:\windows\system32\shutdown. You may want to double check this, as some computers may have it listed as c:\winnt\system32\shutdown. If this is the case, then you want to change your batch file accordingly. The -s tells it to shutdown the computer. The -f tells it to force the computer to shutdown so that it doesn't get hung on any open applications. The -t sets the time for it to wait before it actually shuts down. You can set it to whatever you want, but I put in 00 to set it to zero.
| « Previous Step | Download PDFView All Steps | Next Step » |












































http://technet.microsoft.com/en-us/sysinternals/bb897541.aspx
However, waking from hibernation is not possible, at least not with this method. You'll need some way to use wake-on-LAN