询问者
如何通过注册表默认设置Office2010的ActiveX设置

问题
全部回复
-
LegacyHxB 您好,
根据我的研究,在注册表中并没有设置可以单独只禁用safe mode的功能,只能全局禁用。
下面这篇文章描述了如何规划 Office 2013 ActiveX 控件的安全设置,您也可以参考。
https://technet.microsoft.com/en-us/library/cc179076.aspx#disablecontrols
我可以具体了解您设置这个想要达到一个什么样的功能吗?我们可以尝试找找有没有其他的方法可以达到您的期望。Please remember to mark the replies as an answers if they help and unmark them if they provide no help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
您好!
根据我的研究,您需要在注册变下添加一个值,具体如下:
1.打开注册表
2.按照如下路劲(如果没有就新建一个key)software\policies\microsoft\office\common\security
3.在security中创建一个类型为REG_DWORD ,名称为:disableallactivex。
如果启用此策略设置, Office 2016 应用程序不会从信任位置初始化 activex 控件, 也不会通知用户 activex 控件被禁用。您可以根据您的需求将值更改为0或1。Please remember to mark the replies as an answers if they help and unmark them if they provide no help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
您好,
具体路径如下:
HKEY_CURRENT_USER\software\policies\microsoft\office\common\security(如果路径不完整,可能需要您在该路径下新建一个key)
Please remember to mark the replies as an answers if they help and unmark them if they provide no help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.