Skip to content

Instantly share code, notes, and snippets.

@lorenzodifuccia
Last active February 22, 2025 10:01
Show Gist options
  • Save lorenzodifuccia/8d5e8b83836577c29d5335b8d2fb5de6 to your computer and use it in GitHub Desktop.
Save lorenzodifuccia/8d5e8b83836577c29d5335b8d2fb5de6 to your computer and use it in GitHub Desktop.
Disable Microsoft Defender ATP on MacOS
launchctl unload /Library/LaunchAgents/com.microsoft.wdav.tray.plist
sudo launchctl unload /Library/LaunchDaemons/com.microsoft.fresno.plist
sudo launchctl unload /Library/LaunchDaemons/com.tanium.taniumclient.plist
@heliohe02
Copy link

Hi. How can I do the same to disable cleanmymac app ? regards. @lorenzodifuccia

@tbarbette
Copy link

zsh: killed     launchctl unload /Library/LaunchAgents/com.microsoft.wdav.tray.plist
Unload failed: 5: Input/output error
Try running `launchctl bootout` as root for richer errors.

Does not work anymore it seems

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment