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.
Q: Access is denied.(5) A: Go to run -> type in: secpol.msc -> local policies -> User Rights Assignment -> force shutdown from a remote system add your account to it (or just add Everyone)