shutdown -i


Recommended Posts

Open up a command prompt and type

shutdown -s -f -m \\[ip or name of computer]

C:\Documents and Settings\pnp>shutdown /? 
Usage: shutdown [-i | -l | -s | -r | -a] [-f] [-m \\computername] [-t xx] [-c "comment"] [-d up:xx:yy] 

? ? ? ? No args? ? ? ? ? ? ? ?  Display this message (same as -?) 
? ? ? ? -i? ? ? ? ? ? ? ? ? ? ? Display GUI interface, must be the first option 
? ? ? ? -l? ? ? ? ? ? ? ? ? ? ? Log off (cannot be used with -m option) 
? ? ? ? -s? ? ? ? ? ? ? ? ? ? ? Shutdown the computer 
? ? ? ? -r? ? ? ? ? ? ? ? ? ? ? Shutdown and restart the computer 
? ? ? ? -a? ? ? ? ? ? ? ? ? ? ? Abort a system shutdown 
? ? ? ? -m \\computername? ? ?  Remote computer to shutdown/restart/abort 
? ? ? ? -t xx? ? ? ? ? ? ? ? ?  Set timeout for shutdown to xx seconds 
? ? ? ? -c "comment"? ? ? ? ? ? Shutdown comment (maximum of 127 characters) 
? ? ? ? -f? ? ? ? ? ? ? ? ? ? ? Forces running applications to close without warning 
? ? ? ? -d [u][p]:xx:yy? ? ? ?  The reason code for the shutdown 
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? u is the user code 
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? p is a planned shutdown code 
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? xx is the major reason code (positive integ:) less than 256) 
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? yy is the minor reason code (positive integer less than 65536)

amazing what shutdown /? can do j/k :)

Edited by gameguy
Link to comment
Share on other sites

Well, thanks alot, but I am having a problem to actually getting it to work on the computers. my computer gives me error that it cannot find other computers. It is on the network though.

Link to comment
Share on other sites

i've always used the GUI version using "shutdown -i" as in your title.

I then click on ADD then type in either the IP address or computername

eg. \\192.168.0.5 or \\home

click OK, then enter # of seeconds before shutdown and enter a message then OK.

A pop up window will then appear on the other computer confirming the shutdown process.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.