answersLogoWhite

0


Best Answer

Shutdown over Network... You can simply go to the computer on the network through the command prompt and type: Shutdown -s

This will turn your computer off in 60 seconds to stop this just type: Shutdown -a

There are many more options to the Shutdown command.

User Avatar

Wiki User

7y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How you shutdown a computer through command line on other computer while both PC are on the different network or same network DurbanPoizin?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How you shutdown a computer through command line other computer in same network?

Yes shutdown <computer IP shutdown>


How do you restart to the command prompt?

Restart your computer and a soon as Windows starts loading, press F8. There should be numerous options including one that says something like, "Safe Mode with Command Prompt." Arrow down to that option and press enter.


How do you reboot a computer through command line on a network?

shutdown -r


What command is used to shutdown or restart the computer?

You use the any key


How do shutdown lan connected computer through their ip address?

If you are the legitimate administrator of the (Windows) computer in question, you can do this using the Computer Management tool. If you are not, this is illegal (and the odds are you won't be able to anyway).


What is the command to turn off Linux?

Virtually all Linux distributions will accept the "halt" command. Some also have a shutdown command, though this has additional parameters and is meant mainly to shut down the system at a certain time.


How do you shutdown a client computer from the server system by selecting the required client from the LAN?

Go to command prompt c:\>shutdown -i Then give the client ip Then give shutdown.


How can we Shut down client computer from server?

To shut down WindowsXP computers from a Windows2003 Server use the "shutdown" command. The shutdown command can be run as part of a batch script, or interactively with "shutdown -i" A good starting point is http://www.computerperformance.co.uk/w2k3/shutdown.htm


How do you standby a computer with command prompt?

shutdown -lThe computer must have hibernate set to off.Then run the following command from command prompt%windir%\System32\rundll32.exe powrprof.dll,SetSuspendStateIf Hibernate is ON the above command will place your computer in hibernate state


Does Putty exe allow you to remotely startup or shutdown the computer you are connected with?

Yes you can.Once connected you need to login as root using sudo or su - command. Type the following command to shutdown remote system: # shutdown -h now OR # /sbin/shutdown -h now To reboot the system, enter: # shutdown -r now OR # /sbin/reboot


Why is shutdown -1 not working on my PC?

Shutdown -1 is not a correct command for shutting down. Open a command line... Start >> Run... >> cmd >> ENTER Then type: shutdown /h (shutdown) shutdown /r (restart) shutdown /l (log off) shutdown /? (more info on shutdown)


How do you restart a remote computer through remote desktop connection in xp?

go to start -> run -> and type 'shutdown -s' without quotes To make a shortcut for the shutdown command, goto the desktop, right click the mouse, and make a new shortcut. Where it says type location of shortcut, type: %windir%\System32\SHUTDOWN.exe -S -T 0 Where -S is for shutdown, -T is for timeout, 0 is seconds for timeout. The -S can be changed to -R for a reboot.