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 2 matches

by spodhajecki
2010-08-21 01:55
Forum: ChunkVNC
Topic: ChunkVNC Upcoming Features and Requests
Replies: 112
Views: 153922

Re: ChunkVNC Upcoming Features and Requests

It might be possible to have the program prompt to escalate privileges by adding or changing the manifest, but one can also add the #RequireAdmin directive to the InstantSupport.au3 file and then recompile. There might be occasions where the user does not have rights to escalate.
by spodhajecki
2010-08-20 23:10
Forum: ChunkVNC
Topic: ChunkVNC Upcoming Features and Requests
Replies: 112
Views: 153922

Re: ChunkVNC Upcoming Features and Requests

I modified InstantSupport.au3 so that the IP address could be changed by the user. I have a dynamic IP address that rarely changes, plus I am in the field sometimes when I get a call. I added a "Connect / Disconnect" button too. #include "Aut2Exe\Include\GUIConstantsEx.au3" #include "Aut2Exe\Include ...