Skip to content

Instantly share code, notes, and snippets.

@paulness
Created May 25, 2019 11:52
Show Gist options
  • Save paulness/78b64a7e1975cb065aad7ba74287d55e to your computer and use it in GitHub Desktop.
Save paulness/78b64a7e1975cb065aad7ba74287d55e to your computer and use it in GitHub Desktop.
Put computer to sleep without having sleep option in menu.

Put computer to sleep without having the option

Some work PC's and laptops with an office wide group policy have sleep disabled. This worked for me to sleep my laptop everyday.

Download PSTools

https://docs.microsoft.com/en-us/sysinternals/downloads/pstools

Add the folder to the PATH in Windows 10

Run this command in cmd.exe or create a .BAT file for easy access.

psshutdown -d -t 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment