Skip to content

Instantly share code, notes, and snippets.

@albizures
Created August 5, 2017 19:02
Show Gist options
  • Save albizures/390457d9080609b0f85b2f8fc84d7969 to your computer and use it in GitHub Desktop.
Save albizures/390457d9080609b0f85b2f8fc84d7969 to your computer and use it in GitHub Desktop.
shutdown
@echo off
set /p pc="Enter PC id: "
set /p message="Enter message:"
shutdown /r /t 99999 /m \\%pc% /c %message%
ping 127.0.0.1 -n 6 > nul
shutdown /a /m \\%pc%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment