从 MFC 程序读取和设置组策略设置?

Read and set Group Policy settings from MFC program?

我希望能够通过 MFC 程序读取并稍后设置组策略设置。

以下是我要手动执行的操作。 运行 gpedit.msc 作为管理员,在 "Local Group Policy Editor" 我会去

Computer Configuration->Administrative Templates->windows Components->Windows Update->Specify intranet Microsoft update service location

并设置更新服务位置http://192.168.1.1:8530

有什么方法可以在 MFC 程序中做同样的事情吗?任何代码示例都将得到极大的应用!

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU\UseWuServer: REG_DWORD 设置为 1

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\WUServer: REG_SZ 设置为 http://192.168.1.1:8530

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\WUStatusServer: REG_SZ 设置为 http://192.168.1.1:8530

i 运行 gpedit.msc 并查看(在调试器下和最后在注册表编辑器中,在几个 windows 版本(从 xp 到 win 10)上)如果 Microsoft 更新服务位置 设置 - 创建了新的 2 个密钥(如果尚不存在) - HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdateHKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU 并且设置了WUServer、WUStatusServer、UseWuServer 比 key/value 个名字 - 找到这个 - Configure Automatic Updates using Registry Editor