I made a robot application which is moving and clicking mouse in another application. I want to run this robot in a user which is opening in remote desktop but when I minimize remote desktop or close it robot can not change the mouse position or click it. Please learn me a solution?
Asked
Active
Viewed 713 times
0
-
Is the robot running on your client machine, i.e. the one establishing the connection to the remote machine, or is it running on the remote machine? – Reticulated Spline Feb 17 '15 at 05:43
-
I want to run it on a remote machin – Masoud Feb 17 '15 at 06:00
1 Answers
1
This registry key setting which will send the GUI output anyways:
HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\RemoteDesktop_SuppressWhenMinimized
REG_DWORD
1 = Suppress when minimized
2 = Do not suppress when minimized

Nikolay Kostov
- 16,433
- 23
- 85
- 123

Masoud
- 124
- 1
- 8