Anyone found where this is controlled? For Server 2003 you can edit these color settings in the registry at these keys:
Windows Registry Editor Version 5.00
[HKEY_USERS\.DEFAULT\Control Panel\Colors]
"ActiveBorder"="192 192 192"
"ActiveTitle"="0 0 0"
"AppWorkSpace"="192 192 192"
"Background"="0 0 0"
"ButtonAlternateFace"="181 181 181"
"ButtonDkShadow"="0 0 0"
"ButtonFace"="192 192 192"
"ButtonHilight"="255 255 255"
"ButtonLight"="192 192 192"
"ButtonShadow"="128 128 128"
"ButtonText"="0 0 0"
"GradientActiveTitle"="0 0 0"
"GradientInactiveTitle"="192 192 192"
"GrayText"="128 128 128"
"Hilight"="0 0 0"
"HilightText"="255 255 255"
"HotTrackingColor"="0 0 0"
"InactiveBorder"="192 192 192"
"InactiveTitle"="192 192 192"
"InactiveTitleText"="0 0 0"
"InfoText"="0 0 0"
"InfoWindow"="255 255 225"
"Menu"="192 192 192"
"MenuText"="0 0 0"
"Scrollbar"="192 192 192"
"TitleText"="192 192 192"
"Window"="192 192 192"
"WindowFrame"="0 0 0"
"WindowText"="0 0 0"
The sample here are
not Server 2003's default boot & shutdown colors but a black background which makes for seamless boot process colors -- ie. black from BIOS POST to startup (
I have my Desktop set to black as well).
This also puts a bit less wear and tear on your fly-back transformer if you have a CRT, as it avoids the surges in gain that happen from full field color changes (
a lot of people also power up their CRT and PC at the same time when the CRT PSU is sagging which makes this even worse)...
I couldn't find these settings or their equivelent in the Server 2008 registry, and adding to Server 2008's registry has no effect on startup and shutdown screen colors as it does in Server 2003...
Over to anyone in the know...