Skip to content

Instantly share code, notes, and snippets.

@definiteIymaybe
Forked from miguelmota/remove_tuxera.sh
Last active February 21, 2022 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save definiteIymaybe/6c9c4a260d55ceb5ac16d781262fecf7 to your computer and use it in GitHub Desktop.
Save definiteIymaybe/6c9c4a260d55ceb5ac16d781262fecf7 to your computer and use it in GitHub Desktop.
Completely uninstall and remove Tuxera NTFS on MacOS (resets trial version)
launchctl unload /Library/LaunchAgents/com.tuxera.ntfs.agent.plist
sudo trash -Fv /Applications/Tuxera\ Disk\ Manager.app
sudo trash -Fv /Library/Application\ Support/Tuxera\ NTFS
sudo trash -Fv /Library/Filesystems/fusefs_txantfs.fs
sudo trash -Fv /Library/LaunchAgents/com.tuxera.ntfs.agent.plist
sudo trash -Fv /Library/PreferencePanes/Tuxera\ NTFS.prefPane
sudo trash -Fv /Library/Preferences/com.tuxera.NTFS.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment