Hello
I have been using UltraVNC version 1.1.9.6 for a while and notice there was newer versions. So I thought I would upgrade. After installing version 1.2.0.4 I have noticed that I have lost all of my viewer history .
I know version 1.1.9.6 use to store the viewer history in the registry located at [HKEY_CURRENT_USER\Software\ORL\VNCviewer\MRU]. I have doubled checked after installing version 1.2.0.4 do see if it wiped my old history but the old registry entries are still there. In Newer versions of UltraVNC has the history storage location changed? If yes where is the location located?
Thank you guys for all of the help. I love this Program
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
- 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
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
- 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
Viewer History
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: Viewer History
Depend:
1) Folder of vncviewer is writable ( like a usb stick or a user folder), then it's saved in the same folder.
filename = options.vnc
2) Folder if vncviewer.exe is not writable, like "program files\..." then we need to save it at an user writable spot,
C:\Users\rudi\AppData\Roaming\UltraVNC\options.vnc
or when this fail
C:\Users\rudi\AppData\Local\Temp\options.vnc
This change was done to make the viewer portable..
Sample options.vnc
1) Folder of vncviewer is writable ( like a usb stick or a user folder), then it's saved in the same folder.
filename = options.vnc
2) Folder if vncviewer.exe is not writable, like "program files\..." then we need to save it at an user writable spot,
C:\Users\rudi\AppData\Roaming\UltraVNC\options.vnc
or when this fail
C:\Users\rudi\AppData\Local\Temp\options.vnc
This change was done to make the viewer portable..
Sample options.vnc
Code: Select all
[connection]
index=BA
A=localhost
B=10.10.10.10
-
- Posts: 2
- Joined: 2014-12-01 13:49
Re: Viewer History
Thank Rudi De Vos
Yes that change does make sense.
Thank you very much for your answer it helped out a lot. O and Merry Christmas as well.
Yes that change does make sense.
Thank you very much for your answer it helped out a lot. O and Merry Christmas as well.