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
    声援博主:如果您觉得文章对您有帮助,可以点击文章右下角【推荐】一下。您的鼓励是博主的最大动力!
    点个关注吧~
  • 相关阅读:
    windows2000/xp运行命令全集
    IP数据包的校验和算法C#版(原)
    做系统清理的批处理
    Combox用ValueMember 之后再添加一项
    安装部署基础——Windows Application
    文件编码
    Left/right join 和inner join 区别
    应用Url重写时CSS引用问题
    数据绑定控件单选框
    算法题:水杯倒水的问题
  • 原文地址:https://www.cnblogs.com/suanec/p/15753384.html
Copyright © 2011-2022 走看看