C C. Davey Utter Sep 24, 2005 #1 What command do I need to enter on the command line to shut down my computer? Using Windows XP Pro.
N Nepatsfan Sep 24, 2005 #2 C. Davey Utter said: What command do I need to enter on the command line to shut down my computer? Using Windows XP Pro. Click to expand... Enter shutdown.exe /? in the command prompt windows to see how it works. Nepatsfan
C. Davey Utter said: What command do I need to enter on the command line to shut down my computer? Using Windows XP Pro. Click to expand... Enter shutdown.exe /? in the command prompt windows to see how it works. Nepatsfan
R Richard Urban [MVP] Sep 24, 2005 #3 shutdown.exe -s -t 05 will shutdown the computer in 5 seconds. Change the 05 to anything you like, or eliminate the -t and time altogether. -- Regards, Richard Urban Microsoft MVP Windows Shell/User Quote from: George Ankner "If you knew as much as you think you know, You would realize that you don't know what you thought you knew!"
shutdown.exe -s -t 05 will shutdown the computer in 5 seconds. Change the 05 to anything you like, or eliminate the -t and time altogether. -- Regards, Richard Urban Microsoft MVP Windows Shell/User Quote from: George Ankner "If you knew as much as you think you know, You would realize that you don't know what you thought you knew!"
R RoadRunner Sep 24, 2005 #4 Hi ... Or you could hit these keys >>> microsoft logo key follow by twice with the u key .....
C C. Davey Utter Sep 26, 2005 #5 That'll do the trick for what I wanted to do. Many thanks! What does the -s do? And where is a good source of these commands?
That'll do the trick for what I wanted to do. Many thanks! What does the -s do? And where is a good source of these commands?
C C. Davey Utter Sep 26, 2005 #6 Ah, thanks that what I needed to se! How do I see a list of all available commands?
R Richard Urban [MVP] Sep 26, 2005 #7 shutdown -s = shutdown shutdown -r = reboot -- Regards, Richard Urban Microsoft MVP Windows Shell/User Quote from: George Ankner "If you knew as much as you think you know, You would realize that you don't know what you thought you knew!"
shutdown -s = shutdown shutdown -r = reboot -- Regards, Richard Urban Microsoft MVP Windows Shell/User Quote from: George Ankner "If you knew as much as you think you know, You would realize that you don't know what you thought you knew!"
N Nepatsfan Sep 26, 2005 #8 To see a list of available commands: Go to Start -> Run. Copy and paste the following into the Open box. %windir%\hh.exe ms-its:c:\Windows\Help\ntcmds.chm::/ntcmds.htm Or go to this web site. Command-line reference A-Z http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/ntcmds.mspx Nepatsfan
To see a list of available commands: Go to Start -> Run. Copy and paste the following into the Open box. %windir%\hh.exe ms-its:c:\Windows\Help\ntcmds.chm::/ntcmds.htm Or go to this web site. Command-line reference A-Z http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/ntcmds.mspx Nepatsfan