Skip to content

Instantly share code, notes, and snippets.

@notverypc
Created October 29, 2013 16:14
Show Gist options
  • Save notverypc/7217743 to your computer and use it in GitHub Desktop.
Save notverypc/7217743 to your computer and use it in GitHub Desktop.
Hide & Un-Hide App Store
/bin/chmod 754 "/Applications/App Store.app"
/usr/bin/chflags hidden "/Applications/App Store.app"
/bin/chmod 755 "/Applications/App Store.app"
/usr/bin/chflags nohidden "/Applications/App Store.app"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment