Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 403 Bytes

SleepFix.md

File metadata and controls

9 lines (6 loc) · 403 Bytes

So, for some reasons my PC can't go on sleep mode, so for disabling it i used this command

sudo pmset -a sleep 0; sudo pmset -a hibernatemode 0; sudo pmset -a disablesleep 1;

After doing this command you will see that in the macOS power menu the sleep option is disabled

DisabledSleep