Editing Group Policies Using C#
-
I am working on code for plugin installation in browsers For the same, In plugin installation on Internet Explorer.. I need to make some modifications in group policy by my C# code at following path in group policy editor: User Configuration\Administrative Templates\Windows Components\Internet Explorer\Security Features\Add-on Management\Add-on List // You can find the same by "gpedit.msc" on RUN. :confused: Please help me out. Thanks.
-
I am working on code for plugin installation in browsers For the same, In plugin installation on Internet Explorer.. I need to make some modifications in group policy by my C# code at following path in group policy editor: User Configuration\Administrative Templates\Windows Components\Internet Explorer\Security Features\Add-on Management\Add-on List // You can find the same by "gpedit.msc" on RUN. :confused: Please help me out. Thanks.
Help you out with what? What code have you got? What's not working?
I was brought up to respect my elders. I don't respect many people nowadays.
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier -
I am working on code for plugin installation in browsers For the same, In plugin installation on Internet Explorer.. I need to make some modifications in group policy by my C# code at following path in group policy editor: User Configuration\Administrative Templates\Windows Components\Internet Explorer\Security Features\Add-on Management\Add-on List // You can find the same by "gpedit.msc" on RUN. :confused: Please help me out. Thanks.
See this Link http://msdn.microsoft.com/en-us/library/windows/desktop/aa374177(v=vs.85).aspx[^] Thanks --RA
-
Help you out with what? What code have you got? What's not working?
I was brought up to respect my elders. I don't respect many people nowadays.
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easierI need to initiate the process of communication with group policy via C# code so that I can read and edit the same, some API or method would be sufficient for me.