Skip to content

Instantly share code, notes, and snippets.

@ldenoue
Last active October 22, 2022 10:12
Show Gist options
  • Save ldenoue/ec4f1b5d2196835ba89de2020fd4ed7a to your computer and use it in GitHub Desktop.
Save ldenoue/ec4f1b5d2196835ba89de2020fd4ed7a to your computer and use it in GitHub Desktop.
enter recovery mode on your Mac: restart and hold Cmd R
open Utilities -> Terminal
in the terminal, type: `csrutil disable`
restart your Mac
open a Terminal window and type: `systemextensionsctl list`
It will show something like:
```
1 extension(s)
--- com.apple.system_extension.cmio
enabled active teamID bundleID (version) name [state]
388X9C8CWR com.appblit.screegle.camera (2.1.4/27) camera [terminated waiting to uninstall on reboot]
```
To delete an extension, type: `systemextensionsctl uninstall 388X9C8CWR com.appblit.screegle.camera`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment