Fix ActiveDock for Mac not uninstalling

Subscribers:
4,200
Published on ● Video Link: https://www.youtube.com/watch?v=UPkfwUjuIcQ



Duration: 1:43
2 views
0


Here's how to Fix ActiveDock 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 ActiveDock for Mac uninstall script codes (beta):

#!/bin/bash

# Stop the ActiveDock app if it is running
osascript -e 'quit app "ActiveDock"'

# Remove the ActiveDock app and associated files
sudo rm -rf /Applications/ActiveDock.app
rm -rf ~/Library/Application\ Support/ActiveDock
rm -rf ~/Library/Caches/com.byteful.ActiveDock
rm -rf ~/Library/Preferences/com.byteful.ActiveDock.plist
rm -rf ~/Library/Saved\ Application\ State/com.byteful.ActiveDock.savedState

To reinstall ActiveDock for Mac, hit https://noteifyapp.com/activedock/.