Disable Microsoft Autoupdate

Reference: 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
comments powered by Disqus