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.2.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38083
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
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.2.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38083
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 8 matches
- 2010-04-28 14:43
- Forum: ChunkVNC
- Topic: Repeater as Service
- Replies: 31
- Views: 36684
Re: Repeater as Service
I've been running the repeater for a while now, on a win32 based host. In the beginning it seemed to work very well, but after a while it apparent that the repeater stops accepting new associations from the viewer after a while ("Message could not be sent because an error with the switchboard ...
- 2010-03-18 12:05
- Forum: ChunkVNC
- Topic: What do you guys think of SoftPedia?
- Replies: 4
- Views: 6367
Re: What do you guys think of SoftPedia?
I've found older revisions of software at softpedia before, and particularly for utils that have short lived websites this have proven to be a very valuable resource.
- 2010-02-18 10:34
- Forum: ChunkVNC
- Topic: Could someone explain to me the "UAC" issue?
- Replies: 18
- Views: 19649
Re: Could someone explain to me the "UAC" issue?
HKLM isn't writable for users that haven't been granted local admin, no?
- 2010-02-05 14:30
- Forum: ChunkVNC
- Topic: My Feature Requests / Bug Reports
- Replies: 55
- Views: 88199
Re: My Feature Requests / Bug Reports
with regards to entering a return in autoit, there are macros registered for that purpose..
http://www.autoitscript.com/autoit3/docs/macros.htm
@LF Line feed, Chr(10); typically used for line breaks.
so basically you do
"some text" & @LF & " more text on line2"
http://www.autoitscript.com/autoit3/docs/macros.htm
@LF Line feed, Chr(10); typically used for line breaks.
so basically you do
"some text" & @LF & " more text on line2"
- 2010-02-03 15:38
- Forum: ChunkVNC
- Topic: Repeater as Service
- Replies: 31
- Views: 36684
Re: Repeater as Service
I addition, I'd recommend to head over to services.msc and change the recovery options (restart service x2 and restart the computer), as well as setting it up to start automatically.
This way, the server should be running at most times (I run it in a vmware setting, there are no other services on ...
This way, the server should be running at most times (I run it in a vmware setting, there are no other services on ...
- 2010-01-21 23:56
- Forum: ChunkVNC
- Topic: comments splitted from ChunkVNC vnc-related product
- Replies: 179
- Views: 291200
Re: ChunkVNC - Free Windows and Mac Instant Support Tool!
Do this instead - annoy the ones affected, and not the rest ;)
(I'm not to familiar with autoit, but couldn't find any other way of checking for write access to the current directory...)
If Not FileWriteLine("arf.txt","bah") Then
MsgBox(16,"no access!","You dont have write access to this ...
(I'm not to familiar with autoit, but couldn't find any other way of checking for write access to the current directory...)
If Not FileWriteLine("arf.txt","bah") Then
MsgBox(16,"no access!","You dont have write access to this ...
- 2010-01-21 16:46
- Forum: ChunkVNC
- Topic: comments splitted from ChunkVNC vnc-related product
- Replies: 179
- Views: 291200
Re: ChunkVNC - Free Windows and Mac Instant Support Tool!
For UAC compatability in Vista/7.
I'm running this under win7 enterprise with UAC enabled, where my user doesn't have local admin rights. I haven't had any problems compiling the client/server with this commented out - what functions would require elevated privileges?
I like this idea, I've just ...
I'm running this under win7 enterprise with UAC enabled, where my user doesn't have local admin rights. I haven't had any problems compiling the client/server with this commented out - what functions would require elevated privileges?
I like this idea, I've just ...
- 2010-01-21 14:54
- Forum: ChunkVNC
- Topic: comments splitted from ChunkVNC vnc-related product
- Replies: 179
- Views: 291200
Re: ChunkVNC - Free Windows and Mac Instant Support Tool!
Supercoe: Great work! I implemented 3.0 last week, and today merged your 3.1 changes with the deployed solution here.
What I've done is mostly cosmetic changes, but I've added one new function too: Language barriers are in some situations preventing the efficient exchange of session numbers and ...
What I've done is mostly cosmetic changes, but I've added one new function too: Language barriers are in some situations preventing the efficient exchange of session numbers and ...