If you want an off button or a logoff button, here's a way around it that would create two separate buttons: Right click the desktop and choose new->shortcut. When you are prompted for the target, type %windir%\system32\SHUTDOWN.EXE -s -t 0 (where %windir% represents the directory where windows is located, typically c:\windows). The argument "-s" means "shutdown," and the argument "-t 0" means wait 0 seconds before shutting down. Create anoth
3 Replies
3,874 Views