jalavoui Posted September 29, 2023 Share Posted September 29, 2023 (edited) # Credit: Original idea and script disable.sh by pwnsdx # Disabling unwanted services on macOS Big Sur (11), macOS Monterey (12) and macOS Ventura (13) # Disabling SIP is required ("csrutil disable" from Terminal in Recovery) # Modifications are written in /private/var/db/com.apple.xpc.launchd/ disabled.plist, disabled.501.plist # To revert, delete /private/var/db/com.apple.xpc.launchd/ disabled.plist and disabled.501.plist and reboot; sudo rm -r /private/var/db/com.apple.xpc.launchd/* the list is not complete if you are disabling certain features share then here don't execute without editing the file and choose what to disable !! Disable-Ventura-Bloatware.sh.zip Edited October 1, 2023 by jalavoui 1 1 Link to comment Share on other sites More sharing options...
polkaholga Posted September 30, 2023 Share Posted September 30, 2023 @jalavoui your link is a dead end with 404 error Link to comment Share on other sites More sharing options...
J Lamp Posted October 1, 2023 Share Posted October 1, 2023 It's certainly an interesting idea. Searching github and pwnsdx brought me to this github page; https://gist.github.com/FahimAnayet/21ded46507df18564e7c5b926d67ad4e The above broken link is from this same page. Same concept as the attached file, but a lot easier to read. Link to comment Share on other sites More sharing options...
jalavoui Posted October 1, 2023 Author Share Posted October 1, 2023 (edited) carefull with the github version if you run the script it will disable a lot of things choose what you need to disable first i posted a version with a "exit" to avoid that current list of maybe disable: - com.apple.mediaanalysisd avoid if it breaks gpu hw decoding Edited November 11, 2023 by jalavoui Link to comment Share on other sites More sharing options...
Recommended Posts