After updated to OS Ventura my Macbook still remember automatic schedule for shutdown

In previously version I used automatic schedule for turning off my Mac book. After I did update for new OS Ventura, I cannot find the schedule. It was always in battery menu, but now this option is gone. But my MacBook still remember the time what I have set up. But I do not have any option how to change the time.


Is there some way how to get the schedule back? Or how to set up automatic schedule in OS Ventura? I would still prefer to use it, but I don't know where to find this set up.

Thank you

MacBook Pro 13″, macOS 13.0

Posted on Nov 7, 2022 08:29 AM

Reply
Question marked as Top-ranking reply

Posted on Nov 13, 2022 05:58 AM

Follow this example: Open Terminal then


Shut down each day at 9:30 pm:


Sudo pmset repeat shutdown MTWRFSU 21:30:00  and hit return


Enter PW if required



Startup every day at 6:00AM:


Sudo pmset repeat wake MTWRFSU 6:00:00 and hit return


To have both startup and shutdown:


Sudo pmset repeat poweron MTWRFSU 6:00:00 shutdown MTWRFSU 21:30:00


To check if these were set:


Pmset -g sched




To cancel all settings:


Sudo pmset repeat cancel and hit return

2 replies
Question marked as Top-ranking reply

Nov 13, 2022 05:58 AM in response to MarieHabrcetlova

Follow this example: Open Terminal then


Shut down each day at 9:30 pm:


Sudo pmset repeat shutdown MTWRFSU 21:30:00  and hit return


Enter PW if required



Startup every day at 6:00AM:


Sudo pmset repeat wake MTWRFSU 6:00:00 and hit return


To have both startup and shutdown:


Sudo pmset repeat poweron MTWRFSU 6:00:00 shutdown MTWRFSU 21:30:00


To check if these were set:


Pmset -g sched




To cancel all settings:


Sudo pmset repeat cancel and hit return

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

After updated to OS Ventura my Macbook still remember automatic schedule for shutdown

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.