Desktop Policy Deployments
I'm trying to find a way to deploy a registry (or policy) change to all my XP clients to disable the stupid "Fade" effect on their desktop. I found the registry key under HKCU\Control Panel\Desktop in the value "UserPreferencesMask" (a binary string value). I cannot find where it can be applied through any GPO or ADM templates however and I'm leary of pushing out a raw registry hack via login scripts. Is there a simpler way? Is it possible to build an ADM template that configures this and use that within a GPO? Does anyone have any experiences with things like this they could share?
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
brenthunter2005
19 years ago
[8D]
I don't think you are going to be able to do this, as the value you are trying to set is included within a binary value that also holds other information too.
btw - here is a template you can use for creating an .ADM file to import into Group Policy:
I don't think you are going to be able to do this, as the value you are trying to set is included within a binary value that also holds other information too.
btw - here is a template you can use for creating an .ADM file to import into Group Policy:
CLASS USER
CATEGORY "Other Customisations"
KEYNAME "SOFTWARE\Control Panel\Desktop"
POLICY "Disable Fade effect"
VALUENAME "UserPreferencesMask"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
END CATEGORY
Posted by:
ds0934
19 years ago
Yeah, I've read that the entire binary "string" contains more than just this one setting. The one change is 3E to 2B to disable it (requires a reboot as well). Is there any documentation as to what the rest of the "UserPreferencesMask" string contains? Maybe if it's practical to push the entire value (configuring multiple settings at once) it could be done in an ADM template?
Posted by:
brenthunter2005
19 years ago
Posted by:
brenthunter2005
19 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.