Skip to content

Instantly share code, notes, and snippets.

@Raefael
Last active December 17, 2015 04:48
Show Gist options
  • Save Raefael/5552980 to your computer and use it in GitHub Desktop.
Save Raefael/5552980 to your computer and use it in GitHub Desktop.
# shows you the actuall settings
# you'll see the autopoweroff set to '1' and autopoweroffdelay set to 14400
#
pmset -g | grep autopoweroff
# turn outopower off
sudo pmset -a autopoweroff 0
# turn outopower on
sudo pmset -a autopoweroff 14400
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment