i have UltraVNC Viewer - 1.2.4.0 when i try to start a saved connection from the "save connection info as" option i get a info/fault window with the following message.
How can i change this i am not sure where i would find infos regarding to this in the documentation?
Thank you,
Michael
Last edited by d4mich4 on 2022-08-24 11:08, edited 1 time in total.
Looks like a file association issue.
This is normal done by the installer.
First, if you've already made the windows file type association associate for .vnc extension with the vncviewer.exe, open regedit and do a search for ".vnc" and delete all keys you find.
HKEY_CURRENT_USER\SOFTWARE\Classes\.vnc
Then make a little batch file containing the following:
Then right-click the batch file and choose "Run as Administrator".
Your .vnc files should then launch the vnc viewer correctly. Please note that you may need to change the path above to point to the location of your vncviewer.exe file if it's not installed in the same place as mine. Also note, the double percent sign in "%%1" at the end of the ftype line in the .bat file is NOT a typo. You need the double percent sign when you run a command like that inside a .bat file