Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Re: how to cleanup Disabled Software

Not sure if searching for files will fix this:


sudo find / -path /System/Volumes -prune -false -o -iname "*paragon*" -print 2>/dev/null

/private/var/folders/6n/n5pjs40j65l6yxkj9kknpm080000gn/C/com.paragon-software.extfs.uninstaller

/private/var/folders/6n/n5pjs40j65l6yxkj9kknpm080000gn/C/com.paragon-software.ntfs.uninstaller


This seems to be stored here:


pwd

/var/db/SystemPolicyConfiguration

sudo sqlite3 KextPolicy

SQLite version 3.32.3 2020-06-18 14:16:19

Enter ".help" for usage hints.

sqlite> .tables

deprecation_alert_history  kext_policy_mdm          

kext_load_history_v3       settings                 

kext_policy              

sqlite> select * from kext_policy;

LSJ6YVK468|com.paragon-software.lvm-for-mac|0|Paragon Software GmbH|52

LSJ6YVK468|com.paragon-software.filesystems.extfs|0|Paragon Software GmbH|32

Apple Software|com.apple.nke.rvi|1|Apple Inc.|4


The question is how to delete it. Obviously delete from kext_policy doesn't work. I tried also in Recovery Mode but in Recovery Mode the folder /private/var/db/SystemPolicyConfiguration is empty.

Posted on Jun 1, 2021 11:31 AM

Reply
Question marked as Best reply

Posted on Jun 3, 2021 7:26 AM

excelsior_ink wrote:

Not sure if searching for files will fix this:

sudo find / -path /System/Volumes -prune -false -o -iname "*paragon*" -print 2>/dev/null
/private/var/folders/6n/n5pjs40j65l6yxkj9kknpm080000gn/C/com.paragon-software.extfs.uninstaller
/private/var/folders/6n/n5pjs40j65l6yxkj9kknpm080000gn/C/com.paragon-software.ntfs.uninstaller

This seems to be stored here:

pwd
/var/db/SystemPolicyConfiguration
sudo sqlite3 KextPolicy
SQLite version 3.32.3 2020-06-18 14:16:19
Enter ".help" for usage hints.
sqlite> .tables
deprecation_alert_history  kext_policy_mdm          
kext_load_history_v3       settings                 
kext_policy              
sqlite> select * from kext_policy;
LSJ6YVK468|com.paragon-software.lvm-for-mac|0|Paragon Software GmbH|52
LSJ6YVK468|com.paragon-software.filesystems.extfs|0|Paragon Software GmbH|32
Apple Software|com.apple.nke.rvi|1|Apple Inc.|4

The question is how to delete it. Obviously delete from kext_policy doesn't work. I tried also in Recovery Mode but in Recovery Mode the folder /private/var/db/SystemPolicyConfiguration is empty.



What is the problem...(?)


If you are having issue with the third party software—


either delete the software How To Uninstall Microsoft NTFS For Mac By Paragon ...

or

update the software Microsoft NTFS for Mac by paragon software


or

contact Paragon Support/Help/FAQ/ known issues

Paragon Help - Welcome to the Frontpage!



manual-uninstall-paragon-ntfs.sh

Manually remove Paragon NTFS v15 leftovers MacOS

https://gist.github.com/guycalledseven/7b3fbeb521f74c682799932d64856f03

Similar questions

1 reply
Question marked as Best reply

Jun 3, 2021 7:26 AM in response to excelsior_ink

excelsior_ink wrote:

Not sure if searching for files will fix this:

sudo find / -path /System/Volumes -prune -false -o -iname "*paragon*" -print 2>/dev/null
/private/var/folders/6n/n5pjs40j65l6yxkj9kknpm080000gn/C/com.paragon-software.extfs.uninstaller
/private/var/folders/6n/n5pjs40j65l6yxkj9kknpm080000gn/C/com.paragon-software.ntfs.uninstaller

This seems to be stored here:

pwd
/var/db/SystemPolicyConfiguration
sudo sqlite3 KextPolicy
SQLite version 3.32.3 2020-06-18 14:16:19
Enter ".help" for usage hints.
sqlite> .tables
deprecation_alert_history  kext_policy_mdm          
kext_load_history_v3       settings                 
kext_policy              
sqlite> select * from kext_policy;
LSJ6YVK468|com.paragon-software.lvm-for-mac|0|Paragon Software GmbH|52
LSJ6YVK468|com.paragon-software.filesystems.extfs|0|Paragon Software GmbH|32
Apple Software|com.apple.nke.rvi|1|Apple Inc.|4

The question is how to delete it. Obviously delete from kext_policy doesn't work. I tried also in Recovery Mode but in Recovery Mode the folder /private/var/db/SystemPolicyConfiguration is empty.



What is the problem...(?)


If you are having issue with the third party software—


either delete the software How To Uninstall Microsoft NTFS For Mac By Paragon ...

or

update the software Microsoft NTFS for Mac by paragon software


or

contact Paragon Support/Help/FAQ/ known issues

Paragon Help - Welcome to the Frontpage!



manual-uninstall-paragon-ntfs.sh

Manually remove Paragon NTFS v15 leftovers MacOS

https://gist.github.com/guycalledseven/7b3fbeb521f74c682799932d64856f03

Re: how to cleanup Disabled Software

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.