VBScript 更改 Word 中的宏安全性
我想知道如何使用 VBScript 修改 Microsoft Word 中的安全级别。
I wanted to know how I can modify the security level in Microsoft Word using a VBScript.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想你的意思是宏安全性?
我的假设是不可能以编程方式更改 Microsoft Word 中的宏安全级别。什么可以阻止恶意脚本执行相同的操作?
这是一个手动过程是有原因的;您需要显式更改宏安全级别。
也许如果您解释一下您想要实现的目标以及为什么需要不同的安全级别,我或其他人可以提供更好的答案。
I assume you mean macro security?
My assumption is that it isn't possible to programmatically change macro security levels in Microsoft Word. What would stop a malicious script from doing the same?
It's a manual process for a reason; you need to explicitly change macro security levels.
Perhaps if you explain what you are trying to accomplish and why that requires a different security level, I or someone else can provide a better answer.