Last active
February 20, 2025 19:12
-
-
Save peterkelm/1bea2f76afc2cdd28a6e01532c22d6ca to your computer and use it in GitHub Desktop.
uninstall script for Logi Options+ on macOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# (c) 2020 KelmMoyles / Peter Kelm <[email protected]> | |
# All rights reserved | |
# | |
# uninstall script for "Logi Options+" | |
# this is following the recommendeations at: https://support.logi.com/hc/de-ch/articles/26832619554711-How-to-completely-uninstall-Logi-Options-and-Options#01J9BQVJ9PWY11X16MDH0PYF5J | |
# | |
# this should be run from an ADMIN account | |
# | |
sudo rm -rf /Applications/Utilities/LogiPluginService.app /Library/Application\ Support/Logi* /Library/LaunchAgents/com.logi* /Library/LaunchDaemons/com.logi.* | |
rm -rf ~/Applications/Utilities/LogiPluginService.app ~/Library/Application\ Support/Logi* ~/Library/Preferences/com.logi.* ~/Library/LaunchAgents/com.logi* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment