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
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