Last active
February 17, 2025 15:58
-
-
Save jaredh159/231f814f8d0ae01ca96c517e471351c8 to your computer and use it in GitHub Desktop.
reset all macos permissions for onboarding redo test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo tccutil reset All | |
sudo tccutil reset All WFN83LM943.com.netrivet.gertrude.app | |
sudo tccutil reset All com.netrivet.gertrude.app | |
sudo tccutil reset All .com.netrivet.gertrude.app | |
rm -rf ~/Library/Preferences/* | |
sudo rm -rf /Library/Preferences/* | |
sudo rm -rf /Library/Application\ Support/com.apple.TCC | |
# screen recording | |
sudo rm -rf ~/Library/Group\ Containers/group.com.apple.replayd | |
systemextensionsctl reset | |
systemextensionsctl gc | |
# restart the computer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment