
pmset
List of commands for pmset:
-
pmset:ai:251a4 Sets the battery charge threshold to 80% on MacOS.$ pmset -b 80try on your machineexplain this command
-
pmset:ai:c9b06 Print battery power management settings$ pmset -btry on your machineexplain this command
-
pmset:ai:d9434 Sets the low battery level to 10% using the 'pmset' command in macOS.$ pmset -b crit 10try on your machineexplain this command
-
pmset:tldr:0b780 pmset: Set display to never sleep when on charger power.$ sudo pmset -c displaysleep 0try on your machineexplain this command
-
pmset:tldr:0c74b pmset: Set display to sleep after 15 minutes when on battery power.$ sudo pmset -b displaysleep 15try on your machineexplain this command
-
pmset:tldr:2de5e pmset: Display the current power source and battery levels.$ pmset -g batttry on your machineexplain this command
-
pmset:tldr:65dd0 pmset: Schedule computer to automatically wake up every weekday at 9 AM.$ sudo pmset repeat wake MTWRF 09:00:00try on your machineexplain this command
-
pmset:tldr:7cbaf pmset: Restore to system defaults.$ sudo pmset -a displaysleep 10 disksleep 10 sleep 30 womp 1try on your machineexplain this command
-
pmset:tldr:bfe34 pmset: Put display to sleep immediately.$ pmset displaysleepnowtry on your machineexplain this command
-
pmset:tldr:e0581 pmset: Display the current power management settings.$ pmset -gtry on your machineexplain this command