|
shutdown.exe
Shutdown a machine from the command line.
USAGE:
shutdown [/F | /R] hostname [/I] [/?]
COMMAND OPTIONS:
|
hostname
|
Shutdown host machine, confirms shutdown and reboot information
|
|
/F hostname
|
Shutdowns host machine without confirmation
|
|
/R
|
Shutdown and reboot
|
|
/I
|
Interactive Mode
|
|
/?
|
Displays help file
|
EXAMPLES:
To shutdown the machine named \\MACHINE, with a confirmation prompt, type:
shutdown \\MACHINE
To shutdown the machine named \\MACHINE, without a confirmation prompt, type:
shutdown /F \\MACHINE
To shutdown & reboot a machine, and to be prompted for hostname, and confirmation of shutdown & reboot, type:
shutdown /R
To run in interactive mode, type:
shutdown /I
|