如何删除“从这里打开新窗口”菜单项 (MMC 3.0)
目前我正在开发一个基于 MMC 3.0 的应用程序。我如何能够隐藏/删除右键单击左侧窗格中的任何节点时出现的菜单项“从此处新建窗口”(这是在 Microsoft 事件查看器中实现的)?
提前致谢
Currently I'm developing an MMC 3.0 based application. How I'm able to hide\remove the menu item "New window from here" which appears when you right click on any node in the left=hand pane (this is implemented to the Microsoft Event Viewer)?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
右键单击该 msc 文件,然后单击“作者”。
转到“文件”>“选项。在组合框中选择:“用户模式 - 受限访问,单一窗口”
关闭控制台并保存更改。
运行 MSC 文件,现在“从这里打开新窗口”将不再出现。
挖。
Right click on the msc file and then click Author.
There go to File > Options. In the combo box select: "User mode - limited access, single window"
close the console and save the changes.
Run the MSC file and now the "New window from here" won't be there any more.
dig.