How to remotely shutdown other computer from LAN
You can just type shutdown /i
to get GUI or:
shutdown /s /m \\Desktop /t 0
Switch “/s” is to shutdown, “/t 0” to do it immediately, “/m computer” defines which computer.
You can just type shutdown /i
to get GUI or:
shutdown /s /m \\Desktop /t 0
Switch “/s” is to shutdown, “/t 0” to do it immediately, “/m computer” defines which computer.