zoukankan      html  css  js  c++  java
  • [outlook]打开以后就自动进入安全模式的解决方法。Outlook start in safe mode.

    给客户写了一个Outlook的add-in, 用现在时髦的话应该叫outlook的app. 这个add-in的作用就是把outlook中的email,直接上传到SharePoint中。想要代码的联系我哦。 

    其中一个客户的机器在装了add-in后,死活不好使,经过排查后发现outlook一直以safe mode的形式在工作,阻止了大部分的outlook的功能,更别说我的add-in了。

    于是开始各种查,感谢bing,现在尼玛只能用bing了,原因你们懂得。

    发现Microsoft有个update, KB3114409, 装了它以后会造成Outlook一直以safe mode模式打开。 把这个更新卸载掉,重启电脑就解决了。

    下面是微软自己的一段话:

    "After you install this update, Outlook 2010 may start only in safe mode. If this issue occurs, uninstall the update. This update is no longer available now."

    看着是不是有一种莫名的喜感。

  • 相关阅读:
    DB2中创建表
    orcle定时备份
    db2的定时备份
    web.xml 中 resource-ref 的注意事项
    bootstrap
    jQuery
    web聊天室
    Django web 进阶
    Django自定义分页、bottle、Flask
    Queue、进程、线程、协程
  • 原文地址:https://www.cnblogs.com/cwyang/p/5072543.html
Copyright © 2011-2022 走看看