L LOUISSSSS Diamond Member Dec 5, 2005 8,771 58 91 Dec 25, 2007 #1 for example, under speedfan i have [EXEC "SHUTDOWN -s -t 01] to shutdown my computer how can i get a similar command to have my computer HIBERNATE instead? (yes, i have hibernation enabled in power options)
for example, under speedfan i have [EXEC "SHUTDOWN -s -t 01] to shutdown my computer how can i get a similar command to have my computer HIBERNATE instead? (yes, i have hibernation enabled in power options)
Snapster Diamond Member Oct 14, 2001 3,916 0 0 Dec 25, 2007 #2 Use the -h flag instead of the -s in the same command (EXEC "SHUTDOWN -h -t 01]) Few others: /l Log off. /s Shutdown the computer. /r Shutdown and restart the computer. /p Turn off the local computer with no time-out or warning. /h Hibernate the local computer.
Use the -h flag instead of the -s in the same command (EXEC "SHUTDOWN -h -t 01]) Few others: /l Log off. /s Shutdown the computer. /r Shutdown and restart the computer. /p Turn off the local computer with no time-out or warning. /h Hibernate the local computer.
L LOUISSSSS Diamond Member Dec 5, 2005 8,771 58 91 Dec 25, 2007 #3 Originally posted by: Snapster Use the -h flag instead of the -s in the same command (EXEC "SHUTDOWN -h -t 01]) Few others: /l Log off. /s Shutdown the computer. /r Shutdown and restart the computer. /p Turn off the local computer with no time-out or warning. /h Hibernate the local computer. Click to expand... HEY GOT A LINK OR A PAGE WHERE I CAN READ UP MORE ON THIS STUFF? sorry CL
Originally posted by: Snapster Use the -h flag instead of the -s in the same command (EXEC "SHUTDOWN -h -t 01]) Few others: /l Log off. /s Shutdown the computer. /r Shutdown and restart the computer. /p Turn off the local computer with no time-out or warning. /h Hibernate the local computer. Click to expand... HEY GOT A LINK OR A PAGE WHERE I CAN READ UP MORE ON THIS STUFF? sorry CL
J JW310 Golden Member Oct 30, 1999 1,582 0 0 Dec 25, 2007 #4 Open up a command line (Start -> run... -> type "cmd.exe" and hit enter), then type shutdown -? It'll give you all the options for the shutdown.exe command
Open up a command line (Start -> run... -> type "cmd.exe" and hit enter), then type shutdown -? It'll give you all the options for the shutdown.exe command