How do I make the sleep command disappear from the Apple menu?

 

To disable the "sleep" option for the user, please use the following command:

  • sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.PowerManagement SystemPowerSettings -dict SleepDisabled -bool YES

 

The result is: SystemPowerSettings:SleepDisabled key must be checked in "/Library/Preferences/SystemConfiguration/com.apple.PowerManagement.plist"

 

Be sure to restart the computer to apply the changes.