We have been using SingleClick very sucessfully to provide clients with remote support.
Since a couple of weeks ago we have started to experience an issue - presumably caused by a Windows Update being rolled out.
1. It works the first time after download.
2. Subsequent times it connects and I can see the remote screen. My actions (mouse movements, clicks) register at the remote end but the remote screen does not get transmitted to me. I continue to see the original display. Sometimes I can actually see changes for a few seconds and then it stops. The refresh button does nothing.
3. When I disconnect, it does not disconnect at the far end. winvnc.com continues to run - It needs to be killed off with task manager and then I get the disconnect pop-up.
The only solution we have is for the user to download the tool from our server before every connection and it will then work fine only the very first time.
If we do not kill off the old winvnc.com then the fresh download fails to run with some registry error message.
Has anyone else seen this behavior?
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
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
SingleClick issue with recent Windows 10 PCs
Re: SingleClick issue with recent Windows 10 PCs
After a lot of grief we stumbled on the solution.
The exe needs to be set to run in Compatibility mode emulating W7.
It used to run fine in W10 but now, after recent updates, it no longer does so. We have seen the failure slowly creeping through our population of clients using W10.
As the Compatibility mode setting is done in the registry it has to be done on each PC after the file is installed.
I'm very surprised no one else has reported this problem.
The exe needs to be set to run in Compatibility mode emulating W7.
It used to run fine in W10 but now, after recent updates, it no longer does so. We have seen the failure slowly creeping through our population of clients using W10.
As the Compatibility mode setting is done in the registry it has to be done on each PC after the file is installed.
I'm very surprised no one else has reported this problem.
- Rudi De Vos
- Admin & Developer
- Posts: 6867
- Joined: 2004-04-23 10:21
- Contact:
Re: SingleClick issue with recent Windows 10 PCs
Modified latest version to run without compat setting
Use "win10 Same as pevious, but exe request UAC on start " to test
Please let us know if it works
Use "win10 Same as pevious, but exe request UAC on start " to test
Please let us know if it works
Re: SingleClick issue with recent Windows 10 PCs
Many thanks. We find this utility a superb support tool and are heavily dependent on it.
We will test it and report back.
We will test it and report back.
Re: SingleClick issue with recent Windows 10 PCs
Sorry for the delay in testing.
We have now built a version using your instructions and done some basic testing but have a serious issue with the need for UAC.
Many of our clients run PCs that are secured and would require support personnel to enter admin password each time.
Will it not work without UAC?
We have now built a version using your instructions and done some basic testing but have a serious issue with the need for UAC.
Many of our clients run PCs that are secured and would require support personnel to enter admin password each time.
Will it not work without UAC?
- Rudi De Vos
- Admin & Developer
- Posts: 6867
- Joined: 2004-04-23 10:21
- Contact:
Re: SingleClick issue with recent Windows 10 PCs
We use the highestAvailable setting
https://docs.microsoft.com/en-us/previo ... v=msdn.10)
Application launch behavior for a member of the local Administrators group
Ask consent ->UAC
Application launch behavior for a standard user account
Application launches as a standard user
The idea was that when the remote use is admin you should be able to control admin apps, this require UAC
When he is a normal user, sc start as normal user.
https://docs.microsoft.com/en-us/previo ... v=msdn.10)
Application launch behavior for a member of the local Administrators group
Ask consent ->UAC
Application launch behavior for a standard user account
Application launches as a standard user
The idea was that when the remote use is admin you should be able to control admin apps, this require UAC
When he is a normal user, sc start as normal user.
Re: SingleClick issue with recent Windows 10 PCs
Got it! Many thanks again.