Skip to content

Instantly share code, notes, and snippets.

@techeverri
Last active January 21, 2016 15:10
Show Gist options
  • Save techeverri/64cb9e2aae8c697447b9 to your computer and use it in GitHub Desktop.
Save techeverri/64cb9e2aae8c697447b9 to your computer and use it in GitHub Desktop.
Cancel Windows shutdown periodically
@ECHO OFF
SET /A TIMER = 15
:LOOP
SHUTDOWN /A
TIMEOUT /T
GOTO LOOP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment