XP pro Tweaking via SCCM
- August 11th, 2009
- Posted in windows
- Write comment
Problem, All the XP machines in my domain are rubbish. they are years old and feel sluggish. I have done all the basics and although it has helped, There is always room for improvement.
Problem: How can I disable visual effects accross the domain with SCCM (for targeted & reportable processes)?
Solution: Its a few parts but this is the key parts..
- Gather required registry settings
- Create REG file
- Create software distribution package
- Create Program, use “regedit.exe /s REGFILE” as the path
Once deployed to a targeted group, you can just sit back and admire the work of SCCM, or you could use PSTOOLS (psexec) and do it that way.. cheaper for sure
here is the required REG to disable visual effects in Windows XP Pro
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects]
“VisualFXSetting”=dword:00000002
UPDATE: Remember to SPELL correctly regiedit is wrong haha
No comments yet.