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

Search found 4 matches

by mas
2014-12-15 10:36
Forum: ChunkVNC
Topic: Not compatible with Windows 8.1
Replies: 1
Views: 22478

Re: Not compatible with Windows 8.1

Hi André,

I never had a problem, using it with Win 8.1. Perhaps explain a little more. Did you check you antivirus for blocking it?
by mas
2014-11-26 09:30
Forum: ChunkVNC
Topic: ChunkVNC - Prompt UAC during a VNC session
Replies: 3
Views: 25737

Re: ChunkVNC - Prompt UAC during a VNC session

I tried to get around the same problem with your patch but didn't succeed. Changing with runas to an administrator didn't elevate so that service-installation wasn't allowed. Running the service-installation with shellexecute and parameter "runas" after switching to the administrator worked. I ...
by mas
2014-11-25 17:44
Forum: ChunkVNC
Topic: Service installation if supported user is no admin
Replies: 1
Views: 23381

Re: Service installation if supported user is no admin

Found just two of the remaining errors in the script. First, a variable was initialized too late, so an error occured, when stopping a running vnc-server was not accepted. Second, changing the ID but aborting the afterwards altered the shown ID without restarting the vnc-server with this new ID. Now ...
by mas
2014-11-22 22:11
Forum: ChunkVNC
Topic: Service installation if supported user is no admin
Replies: 1
Views: 23381

Service installation if supported user is no admin

Based on ChunkVNC 3.3.1 I tried to enhance the InstantSupport.au3 as suggested in the thread "UAC - how to interact with UAC or disable it?". But this solution didn't elevate at least with win7 and win8. The changed InstantSupport.au3 will do the following: When starting to install as service, the ...