After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome

Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031

Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078

Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback is welcome

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

Search found 4 matches

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

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: 33821

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: 29850

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: 29850

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 ...