Windows Mobile Tweaks Change Start Menu Color
The registry Binary Value key that controls the font color on the start menu is HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Color\39 and value for black is 00 00 00 00. Here are values for other colors: black = 00 00 00 00 red = FF 00 00 00 green = 00 FF 00 00 yellow = FF FF 00 00 blue = 00 00 FF 00 purple = FF 00 FF 00 White = FF FF FF 00 |