Has anyone been successful in removing the Shut Down option form the Apple menu in Catalina.
I was successful in greying out Sleep and removing Lock Screen and Logout.
I have even tried with SIP turned off.
defaults write /Library/Preferences/SystemConfiguration/com.apple.PowerManagement SystemPowerSettings -dict SleepDisabled -bool YES
defaults write /Library/Preferences/com.apple.loginwindow SleepDisabled -bool true
defaults write /Library/Preferences/com.apple.loginwindow ShutDownDisabled -bool true
defaults write /Library/Preferences/com.apple.loginwindow ShutDownDisabledWhileLoggedIn -bool true
defaults write /Library/Preferences/com.apple.loginwindow LogOutDisabledWhileLoggedIn -bool true
defaults write /Library/Preferences/com.apple.loginwindow DisableScreenLockImmediate -bool true






