Wednesday, September 30, 2009

How to shutdown Computer over network

Shutdown Your PC over Network :
You can simply go to the computer on the network through the command prompt ( to open command prompt start--> run --> type cmd ) and type "shutdown -m \\computer -s" .
\\computer is the name of the computer you want to shut down. You may aslo use the ip address of the pc you want to shutdown instead of the computer name. For instance if the ip address of the pc12 is 168.147.60.4 then the command should be c:\>shutdown -m\\168.147.60.4 -s .

0 comments: