How to create new Registry Key under HKCU using Custom ADM GPO

G

Guest

I need to create a subkey under
hkcu\software\microsoft\windows\currentversion\explorer.
The name of the subkey is BrowseNewProcess
Inside BrowseNewProcess Key i need to set the reg value BroseNewProcess to
"no"

All this i need to do using Local GPO. Can somebody let me know how i can
achieve this using custom adm file.
( i believe custom adms can only be used to set values for existing keys. I
have a requirement to create a key and set data to a value inside the key ).
Please Help.
 
M

Matija Hrovat

Hi,
Just create a custom adm, it will create a new registry key when you set the
policy;

CLASS USER
CATEGORY "Blaaah"
POLICY "Seperate Process"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer"
VALUENAME "BrowseNewProcess"
VALUEON "yes" VALUEOFF "no"
END POLICY
END CATEGORY

Let us know if you have any additional questions or if I miserunderstood you
in any way.

Regards,
Matija
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top