If you open OCLP it looks like that it is "enabled", but it doesn't mean that it is enabled on your Laptop. You can also mount your EFI partition and you can check, if the KEXT FeatureUnlock is there or not.
Command Line (Terminal)
If "ls -la" don't show the Kext "FeatureUnlock.kext", it is not loaded. Also, if your Apps doesn't crash, you should be good anyway.
* the mount point could be on any other device. You can check this by running "diskutil list" and look for EFI.
Command Line (Terminal)
cd /Volumes
sudo mkdir EFI
sudo mount -t msdos /dev/disk0s1 /Volumes/EFI/
cd /Volumes/EFI/EFI/OC/Kexts
ls -la
If "ls -la" don't show the Kext "FeatureUnlock.kext", it is not loaded. Also, if your Apps doesn't crash, you should be good anyway.
* the mount point could be on any other device. You can check this by running "diskutil list" and look for EFI.
Last edited: