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 16 matches
- 2010-12-22 10:24
- Forum: ChunkVNC
- Topic: Linux repeater mod
- Replies: 22
- Views: 36868
Re: Linux repeater tips
Thanks lall, great tip and explanation about the repeater configuration on Linux.
- 2010-12-10 16:53
- Forum: ChunkVNC
- Topic: AVG2011 and V3.2
- Replies: 14
- Views: 15498
Re: AVG2011 and V3.2
@supercoe
Thanks!
Just coding-recompile-recoding to isolate the peace of code with problem (I assume that the problem are a simple false positive). Then I try some solutions to replace the line with similar code. No more than 2 hours of work.
Thanks!

Just coding-recompile-recoding to isolate the peace of code with problem (I assume that the problem are a simple false positive). Then I try some solutions to replace the line with similar code. No more than 2 hours of work.
- 2010-12-10 16:08
- Forum: ChunkVNC
- Topic: AVG2011 and V3.2
- Replies: 14
- Views: 15498
Re: AVG2011 and V3.2
Dispite the two commands make the same thing (see doc for AutoIt at http://www.autoitscript.com/autoit3/docs/macros.htm) the binaries are different and for some reason one trigger some AVG signature detection.
Glad to be helpful.
Glad to be helpful.

- 2010-12-09 12:53
- Forum: ChunkVNC
- Topic: AVG2011 and V3.2
- Replies: 14
- Views: 15498
Re: AVG2011 and V3.2
After a few try-and-error, I think I found the problem (or a way to avoid it at least).
In the file InstantSupport.au3 replace
FileCopy( @ScriptFullPath, $WorkingPath & "\InstantSupport.exe", 9 )
with
FileCopy( @ScriptDir & "\" & @ScriptName, $WorkingPath & "\InstantSupport.exe", 9 )
This avoid ...
In the file InstantSupport.au3 replace
FileCopy( @ScriptFullPath, $WorkingPath & "\InstantSupport.exe", 9 )
with
FileCopy( @ScriptDir & "\" & @ScriptName, $WorkingPath & "\InstantSupport.exe", 9 )
This avoid ...
- 2010-12-03 12:26
- Forum: ChunkVNC
- Topic: AVG2011 and V3.2
- Replies: 14
- Views: 15498
Re: AVG2011 and V3.2
JonD,
What kind of modification do you make (only in au3 files or in the winvnc.exe)?
I have the same problem with many clients and I had post this issue tu AVG but until now nothing change in the DB.
What kind of modification do you make (only in au3 files or in the winvnc.exe)?
I have the same problem with many clients and I had post this issue tu AVG but until now nothing change in the DB.
- 2010-11-30 14:55
- Forum: ChunkVNC
- Topic: ChunkVNC 3.2 Released!
- Replies: 69
- Views: 73699
Re: ChunkVNC 3.2 Released!
@supercoe
Just to know... is possible to disable the security (including the password) without code change in 3.2? Sorry if it's a repeted question.
Just to know... is possible to disable the security (including the password) without code change in 3.2? Sorry if it's a repeted question.
- 2010-11-30 12:41
- Forum: ChunkVNC
- Topic: ChunkVNC 3.2 Released!
- Replies: 69
- Views: 73699
Re: ChunkVNC 3.2 Released!
@vdpp, @JonD
The virus DB version is the same for all AVG and not published by country (the auto update I mean).
With the update of today morning (426/3288) the issue continue. Let's se if the AVG Brazil take me a solution (I sent a message yesterday).
The virus DB version is the same for all AVG and not published by country (the auto update I mean).
With the update of today morning (426/3288) the issue continue. Let's se if the AVG Brazil take me a solution (I sent a message yesterday).
- 2010-11-29 16:54
- Forum: ChunkVNC
- Topic: ChunkVNC 3.2 Released!
- Replies: 69
- Views: 73699
Re: ChunkVNC 3.2 Released!
@supercoe
I have the lastest version of program and db (I check in the site). The infection is reported as a generic pontetial malware so I beleave it's a heuristic problem but not sure. I will wait for the AVG Support (I'm in Brazil and we have local support).
Thanks for the advice anyway!
I have the lastest version of program and db (I check in the site). The infection is reported as a generic pontetial malware so I beleave it's a heuristic problem but not sure. I will wait for the AVG Support (I'm in Brazil and we have local support).
Thanks for the advice anyway!
- 2010-11-29 16:06
- Forum: ChunkVNC
- Topic: ChunkVNC 3.2 Released!
- Replies: 69
- Views: 73699
Re: ChunkVNC 3.2 Released!
About the AVG 2011 issue, the problem are not solved yet. I sent a new request about this false positive.
If anyone have news about the problem, please post here.
If anyone have news about the problem, please post here.
- 2010-11-12 19:58
- Forum: SC
- Topic: Updated SC
- Replies: 3
- Views: 5861
Re: Updated SC
@Rudi
Thanks for the replay. I know the diferences about this two softwares but I'm wonder about the benefits of the new versions of UltraVNC into SC (performance...).
@redge
Thanks for the tips. I will take a look soon.
Thanks for the replay. I know the diferences about this two softwares but I'm wonder about the benefits of the new versions of UltraVNC into SC (performance...).
@redge
Thanks for the tips. I will take a look soon.
- 2010-11-11 22:23
- Forum: SC
- Topic: Updated SC
- Replies: 3
- Views: 5861
Updated SC
Will we take a new version of SC based on the current UVNC version (1.9.x)? The current generated "exe" form the upload4.pl give a version of the winvnc.exe from 26/08/2009.
- 2009-11-13 12:20
- Forum: SC
- Topic: Socket error on file transfer
- Replies: 1
- Views: 2745
Socket error on file transfer
I use SC for a long time in my organization to support clients over internet and I start to use the new version because Vista/7 support (by the way, excellent job!!).
The problem is that when I use the 1.0.6 (or the new 1.0.8) version of viewer (in listen mode of course) the connection randoly ...
The problem is that when I use the 1.0.6 (or the new 1.0.8) version of viewer (in listen mode of course) the connection randoly ...
- 2007-08-07 12:25
- Forum: PcHelpWare
- Topic: PcHelpware working like SC
- Replies: 0
- Views: 2493
PcHelpware working like SC
Hi,
When using the PcHelpware SC version to emulate the UVNC SC, how to set up the viewer to work just like the UNVC Viewer Listening Mode?
Today we use the UVNC SC to support clients with the UVNC Listen Mode works opened in tray icon. When a client must support, we just ask him to open the SC in ...
When using the PcHelpware SC version to emulate the UVNC SC, how to set up the viewer to work just like the UNVC Viewer Listening Mode?
Today we use the UVNC SC to support clients with the UVNC Listen Mode works opened in tray icon. When a client must support, we just ask him to open the SC in ...
- 2006-07-04 20:12
- Forum: SC
- Topic: Source code for UltraVNC SC
- Replies: 6
- Views: 7471
Re: Source code for UltraVNC SC
Thanks!
- 2006-07-03 16:35
- Forum: SC
- Topic: Source code for UltraVNC SC
- Replies: 6
- Views: 7471
Source code for UltraVNC SC
Where I can get the source code for the SC version of VNC? The executable winvnc.exe is different from the version of the full UltraVNC.
- 2006-06-06 20:23
- Forum: SC
- Topic: UltraVNC SC is always on top
- Replies: 0
- Views: 1550
UltraVNC SC is always on top
The UltraVNC SC is always on top in the connection screen and in my case I need that some users access a webpage before make the connection using the "More Info" button. This webpage is behind the UltraVNC SC and it's a problem.
There's a way to make the UltraVNC SC not always on top??
[mod=494 ...
There's a way to make the UltraVNC SC not always on top??
[mod=494 ...