Skip to content

Instantly share code, notes, and snippets.

@peterkelm
Last active February 20, 2025 19:12
Show Gist options
  • Save peterkelm/1bea2f76afc2cdd28a6e01532c22d6ca to your computer and use it in GitHub Desktop.
Save peterkelm/1bea2f76afc2cdd28a6e01532c22d6ca to your computer and use it in GitHub Desktop.
uninstall script for Logi Options+ on macOS
#!/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