shutdown your computer from a distance - Windows Views : 573
Tagged in : Windows
0 0
Send mail
shutdown your computer from a distance

There's a small utility called "SHUTCMD.EXE" included in the Windows NT Resource Kit that you can use to shutdown or restart a local or remote computer.

For example, you can shutdown the local computer by running:
SHUTCMD /L


to shutdown a computer on your network. test being the name of the computer you want to shutdown:
SHUTCMD \TEST /Y


to shutdown a remote computer connected to the Internet ("192.168.0.1" being the IP address of the computer you want to shutdown):
SHUTCMD \192.168.0.1 /Y

By Sanju, On - 2009-12-29



    Login to add Comments .