Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: 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://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

UltraVNC Shortcuts

Post Reply
rah
Posts: 6
Joined: 2009-10-08 18:46
Contact:

UltraVNC Shortcuts

Post by rah »

At one time, if you created a .vnc file that contained the session configuration for running connection to a UVNC server, you could simply launch the .vnc file and establish your connection. That doesn't seem to work currently. Here's a quick workaround.

Copy the UltraVNC Viewer shortcut. Then open its properties and modify the Target: field. Below is an example of one of mine.

"C:\Program Files\UltraVNC\vncviewer.exe" -config "C:\Users\bhartung\Desktop\Uvnc Configs\RLA1-5900.vnc"

Rename the shortcut appropriately and you're good to go.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6838
Joined: 2004-04-23 10:21
Contact:

Re: UltraVNC Shortcuts

Post by Rudi De Vos »

Installer (ultravnc viewer -> [v] Associate viewer with .vnc)
this does the following
or manual add it

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.vnc]
@="VncViewer.Config"

[HKEY_CLASSES_ROOT\.vnc\OpenWithProgids]
"41d2eac3.compilers"=""

[HKEY_CLASSES_ROOT\VncViewer.Config]
@="VNCviewer Config File"

[HKEY_CLASSES_ROOT\VncViewer.Config\DefaultIcon]
@="C:\\Program Files\\uvnc bvba\\UltraVNC\\vncviewer.exe,0"

[HKEY_CLASSES_ROOT\VncViewer.Config\shell]

[HKEY_CLASSES_ROOT\VncViewer.Config\shell\open]

[HKEY_CLASSES_ROOT\VncViewer.Config\shell\open\command]
@="\"C:\\Program Files\\uvnc bvba\\UltraVNC\\vncviewer.exe\" -config \"%1\""
Post Reply