从 C++ 读取并设置组策略设置程序

发布于 2024-12-17 06:57:05 字数 312 浏览 2 评论 0原文

我有一台基于 Windows-NT 的独立计算机(未连接到任何网络),我希望能够通过 C++ 程序读取并随后设置组策略设置。

这是我手动执行的操作。以管理员身份运行 gpedit.msc,然后说我想阻止用户访问注册表。因此,在“本地组策略编辑器”中,我将转到

用户配置->管理模板 ->系统-> “阻止访问注册表编辑工具”

并将其设置为启用

有什么方法可以从 C++ 程序中执行相同的操作吗?任何代码示例将不胜感激!

I have a standalone Windows-NT based machine (not connected to any network) and I want to be able to read and later set the Group Policy settings via a C++ program.

Here's what I would do manually. Run gpedit.msc as administrator, then say I want to prevent users from accessing registry. So in the "Local Group Policy Editor" I'll go to

User Configuration -> Administrative Templates -> System -> "Prevent access to registry editing tools"

and set it to Enabled.

Is there any way to do the same from a C++ program? Any code samples would be greatly appreciated!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

∞觅青森が 2024-12-24 06:57:05

您可以使用组策略 API

You can use the Group Policy API.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文