-
-
Save qosmio/eaa66969843fee45d549ffdaeb5d56a5 to your computer and use it in GitHub Desktop.
Disable Ventura Bloatware
This file contains hidden or 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
#!/bin/zsh | |
#Credit: Original idea and script disable.sh by pwnsdx https://gist.github.com/pwnsdx/d87b034c4c0210b988040ad2f85a68d3 | |
#Disabling unwanted services on macOS 13 Ventura | |
#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 & disabled.501.plist and reboot | |
# user | |
TODISABLE=() | |
TODISABLE+=('com.apple.accessibility.MotionTrackingAgent' \ | |
'com.apple.AddressBook.ContactsAccountsService' \ | |
'com.apple.AMPArtworkAgent' \ | |
'com.apple.AMPDeviceDiscoveryAgent' \ | |
'com.apple.AMPLibraryAgent' \ | |
'com.apple.ap.adprivacyd' \ | |
'com.apple.ap.adservicesd' \ | |
'com.apple.ap.promotedcontentd' \ | |
'com.apple.assistant_service' \ | |
'com.apple.assistantd' \ | |
'com.apple.avconferenced' \ | |
'com.apple.BiomeAgent' \ | |
'com.apple.biomesyncd' \ | |
'com.apple.CalendarAgent' \ | |
'com.apple.cloudd' \ | |
'com.apple.cloudpaird' \ | |
'com.apple.cloudphotod' \ | |
'com.apple.CloudPhotosConfiguration' \ | |
'com.apple.CommCenter-osx' \ | |
'com.apple.ContactsAgent' \ | |
'com.apple.CoreLocationAgent' \ | |
'com.apple.dataaccess.dataaccessd' \ | |
'com.apple.familycircled' \ | |
'com.apple.familycontrols.useragent' \ | |
'com.apple.familynotificationd' \ | |
'com.apple.financed' \ | |
'com.apple.followupd' \ | |
'com.apple.gamed' \ | |
'com.apple.geod' \ | |
'com.apple.homed' \ | |
'com.apple.icloud.findmydeviced' \ | |
'com.apple.icloud.findmydeviced.aps-demo' \ | |
'com.apple.icloud.findmydeviced.aps-development' \ | |
'com.apple.icloud.findmydeviced.aps-production' \ | |
'com.apple.icloud.findmydeviced.findmydevice-user-agent' \ | |
'com.apple.icloud.findmydeviced.ua-services' \ | |
'com.apple.icloud.fmfd' \ | |
'com.apple.icloud.searchpartyd' \ | |
'com.apple.icloud.searchpartyd.accessorydiscoverymanager' \ | |
'com.apple.icloud.searchpartyd.advertisementcache' \ | |
'com.apple.icloud.searchpartyd.beaconmanager' \ | |
'com.apple.icloud.searchpartyd.beaconmanager.agentdaemoninternal' \ | |
'com.apple.icloud.searchpartyd.finderstatemanager' \ | |
'com.apple.icloud.searchpartyd.pairingmanager' \ | |
'com.apple.icloud.searchpartyd.scheduler' \ | |
'com.apple.icloud.searchpartyuseragent' \ | |
'com.apple.iCloudNotificationAgent' \ | |
'com.apple.iCloudUserNotifications' \ | |
'com.apple.imagent' \ | |
'com.apple.imautomatichistorydeletionagent' \ | |
'com.apple.imtransferagent' \ | |
'com.apple.intelligenceplatformd' \ | |
'com.apple.itunescloudd' \ | |
'com.apple.knowledge-agent' \ | |
'com.apple.ManagedClient.cloudconfigurationd' \ | |
'com.apple.ManagedClientAgent.enrollagent' \ | |
'com.apple.Maps.mapspushd' \ | |
'com.apple.Maps.pushdaemon' \ | |
'com.apple.mediaanalysisd' \ | |
'com.apple.mediastream.mstreamd' \ | |
'com.apple.newsd' \ | |
'com.apple.nsurlsessiond' \ | |
'com.apple.parsec-fbf' \ | |
'com.apple.parsecd' \ | |
'com.apple.passd' \ | |
'com.apple.photoanalysisd' \ | |
'com.apple.photolibraryd' \ | |
'com.apple.progressd' \ | |
'com.apple.protectedcloudstorage.protectedcloudkeysyncing' \ | |
'com.apple.quicklook' \ | |
'com.apple.quicklook.ui.helper' \ | |
'com.apple.quicklook.ThumbnailsAgent' \ | |
'com.apple.rapportd-user' \ | |
'com.apple.remindd' \ | |
'com.apple.routined' \ | |
'com.apple.SafariCloudHistoryPushAgent' \ | |
'com.apple.screensharing.agent' \ | |
'com.apple.screensharing.menuextra' \ | |
'com.apple.screensharing.MessagesAgent' \ | |
'com.apple.ScreenTimeAgent' \ | |
'com.apple.security.cloudkeychainproxy3' \ | |
'com.apple.sharingd' \ | |
'com.apple.sidecar-hid-relay' \ | |
'com.apple.sidecar-relay' \ | |
'com.apple.Siri.agent' \ | |
'com.apple.siri.context.service' \ | |
'com.apple.macos.studentd' \ | |
'com.apple.siriknowledged' \ | |
'com.apple.suggestd' \ | |
'com.apple.tipsd' \ | |
'com.apple.telephonyutilities.callservicesd' \ | |
'com.apple.TMHelperAgent' \ | |
'com.apple.TMHelperAgent.SetupOffer' \ | |
'com.apple.triald' \ | |
'com.apple.UsageTrackingAgent' \ | |
'com.apple.videosubscriptionsd' \ | |
'com.apple.weatherd') | |
for agent in "${TODISABLE[@]}" | |
do | |
launchctl bootout gui/501/${agent} | |
launchctl disable gui/501/${agent} | |
done | |
# system | |
TODISABLE=() | |
TODISABLE+=('com.apple.bootpd' \ | |
'com.apple.backupd' \ | |
'com.apple.backupd-helper' \ | |
'com.apple.cloudd' \ | |
'com.apple.cloudpaird' \ | |
'com.apple.cloudphotod' \ | |
'com.apple.CloudPhotosConfiguration' \ | |
'com.apple.CoreLocationAgent' \ | |
'com.apple.coreduetd' \ | |
'com.apple.dhcp6d' \ | |
'com.apple.familycontrols' \ | |
'com.apple.findmymacmessenger' \ | |
'com.apple.followupd' \ | |
'com.apple.FollowUpUI' \ | |
'com.apple.ftp-proxy' \ | |
'com.apple.ftpd' \ | |
'com.apple.GameController.gamecontrollerd' \ | |
'com.apple.geod' \ | |
'com.apple.icloud.findmydeviced' \ | |
'com.apple.icloud.findmydeviced.aps-demo' \ | |
'com.apple.icloud.findmydeviced.aps-development' \ | |
'com.apple.icloud.findmydeviced.aps-production' \ | |
'com.apple.icloud.findmydeviced.findmydevice-user-agent' \ | |
'com.apple.icloud.findmydeviced.ua-services' \ | |
'com.apple.icloud.fmfd' \ | |
'com.apple.icloud.searchpartyd' \ | |
'com.apple.icloud.searchpartyd.accessorydiscoverymanager' \ | |
'com.apple.icloud.searchpartyd.advertisementcache' \ | |
'com.apple.icloud.searchpartyd.beaconmanager' \ | |
'com.apple.icloud.searchpartyd.beaconmanager.agentdaemoninternal' \ | |
'com.apple.icloud.searchpartyd.finderstatemanager' \ | |
'com.apple.icloud.searchpartyd.pairingmanager' \ | |
'com.apple.icloud.searchpartyd.scheduler' \ | |
'com.apple.icloud.searchpartyuseragent' \ | |
'com.apple.iCloudHelper' \ | |
'com.apple.iCloudNotificationAgent' \ | |
'com.apple.iCloudUserNotificationsd' \ | |
'com.apple.itunescloudd' \ | |
'com.apple.ManagedClient.cloudconfigurationd' \ | |
'com.apple.netbiosd' \ | |
'com.apple.nsurlsessiond' \ | |
'com.apple.protectedcloudstorage.protectedcloudkeysyncing' \ | |
'com.apple.rapportd' \ | |
'com.apple.screensharing' \ | |
'com.apple.security.cloudkeychainproxy3' \ | |
'com.apple.siri.morphunassetsupdaterd' \ | |
'com.apple.siriinferenced' \ | |
'com.apple.triald.system') | |
for daemon in "${TODISABLE[@]}" | |
do | |
sudo launchctl bootout system/${daemon} | |
sudo launchctl disable system/${daemon} | |
done |
This script is quite old, and was meant for MacOS Ventura (13.x), I'm assuming you're running on MacOS Sequoia (15.x)? Not many services carried over to newer MacOS versions, or were renamed.
Try running with zsh debugging to see which ones are failing:
zsh -x ~/Downloads/Disable-Ventura-Bloatware.sh
I personally wouldn't recommend running this script on newer MacOS as a lot has changed over the last 3 years.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please help me! How to run it step by step?
When I run command:
chmod +x ~/Downloads/Disable-Ventura-Bloatware.sh
zsh ~/Downloads/Disable-Ventura-Bloatware.sh
Return me:
"Boot-out failed: 3: No such process
Boot-out failed: 3: No such process
Boot-out failed: 3: No such process
Boot-out failed: 3: No such process
Boot-out failed: 3: No such process
Boot-out failed: 3: No such process
Boot-out failed: 3: No such process
Unload failed: 5: Input/output error
Try running
launchctl bootout
as root for richer errors.Password:
Boot-out failed: 3: No such process
Boot-out failed: 3: No such process
Boot-out failed: 3: No such process
Boot-out failed: 3: No such process
Boot-out failed: 3: No such process
Boot-out failed: 3: No such process
Boot-out failed: 3: No such process
Boot-out failed: 3: No such process"