Skip to content

Instantly share code, notes, and snippets.

@cdeath
Created July 27, 2022 02:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdeath/9b384595fe9305ac458778356b0f830a to your computer and use it in GitHub Desktop.
Save cdeath/9b384595fe9305ac458778356b0f830a to your computer and use it in GitHub Desktop.
macOS stuff

macOS stuff

set/change/disable firmware password

sudo firmwarepasswd -setpasswd
sudo firmwarepasswd -check
sudo firmwarepasswd -verify
sudo firmwarepasswd -delete

delete system applications (doesn't work anymore)

  1. reboot in recovery mode
  2. open terminal
  3. disable system integrity protection
csrutil disable
reboot
  1. open terminal
  2. remount the boot volume with write permissions
sudo mount -uw /
  1. reboot in recovery mode
  2. open terminal
  3. enable system integrity protection
csrutil enable
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment