How to programatically update group policy with C++?

天大地大妈咪最大 提交于 2019-12-29 08:22:39

问题


I am managing group policies programmatically, but I am not able to find any function which updates group policy programmatically.

i.e. gpupdate /force


回答1:


I have found the answer,

IGroupPolicyObject - Windows API to create/update policies programmatically.

I would recommend you to go through this links, they will explain in deep about accessing Group Policies programmatically.

Working with Group Policy Objects Programmatically

Programmatically updating local policy in Windows

If you have any other query, do ask.



来源:https://stackoverflow.com/questions/29624015/how-to-programatically-update-group-policy-with-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!