Skip to content

Instantly share code, notes, and snippets.

@dhei
Last active May 3, 2023 20:30

Revisions

  1. dhei revised this gist May 3, 2023. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions .md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,7 @@
    https://osxdaily.com/2019/07/20/how-delete-microsoft-autoupdate-mac/

    ![image](https://user-images.githubusercontent.com/4079255/236042487-b18991c9-2135-4fe0-9df4-d01c98a736c5.png)

    ```
    sudo rm -f /Library/"Application Support"/Microsoft/MAU2.0/"Microsoft AutoUpdate.app"
  2. dhei created this gist May 3, 2023.
    11 changes: 11 additions & 0 deletions .md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    https://osxdaily.com/2019/07/20/how-delete-microsoft-autoupdate-mac/

    ```
    sudo rm -f /Library/"Application Support"/Microsoft/MAU2.0/"Microsoft AutoUpdate.app"
    sudo rm -f /Library/LaunchAgents/com.microsoft.update.agent.plist
    sudo rm -f /Library/LaunchDaemons/com.microsoft.autoupdate.helper.plist
    sudo rm -f /Library/PrivilegedHelperTools/com.microsoft.autoupdate.helper.plist
    ```