Last active
August 31, 2024 12:26
-
-
Save miguelmota/3f380d75963ca16bd8cc64a10d0d2163 to your computer and use it in GitHub Desktop.
Completely uninstall and remove Tuxera NTFS on MacOS (resets trial version)
This file contains 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
sudo rm -rf /Applications/Tuxera\ Disk\ Manager.app | |
sudo rm -rf /Library/Application\ Support/Tuxera\ NTFS | |
sudo rm -rf /Library/Filesystems/fusefs_txantfs.fs |
nice, this works. that sucker is not enabling the uninstall button
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
@gholker I repeat my answer to the "someone" "@h3ct0rjs, well, there was a reason this sh file here was created and that was, I believe, that the Tuxera uninstall, that you point to, did not delete everything for whatever reason".
Did you verify that
uninstall-package.sh
did also remove all the files and folders people have posted since 2020? If so, why not mention it? If not, why post what is already here?