Fix Integrity for Mac not uninstalling

Subscribers:
1,040
Published on ● Video Link: https://www.youtube.com/watch?v=QcydABshuro



Duration: 1:19
2 views
0


Here's how to Integrity for Mac not uninstalling. For starters, use CleanMyMac X@ https://macpaw.audw.net/c/376211/63812/1733 so u can efficiently manage installed app & your Mac.

Below are the Integrity for Mac uninstall script codes (beta):

#!/bin/bash

# Stop the Integrity app if it's running
echo "Stopping Integrity app..."
osascript -e 'quit app "Integrity"'

# Remove the Integrity app and its support files
echo "Removing Integrity app and support files..."
rm -rf /Applications/Integrity.app
rm -rf ~/Library/Application\ Support/Integrity
rm -rf ~/Library/Preferences/com.peacockmedia.Integrity.plist

# Remove the Integrity LaunchAgents and LaunchDaemons
echo "Removing Integrity LaunchAgents and LaunchDaemons..."
launchctl unload ~/Library/LaunchAgents/com.peacockmedia.IntegrityHelper.plist
rm -f ~/Library/LaunchAgents/com.peacockmedia.IntegrityHelper.plist
sudo launchctl unload /Library/LaunchDaemons/com.peacockmedia.IntegrityServer.plist
sudo rm -f /Library/LaunchDaemons/com.peacockmedia.IntegrityServer.plist

echo "Integrity has been uninstalled."

To reinstall Integrity for Mac, hit https://apps.apple.com/us/app/integrity/id513610341?mt=12.