Last active
October 18, 2025 20:23
-
Star
(240)
You must be signed in to star a gist -
Fork
(52)
You must be signed in to fork a gist
-
-
Save guycalledseven/7b3fbeb521f74c682799932d64856f03 to your computer and use it in GitHub Desktop.
Manually remove Paragon NTFS v15 leftovers 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
| # after appcleaner does his magic, do this | |
| sudo rm -rf "/Library/Application Support/Paragon Software/" | |
| sudo rm /Library/LaunchDaemons/com.paragon-software.installer.plist | |
| sudo rm /Library/LaunchDaemons/com.paragon-software.ntfs.loader.plist | |
| sudo rm /Library/LaunchDaemons/com.paragon-software.ntfsd.plist | |
| sudo rm /Library/LaunchAgents/com.paragon-software.ntfs.notification-agent.plist | |
| sudo rm -rf /Library/Filesystems/ufsd_NTFS.fs/ | |
| sudo rm -rf /Library/PrivilegedHelperTools/com.paragon-software.installer | |
| sudo rm -rf /Library/Extensions/ufsd_NTFS.kext/ | |
| sudo rm -rf /Library/PreferencePanes/ParagonNTFS.prefPane |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo kextcache --clear-staging