Remote shutdown of computers on your network



{1}Open command prompt ---> type net view. This is to view the computers on your network.
You will receive the names of the computers present on your network.

{2}Type shutdown -m \\computer name -s       (or -r or -l)

-s for shutdown
-r for restart
-l for logoff

0 comments: