Skip to main content
Solved

Disabling App Store access

  • July 24, 2014
  • 8 replies
  • 207 views

Forum|alt.badge.img+8

I've added a restricted process for the App Store in the JSS so any user will find they're unable to launch it via /Applications or Spotlight (the process gets killed immediately).

However, I find that they can still launch it via Apple Logo > App Store... or Apple Logo > Software Update...

How can I prevent this? I want my users to use purely Self Service.

Best answer by charliwest

rm -rf /System/Library/LaunchAgents/com.apple.storeagent.plist && rm -rf /System/Library/LaunchAgents/com.apple.store_helper.plist

basic but does the trick

8 replies

Forum|alt.badge.img+23
  • Esteemed Contributor
  • July 25, 2014

You're better off using an MCX setting to restrict the app store to an update only mode.


charliwest
Forum|alt.badge.img+9
  • Contributor
  • Answer
  • July 25, 2014
rm -rf /System/Library/LaunchAgents/com.apple.storeagent.plist && rm -rf /System/Library/LaunchAgents/com.apple.store_helper.plist

basic but does the trick


  • July 25, 2014

http://support.apple.com/kb/HT200211?viewlocale=en_US

Although in my dotfiles-type setup script I just include:

sudo defaults write /Library/Preferences/com.apple.appstore restrict-store-softwareupdate-only -bool yes

Forum|alt.badge.img+8
  • Author
  • Valued Contributor
  • July 25, 2014
rm -rf /System/Library/LaunchAgents/com.apple.storeagent.plist && rm -rf /System/Library/LaunchAgents/com.apple.store_helper.plist basic but does the trick

Exactly what I'm looking for, many thanks!


Forum|alt.badge.img+5
  • Contributor
  • March 10, 2015
rm -rf /System/Library/LaunchAgents/com.apple.storeagent.plist && rm -rf /System/Library/LaunchAgents/com.apple.store_helper.plist basic but does the trick

doesnt work for me, I'm running 10.10.2 is that why?


charliwest
Forum|alt.badge.img+9
  • Contributor
  • March 10, 2015

Yeah it looks like those are gone in 10.10.X, not sure what the replacement is I'm afraid though.


Forum|alt.badge.img+1
  • New Contributor
  • October 18, 2016

HI

Is there a way to enable app store but block updates as it is going to be a managed solution. I would like to push all updates via JSS only

Thanks


Forum|alt.badge.img+7
  • Contributor
  • March 22, 2018

I know that this is an old post but wanted to let you know that this solution worked for me

Go to the "Applications" tab under the "Restrictions" payload in a Configuration Profile. Check "Restrict which apps are allowed to launch" and then add "/Applications/App Store.app" (without quotes) under "Disallow Folders".

Works like a charm.