The Apple-Menu shows Sleep, Restart..., Shut Down... elements for all users.
I would like to be able to prevent users from shutting down the system or from restarting the system. While a Restart... may not be result in only temporary downtime, a Shut Down... would lead to a downtime until someone has physical access to the machine.
Tell me more
×
Ask Different is a question and answer site for
power users of Apple hardware and software. It's 100% free, no registration required.
|
|
|||||||||
|
|
I've removed shutdown for my lab Macs on OS X Lion. The two commands that should accomplish this are:
I've not had 100% success with them, so I've also edited the interface file at: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/Resources/English.lproj/StandardMenus.nib/objects.xib If you want to remove the Sleep and Shut Down options, look for the following id's in object and reference tags. Delete the entire object, one for the Sleep option and two for the Shut Down option, and each of the references. id's: Sleep - 236 Shut Down - 238, 285 Source: http://rustyisageek.blogspot.com/2012/06/editing-apple-menu.html |
|||
|
|
