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

server list

Post Reply
afriend10
Posts: 2
Joined: 2016-01-26 18:13

server list

Post by afriend10 »

I ran CCleaner and lost my server list (the IP address of my server) in the viewer. I need to figure out what to uncheck in CCleaner so that I don't lose it. Does anybody know? Or perhaps someone can tell me where the server list is stored and maybe I can figure it out myself. Thanks!
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Re: server list

Post by Rudi De Vos »

The new viewers are portable.
The server list is stored in a config file in the same folder as the viewer exe.

The old viewers stored in the registry
MRU key,

ClearMRU.bat

Code: Select all

@echo off 
echo Emptying VNCViewer's recent sessions list... 
set tmpfile=.reg 
:testfilename 
if exist %tmpfile% goto appendprefix 
goto input 
:appendprefix 
set tmpfile=_%tmpfile% 
goto testfilename 
:input 
echo REGEDIT4>>%tmpfile% 
echo [-HKEY_CURRENT_USER\Software\ORL\VNCviewer\MRU]>>%tmpfile% 
regedit /s %tmpfile% 
del %tmpfile%
afriend10
Posts: 2
Joined: 2016-01-26 18:13

Re: server list

Post by afriend10 »

LOL....I guess 1.1.9.3 is an older version! Time to upgrade :)

thanks
Post Reply