Command To Shut Down Computer

  • Thread starter Thread starter C. Davey Utter
  • Start date Start date
C

C. Davey Utter

What command do I need to enter on the command line to shut down my
computer? Using Windows XP Pro.
 
C. Davey Utter said:
What command do I need to enter on the command line to shut
down my computer? Using Windows XP Pro.

Enter shutdown.exe /? in the command prompt windows to see how
it works.

Nepatsfan
 
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!"
 
Hi ... Or you could hit these keys >>> microsoft logo key follow by twice
with the u key

.....
 
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?
 
Ah, thanks that what I needed to se! How do I see a list of all
available commands?
 
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!"
 
Back
Top