I have a rather specialized application that HAS to work in a certain way. It works as a client application on a server. That means I have to be logged on for it to run. At the same time, I cannot keep an RDP connection open at all times, so I have to disconnect after a while.
The application runs fine while I'm disconnected (I only disconnect, I do not log off). However, part of what the application does is that it takes a screenshot of the server. The screenshot comes out fine while I'm logged on, but once I disconnect it comes out black.
Is there some setting in Windows I can change to allow it to take screenshots while I'm disconnected?
Please note: I cannot change the software or the circumstances, only Windows settings.
Update: I actually have a solution, I just don't want to use it because it entails security risks. Using the command "control userpasswords2" I can allow a certain user to be logged on automatically when the server starts. This works well, but it is amazingly insecure so I am hoping not to have to resort to this.