We have a web application that runs several background jobs as a windows service which involve screen capturing and image manipulation.
Since these tasks are executed as part of a windows service, the image capture is affected by the color-depth configured on the server and if someone connect through RDP using /console mode with a low color-depth all screen captures come out bad.
Is there a way to enforce the color-depth of a windows 2003 server to remain high depth in the console or a way to monitor if it changes?
