Disable Microsoft Autoupdate
08 Oct 2022Reference: Turn off Microsoft apps ‘Microsoft AutoUpdate’ app on a Mac
# disable the service
launchctl disable gui/$(id -u)/com.microsoft.update.agent
# check that the service is disabled
launchctl print-disabled gui/$(id -u) | grep microsoft
: