I created a shortcut on my desktop that just shuts down the computer. I got
it from PC World. Works great
shutdown.exe -s -t 0. The directions are below with some other switches you
may find useful.
Right-click on the Desktop, and from the pop-up menu click on New and then
on Shortcut. In the box under Type the location of the item: type
"c:\windows\system32\shutdown.exe" (without the quotes) and click Next.
Click Finish to create the shortcut.
Right-click on the shutdown shortcut and click on Properties. The contents
of the Target box will be highlighted. Press the right arrow key to move
the cursor to the end of that line. Press the space bar once and type -s.
Now press the space bar again and type -t 0. Now click OK to finish the
shortcut.
The -s tells shutdown.exe to turn off the computer. Using -l will cause
shutdown.exe to log off, and -r tells shortcut.exe to reboot the computer.
The -t 0 sets the number of seconds before the computer turns off to zero so
the computer turns off immediately. You can set the -t number to any number
of seconds. For example, if you set the -t to 5, shutdown.exe places a
countdown on your Desktop and turns off your computer when the seconds
count down to zero.