How to remotely shutdown other computer from LAN

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.

date 30. Jun 2022 | modified 29. Dec 2023
filename: Tip » Shutdown over LAN