0

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?

Masoud
  • 124
  • 1
  • 8

1 Answers1

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