Ryan's District Boards

Computer, programming, and webmaster help , support , tips and tricks => Internet webmaster computer programming technology tips and tricks => Topic started by: Sunite on November 05, 2007, 09:12:13 PM

Title: How to shutdown your System remotely?
Post by: Sunite on November 05, 2007, 09:12:13 PM
How to shutdown your System remotely?

“SHUTCMD.EXE” utility that you can use to shutdown or restart your local or remote computer. You must first logon to the computer that you're trying to reboot.

You can shutdown the local computer by running this command:

 

SHUTCMD /L

To shutdown a computer on your network ("SERVER" the name of the computer you want to shutdown):

SHUTCMD \\SERVER /Y

To shutdown a remote computer connected to the Internet ("131.200.1.1" being the IP address of that computer you want to shutdown).

SHUTCMD \\131.200.1.1 /Y