Set hard resolution for RDP and how resolution works with RDP

1

1

I have written a program that performs some mouseclicks on the screen, this is wonderful and working fine however when I RDP in from another location those mouseclicks change due to the resolution change. Is there a server setting that forces it to a certain resolution rather than setting these on my local machine?

Also, after I close the RDP does that desktop keep the same resolution as when I had it open last?

sunshinekitty

Posted 2014-04-16T07:01:54.240

Reputation: 111

I'm not aware of any option to force the host to keep its resolution because it makes a new session for the client. (You can set it at the client to the desired resolution on connect, though.) But wouldn't it be better to adjust your program to search for the location of the buttons so your program would work with all resolutions? You might even use something like ControlClick like AutoIt does.

– Rik – 2014-04-17T11:40:48.573

No answers