/build/static/layout/Breadcrumb_cap_w.png

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)

Posted by: brenthunter2005 19 years ago
Fifth Degree Brown Belt
0
[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:

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
Orange Senior Belt
0
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
Fifth Degree Brown Belt
0
You will need to look at the Microsoft Technet site. I had a quick look but couldn't find anything unfortunately.
Posted by: brenthunter2005 19 years ago
Fifth Degree Brown Belt
0
Well done TXCatalyst!!! I've been trying to look for this but couldn't find it anywhere. I didn't even think to look in the Resource Kit reference.

Cheers mate!

[8D]
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ