In windows remote assistance the use who recieves the "help" can disconnect the "helper" pressing "esc".
Does PCHW also have such an option to disconnect the "helper"?
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Can a "server" disconnect the "viewer"
Re: Can a "server" disconnect the "viewer&quo
Yes. At the server side, the client can right click the PHW icon at Sys Tray, then select "Exit" to drop the connection.
Re: Can a "server" disconnect the "viewer&quo
Ok, so there is no key-shortcut aswell?
The user actually has to gain control over the mouse and use the systray-icon?
The user actually has to gain control over the mouse and use the systray-icon?
Re: Can a "server" disconnect the "viewer&quo
I don't aware PcHelpWare having this feature. However, you can use a keystroke macro tool (e.g. www.autohotkey.com) to assign a key to run this script:
taskkill /F /IM pchelpware.exe
This script will terminate the PHW and thus drop the connection
taskkill /F /IM pchelpware.exe
This script will terminate the PHW and thus drop the connection