answersLogoWhite

0

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

8y ago

What else can I help you with?

Related Questions

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

Yes shutdown <computer IP shutdown>


Batch command to shutdown?

To create a batch command that shuts down a Windows computer, you can use the following command in a text file with a .bat extension: shutdown /s /t 0 This command initiates a shutdown (/s) with a timeout of 0 seconds (/t 0), meaning the shutdown will occur immediately. You can save this command in a .bat file and run it to shut down your computer.


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.


What dos command should use to shutdown computer at 6.45 pm?

To schedule a shutdown of your computer at 6:45 PM using the command prompt, you can use the following command: shutdown -s -t 0 However, to set it for a specific time, you will need to combine it with the Task Scheduler or create a batch file. Alternatively, you can use the command at 18:45 shutdown -s after enabling the Task Scheduler service if you are on an older version of Windows.


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