You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello 👋
I'm using the sanzu server on a Windows laptop and it seems that when I open the windows task manager from the client, I loose control of the mouse and I need to use the trackpad on the server laptop to click away to regain control.
This issue seems to affect other similar "legacy"apps such as gpedit.
The text was updated successfully, but these errors were encountered:
Hi @JeremieSpiesser !
Yes, that's a "classic" on windows:
The task manager has a special "protected GUI" which means that it cannot be manipulated by emulated GUI events (like emulated mouse & keyboard)
So when Sanzu (or vnc for example) server runs as user, when you run a task manager, the app get the focus, but it cannot receive mouse & keyboard, so we cannot defocus or kill the app, so it's definitively "frozen" in this state.
Some options:
run sanzu server as admin (which may not be a good idea)
It may exists a windows configuration that disable the protected GUI (I don't known the name).
Hello 👋
I'm using the sanzu server on a Windows laptop and it seems that when I open the windows task manager from the client, I loose control of the mouse and I need to use the trackpad on the server laptop to click away to regain control.
This issue seems to affect other similar "legacy"apps such as gpedit.
The text was updated successfully, but these errors were encountered: