I have an application on my server that will take a screenshot of the desktop of the server while it's running. It's working well when I'm connected to the server with RDP, but when I disconnect, the resolution is decreased dramatically. It seems to be decreased to 640x480 if I'm not mistaken.
My server is a virtual server hosted by a third party and I do not know which hypervisor they use. I only have RDP access to it. I am using a workaround to send my current RDP session to the console. I run this command: tscon <session#> /dest:console
This works well, except for the fact that the resolution is decreased when the application I started is running in this session.
Does anyone know how I can increase the default resolution of the console session on a virtual machine?