Shutdown your PC over the Network Part III
Inside Windows NT Resource Kit there's a small utility called "SHUTCMD.EXE" that we can use it to shutdown or restart a local or remote computer.
For testing, you can shutdown the Local Computer by running this text:
SHUTCMD /L
OR you can shutdown a computer over the network ("SERVER1" being the name of the computer/server else you can type IP Address):
SHUTCMD \\SERVER1 /Y
OR you can shutdown a remote computer connected to the Internet ("205.56.44.24" is the IP Address of the computer that you want to shutdown):
SHUTCMD \\205.56.44.24 /Y
NOTE: You must first logon to the computer that you're trying to reboot/shutting down.
For testing, you can shutdown the Local Computer by running this text:
SHUTCMD /L
OR you can shutdown a computer over the network ("SERVER1" being the name of the computer/server else you can type IP Address):
SHUTCMD \\SERVER1 /Y
OR you can shutdown a remote computer connected to the Internet ("205.56.44.24" is the IP Address of the computer that you want to shutdown):
SHUTCMD \\205.56.44.24 /Y
NOTE: You must first logon to the computer that you're trying to reboot/shutting down.
Comments
Post a Comment
Please register before posting your comment here !!