UltraVNC icon indicating copy to clipboard operation
UltraVNC copied to clipboard

Accept/Refuse prompt while Windows is Locked - Revisited

Open JLRCDSB opened this issue 2 years ago • 1 comments

I would like to reopen issue #22 as I have discovered that the prompt still does not fully work as expected. Here are the steps required to duplicate the issue:

      Circumstance : Expected behaviour -> Actual behaviour
  • No user logged on : no query -> works as expected
  • User1 logged on with active session : query with auto-reject -> works as expected
  • User1 logged on but session locked : no query -> works as expected
  • User1 logged on with session locked AND User2 logged on with active session : query with auto-reject -> session connects without any query

I have determined that this behaviour is due to the code introduced in issue #22 that checks for a running process "LogonUI.exe". This process continues to run any time a user session is locked, even after a second user has logged in to a new session.

JLRCDSB avatar Sep 01 '22 18:09 JLRCDSB

accepted

RudiDeVos avatar Sep 15 '22 18:09 RudiDeVos