Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Last active April 3, 2024 08:41
Show Gist options
  • Star 77 You must be signed in to star a gist
  • Fork 30 You must be signed in to fork a gist
  • Save miguelmota/3f380d75963ca16bd8cc64a10d0d2163 to your computer and use it in GitHub Desktop.
Save miguelmota/3f380d75963ca16bd8cc64a10d0d2163 to your computer and use it in GitHub Desktop.
Completely uninstall and remove Tuxera NTFS on MacOS (resets trial version)
sudo rm -rf /Applications/Tuxera\ Disk\ Manager.app
sudo rm -rf /Library/Application\ Support/Tuxera\ NTFS
sudo rm -rf /Library/Filesystems/fusefs_txantfs.fs
@limjinyung
Copy link

nice, this works. that sucker is not enabling the uninstall button

@wanderingcodes2023
Copy link

wanderingcodes2023 commented Feb 7, 2024

This is also needed:

launchctl unload /Library/LaunchAgents/com.tuxera.ntfs.agent.plist
sudo rm -rf /Library/LaunchAgents/com.tuxera.ntfs.agent.plist
sudo rm -rf /Library/PreferencePanes/Tuxera\ NTFS.prefPane
sudo rm -rf /Library/Preferences/com.tuxera.NTFS.plist

then my mac settings -> unable to load java panel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment