How to manipulate (Default) registry key with .ADM

D

Dan Ireland

Hello,

Using a custom .ADM for Group Policy, how can I manipulate
the value for the (Default) valuename in a registry key?
Here is an example from my .adm...

POLICY !!EffectsTab
KEYNAME "SOFTWARE\Classes\CLSID\{41E300E0-78B6-
11ce-849B-444553540000}"
ACTIONLISTON
KEYNAME "SOFTWARE\Classes\CLSID\{41E300E0-78B6-
11ce-849B-444553540000}\InProcServer32"
VALUENAME (Default) VALUE DELETE
KEYNAME "SOFTWARE\Classes\CLSID\{41E300E0-78B6-
11ce-849B-444553540000}\InProcServer32-"
VALUENAME (Default) VALUE "plustab.dll"
END ACTIONLISTON

My goal here is to disable the Effects tab on Display
Properties. Unfortunatley, the above does not change
the "true" (Default) valuename but create a second
(Default) entry in both keys.

Any help here would be greatly appreciated!

Thanks,

Dan
 

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