1

Attempting to enable kexts in the System Preferences UI. I noticed that there are two checkboxes with blank descriptions next to them. Where are these values stored? Is there a command line interface to inspect the values?

kext settings

1 Answers1

1

Is there a command line interface to inspect the values?

Yes, use this command:

systemextensionsctl list

to list all installed system extensions.

jaume
  • 15,010