3

My mac has been unwantedly shutting down when I leave it closed and unplugged recently. I'm guessing this is because of the AutoPowerOff Delay and AutoPowerOff Enabled settings:

enter image description here

Unfortunately, I haven't been able to figure out how to change those settings. How do I change those settings?

Drew
  • 283
  • 2
  • 5
  • 16

1 Answers1

5

I haven't tried this because my 2010 MacbookPro doesn't list "AutoPowerOff" in the system report, but you should be able to turn off that feature by opening a terminal and running the following command.

sudo pmset -a autopoweroff 0

https://discussions.apple.com/thread/4622383?start=0&tstart=0

spuder
  • 10,135