Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
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
- 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 11 matches

by rvk
2025-01-02 21:22
Forum: General help
Topic: check vnc version
Replies: 1
Views: 1263

Re: check vnc version

Commandline

Code: Select all

wmic datafile where name='c:\\path\\winvnc.exe' get version
Powershell

Code: Select all

(Get-Item -Path 'C:\path\winvnc.exe').VersionInfo | Format-List -Force
by rvk
2024-12-02 12:46
Forum: General help
Topic: Windows 11: Public Network VS Private Network
Replies: 2
Views: 4139

Re: Windows 11: Public Network VS Private Network

Then I changed network of the new PCs to a private network, but for both I got the message "Failed to connect to server!" Switching back to public network VNC connection works again... The first time connecting to your home network, you were TOO LATE to react on the message if you wanted internal ...
by rvk
2024-11-18 22:58
Forum: 1.4.3.x Releases
Topic: UltraVNC 1.4.3.6 - Feedbacks
Replies: 40
Views: 206894

Re: UltraVNC 1.4.3.6 - Feedbacks

I don't think you can add a manifest to the .exe because the it gets signed during the online build. Yeah, I have my own certificate (and build script) so that's not a problem for me. I don't think you can't get away with one version because if you need to do admin stuff, you need the elevation ...
by rvk
2024-11-17 22:17
Forum: 1.4.3.x Releases
Topic: UltraVNC 1.4.3.6 - Feedbacks
Replies: 40
Views: 206894

Re: UltraVNC 1.4.3.6 - Feedbacks

Using upload12.pl always creates the elevated SC 1.4.3.7 version. How can I create a non-elevated SC version? Some of my clients aren't allowed to elevate, and I don't need it anyways. Are you sure you didn't put [DIS_UAC] in the helpdesk.txt? How did you name the exe (sometimes Windows ...
by rvk
2024-11-05 21:39
Forum: General help
Topic: UltraVNC 1.2.4.0
Replies: 2
Views: 2861

Re: UltraVNC 1.2.4.0

Did you install UltraVNC server as service? If you didn't then you can't login because after reboot the server is at the login screen and hasn't started UltraVNC server yet (so you can't reconnect). Look at this explanation. https://support.moonpoint.com/os/windows/software/remote-control/vnc ...
by rvk
2024-10-08 17:37
Forum: General help
Topic: Check if remote connection is active
Replies: 1
Views: 9582

Re: Check if remote connection is active

You can use the netstat command for that. Open a command prompt (start > cmd > enter) Type in netstat -an | findstr :5900 You see a listening process (LISTEN) and zero, one or more ESTABLISHED lines for each open connection. (assuming you have the server listening on port 5900. If you only want the ...
by rvk
2024-10-08 17:26
Forum: General help
Topic: UltraVNC Viewer connection to Windows 2019 Server terminate the exiting RDP session
Replies: 1
Views: 9464

Re: UltraVNC Viewer connection to Windows 2019 Server terminate the exiting RDP session

1. I have RDP session to the 2019 server opened, and logged in as "abc". Run VNC viewer from workstation to connect to VNC server on the 2019 server, After typing in the VNC password, the windows login window appeared. Type in the windows login credential for account "abc", the VNC connection ...
by rvk
2024-10-07 20:36
Forum: General help
Topic: I can't copy with the clipboard
Replies: 5
Views: 16481

Re: I can't copy with the clipboard

I can transfer automatically from the host to the client. It won't transfer from the client to the host unless I select the UVNC icon in the top left, Clipboard, Request all formats now. And what format are you trying to transfer? Just text, html or rtf. Or images? (for images you need to "request ...
by rvk
2024-10-06 18:08
Forum: SC
Topic: SC 2.0 sc_20.ini and Wallpaper
Replies: 3
Views: 17514

Re: SC 2.0 sc_20.ini and Wallpaper

Looks like small changes... What would be the best behaviour? At least the removewallpaper should default to yes in SC. This was always the case but somehow isn't anymore with the new version. The [admin] settings for Frame and RemoveWallpaper could be moved outside the ifndef sc_20 in the UltraVNC ...
by rvk
2024-10-01 08:52
Forum: SC
Topic: SC 2.0 sc_20.ini and Wallpaper
Replies: 3
Views: 17514

Re: SC 2.0 sc_20.ini and Wallpaper

Same here. The wallpaper stays visible when connecting. Also... the red frame on the client can't be removed. I tried adding [admin] Frame=0 RemoveWallpaper=1 to SC_20.ini but that didn't work. Did you ever find a solution? Edit: O, that's unfortunate... It seems the SC doesn't read the [admin ...
by rvk
2022-06-23 09:00
Forum: SC
Topic: UltraVNC SC - Why has this be so complicated?
Replies: 6
Views: 25259

Re: UltraVNC SC - Why has this be so complicated?

Please! update your howto and teach people on creating the SC themselves. You should realize that some postings dating back to 2009 were complaining even then. Wasn't there documentation for this somewhere? Ah, yes. Here https://forum.uvnc.com/viewtopic.php?p=99179#p99179 The generator just make a ...