If I RDP in Windows 8 server through XP Client, it always displays colors at 32bpp ColorDepth.
Changing ColorDepth through RDP display settings do not take effect in change of ColorDepth value but my application runs on Server gets effected.
While changing the Registry (HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\ColorDepth) value from 0x00000005 to 0x00000003 ColorDepth value remains same but now my application works fine.
What can be the reason behind this?????