You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cDock is a great app for customizing the look of the dock, but it doesn't automatically get disabled or removed when you uninstall the app, and there's no documentation online on how to disable it if you look it up. I've spent lots of time trying to with no answers, so I went to the MacEnhance discord: https://discord.gg/zjCHuew, which they linked it here in case you're wondering.
I got an answer there to run these commands in the Terminal app: sudo launchctl unload /Library/LaunchDaemons/com.macenhance.cd.Injector.plist and killall Dock. This will unload the Launchd daemon for cDock. If you want to re-enable it, then you enter in these commands: sudo launchctl load /Library/LaunchDaemons/com.macenhance.cd.Injector.plist and killall Dock.
The text was updated successfully, but these errors were encountered:
cDock is a great app for customizing the look of the dock, but it doesn't automatically get disabled or removed when you uninstall the app, and there's no documentation online on how to disable it if you look it up. I've spent lots of time trying to with no answers, so I went to the MacEnhance discord: https://discord.gg/zjCHuew, which they linked it here in case you're wondering.
I got an answer there to run these commands in the Terminal app:
sudo launchctl unload /Library/LaunchDaemons/com.macenhance.cd.Injector.plist
andkillall Dock
. This will unload the Launchd daemon for cDock. If you want to re-enable it, then you enter in these commands:sudo launchctl load /Library/LaunchDaemons/com.macenhance.cd.Injector.plist
andkillall Dock
.The text was updated successfully, but these errors were encountered: