MyFirstBrain/Technik/OSX-SIP-Disable.md

26 lines
567 B
Markdown
Raw Normal View History

2025-07-27 19:00:52 +02:00
---
created: 2025-07-20T17:22
updated: 2025-07-20T17:22
---
2024-12-01 12:25:00 +01:00
#### To disable SIP, do the following:
1. Restart your computer in [Recovery mode](https://support.apple.com/en-us/HT201314).
2. Launch Terminal from the Utilities menu.
3. Run the command `csrutil disable`.
4. Restart your computer.
#### To reenable SIP, do the following:
1. Restart your computer in [Recovery mode](https://support.apple.com/en-us/HT201314).
2. Launch Terminal from the Utilities menu.
3. Run the command `csrutil enable`.
4. Restart your computer.