1

I have a list of applications I was interested in possibly removing as long as the OS does not need them to function.

For starters I want to remove Chess and Stocks as I never use them. However when I right click on them on Finder, there is not option to delete.

I can't imaging that Chess is integral to the OS working so how can I delete it?

I need it deleted it in such a way that when my computer automatically updates it does not show up again.

Thanks.

enter image description here

  • Also a duplicate of this: https://apple.stackexchange.com/q/303657/88313

    Please use the search function at the top of the page to see if your question has already been answered.

    – fsb May 16 '19 at 20:22
  • I updated the question to be more specific. – jon jon bon bon May 16 '19 at 20:26
  • @J.M. As AdminHam said, the installer will always reinstall the 8MB Chess Application and reassert privileges. You will need to follow the instructions at the page marked duplicate after each update. – Ezekiel May 16 '19 at 23:38
  • This is not a duplicate, as you can create a Launch Agent ... – jon jon bon bon May 16 '19 at 23:47

1 Answers1

0

Tricky to keep them from coming back.. I would create a LaunchAgent to monitor the path(s) to the apps, & include a "sudo rm -r /path/to/app" command to delete them.

https://www.macissues.com/2015/02/02/how-to-use-launchagents-to-monitor-folder-contents-in-os-x/

You would likely have to keep SIP disabled (but even this can be re-enabled through OS updates!)