Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 831 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 831 Bytes

Uninstall Mac Apps

This script is designed to provide standard users the ability to delete apps on their own, e.g. via Jamf Self Service Policy.

Blacklist Apps

To find out the bundle identifier of an app try this:

/usr/libexec/PlistBuddy -c "Print CFBundleIdentifier" "/Applications/YOUR-APP.app/Contents/Info.plist"

Blacklisted apps will show the following to the user:

Screenshots of the script in action

Usage

...