Last active
August 29, 2015 14:02
-
-
Save gotunandan/1a53bdc21fb3faf8e0df to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Use parental controls from Users and Groups to Limit access applications | |
* Enable Simple Finder | |
* Remove the Dock from /System/Library/CoreServices/Dock.app/ | |
* Remove these lines from the file - | |
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/Resources/English.lproj/StandardMenus.nib/objects.xib | |
========================= | |
185a186,213 | |
> <object class="IBCarbonMenuItem" id="236"> | |
> <string name="title">Sleep</string> | |
> <ostype name="command">slep</ostype> | |
> </object> | |
> <object class="IBCarbonMenuItem" id="237"> | |
> <string name="title">Restart…</string> | |
> <boolean name="dynamic">TRUE</boolean> | |
> <ostype name="command">rrst</ostype> | |
> </object> | |
> <object class="IBCarbonMenuItem" id="284"> | |
> <string name="title">Restart</string> | |
> <boolean name="dynamic">TRUE</boolean> | |
> <int name="keyEquivalentModifier">1572864</int> | |
> <ostype name="command">rest</ostype> | |
> </object> | |
> <object class="IBCarbonMenuItem" id="238"> | |
> <string name="title">Shut Down…</string> | |
> <boolean name="dynamic">TRUE</boolean> | |
> <boolean name="notPreviousAlternate">TRUE</boolean> | |
> <ostype name="command">rsdn</ostype> | |
> </object> | |
> <object class="IBCarbonMenuItem" id="285"> | |
> <string name="title">Shut Down</string> | |
> <boolean name="dynamic">TRUE</boolean> | |
> <int name="keyEquivalentModifier">1572864</int> | |
> <ostype name="command">shut</ostype> | |
> </object> | |
> <object class="IBCarbonMenuItem" id="239"> | |
230a259 | |
> <reference idRef="236"/> | |
346a376 | |
> <reference idRef="285"/> | |
371a402 | |
> <reference idRef="284"/> | |
380a412 | |
> <reference idRef="237"/> | |
387a420 | |
> <reference idRef="238"/> | |
======================== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment