UltraVNC
UltraVNC copied to clipboard
Accept/Refuse prompt while Windows is Locked - Revisited
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.
accepted