I am trying to disable and remove some plist files. I originally tried doing this here, but it didnt work: Disable LaunchDaemon services
Disabling SIP, rebooting, disabling the plist file using sudo launchctl unload -w /path/to/file.plist, rebooting and enabling SIP and restarting doesnt work.
Disabling SIP, rebooting, adding the plist file with proper syntax to /var/db/com.apple.xpc.launchd/disabled.plist, rebooting and enabling SIP, and rebooting doesnt work.
Does anybody know how to disable and/or remove LaunchDaemons in Macos Monterey?
There is a thread on how to do this here: Stopping LaunchAgents and Daemons
But @bmike mentioned I should open a thread specifically for Macos Monterey, as there seems to be some changes in how Macos handles disabling services.