zoukankan      html  css  js  c++  java
  • 启动PPT的时候一直配置vs2013的问题解决

    前几天装了VS2013,结果发现每次启动powerpoint都要配置vs2013,虽然时间花的不多,可我看的就是碍眼,我都想把VS2013卸载来解决了。后来抱着试下的态度竟然在google上找到了解决方法,看来在某些领域google真的是完胜百度!

        Disable COM add-ins

      1. Start REGEDIT
      2. If you have a 32-bit version of Windows, navigate to 
        HKEY_LOCAL_MACHINESOFTWAREMicrosoftOfficePowerpointAddins
        If you have a 64-bit version of Windows, navigate to
        HKEY_LOCAL_MACHINESOFTWAREWow6432NodeMicrosoftOfficePowerpointAddins
      3. Click on the add-in you want to modify.
      4. In the frame on the right, right-click LoadBehavior and select Modify
      5. Note the current value then disable the add-in by entering 0 (zero). To re-enable the add-in, change it back to the previous value.
      6. Repeat the same process from step 2, this time starting at HKEY_CURRENT_USER instead of HKEY_LOCAL_MACHINE

    问题的解决,关键是在如何禁用COM add-ins是个大难题,因为PPT老是提示没权限去管理COM组件,启动PPT又没办法使用管理员身份启动,所以最终通过注册表来解决,还是个比较完美的方案!

  • 相关阅读:
    Chapter 4 持久存储数据对象
    pyhton Chapter3 读文件
    python笔记1
    C#读写txt文件
    机器学习第一讲
    Json对象
    表单加载
    多列树
    Java 基础【11】@注解
    Java 基础【06】复合赋值运算
  • 原文地址:https://www.cnblogs.com/sxlfybb/p/Remove_COM_add-ins.html
Copyright © 2011-2022 走看看