How to programatically update group policy with C++?

前端 未结 1 562
孤独总比滥情好
孤独总比滥情好 2020-12-20 07:05

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条回答
  • 2020-12-20 08:04

    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.

    0 讨论(0)
提交回复
热议问题