zoukankan      html  css  js  c++  java
  • 禁用微软自动更新

    简易版

    • How to Remove Microsoft AutoUpdate from MacOS
    sudo rm -rf /Library/Application\ Support/Microsoft/Microsoft\ AutoUpdate.app
    
    • OR
    sudo chmod -R 000  /Library/Application\ Support/Microsoft/Microsoft\ AutoUpdate.app
    
    • With Microsoft AutoUpdate deleted, Microsoft AutoUpdate will no longer be on the Mac or run to update software automatically.

    禁用后台自动启动

    • Stopping com.microsoft.autoupdate.helper in Mac OS
      You can also delete “com.microsoft.autoupdate.helper” if you find that running in the background on a Mac:
    sudo rm -f /Library/LaunchAgents/com.microsoft.update.agent.plist 
    /Library/LaunchDaemons/com.microsoft.autoupdate.helper.plist /Library/PrivilegedHelperTools/com.microsoft.autoupdate.helper.plist
    
    • If you still want to have and use Microsoft apps on the Mac, deleting the Microsoft AutoUpdate application may lead to some unintended consequences besides having outdated software from Microsoft, so it’s probably best to not remove it if you’re a heavy Microsoft software user, whether that’s Microsoft Office, Word, Outlook, PowerPoint, Excel, Edge, or anything else.

    • * You can also delete the file specifically from Trash if you want to leave other items in the Trash alone for now.

    • If you know of any other ways to manage, tame, or remove the Microsoft AutoUpdate application on the Mac, share in the comments below!

    苏轶然suanec -
    http://www.cnblogs.com/suanec/
    友链:marsggbo
    声援博主:如果您觉得文章对您有帮助,可以点击文章右下角【推荐】一下。您的鼓励是博主的最大动力!
    点个关注吧~
  • 相关阅读:
    网站加载速度优化的14个技巧
    op+3g
    Xmind 快捷键
    Resty 一款极简的restful轻量级的web框架
    linux磁盘限额配置:quota命令
    常用报表工具
    http://mirror2.openwrt.org/sources/
    op挂载摄像头
    supported platform
    OpenWrt Kernel Module Creation Howto
  • 原文地址:https://www.cnblogs.com/suanec/p/15753384.html
Copyright © 2011-2022 走看看