Group Policy for Windows XP Visual Effects
I wanted to alter the setting in this GUI box with a Group Policy, so all users in the domain would have this setting applied automatically:
Start -> Settings -> Control Panel -> System -> Tab “Advanced” and then “Settings” in the “Performance” box -> Adjust for Best Performance
I dug around and discovered that those options are stored in the registry key HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Explorer\VisualEffects\VisualFXSetting – where 0 is “let Windows choose”, “2″ is “adjust to best performance” and “3″ is “adjust to best appearance”.
I adjusted this registry key with Group Policy. The registry gets changed and the GUI recognizes that, but it doesn’t actually change the appearance!
Turns out that there’s an API call that must occur to change the visual settings, which has to be done via a program that doesn’t exist. Guess I’ve got a reason to learn C# now.
IE7 update hangs after reboot on SBS 2003
While applying service packs for a Windows 2003 SBS today, I installed IE7. After the requisite reboot, I tried logging in and the usual “Setting up personalized settings for Internet Explorer” dialog came up.
It stayed there. And stayed there. It was hung up.
After a little hunting (on my laptop, since the server wasn’t going anywhere!), I found this tip that suggested:
- Control – Alt – Delete
- Log off
- Log back in
And voila!

Posted by Wes in