Skip to content

Instantly share code, notes, and snippets.

@gotunandan
Last active August 29, 2015 14:02
Show Gist options
  • Save gotunandan/1a53bdc21fb3faf8e0df to your computer and use it in GitHub Desktop.
Save gotunandan/1a53bdc21fb3faf8e0df to your computer and use it in GitHub Desktop.
* 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