You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Despite of UseRegistry=1 setting or -inifile command line parameter, winvnc always uses the default UltraVNC.ini settings.
Storing the values with UseRegistry=1 result in an UAC popup and eventually saving to the default UltraVNC.ini.
Removing the registry keys for recreating it via admin properties didn't work.
I've updated from version 1.3.8.1, where this was still possible.
We'd like to run one winvnc per windows session with an unique port and ms auth - so basically everything in the default config can be the same except the port - maybe introduce a port command line parameter or get -inifile working.
Could it be, that the WinVNCAppMain - settings/SettingsManager is already initialized before g_szIniFile is set?
The text was updated successfully, but these errors were encountered:
We'd like to run one winvnc per windows session, you mean one vncserver for each rdp session ?
In that case the vncserver need to be started by the logon process and not as service. A service always share the console while winvnc running as application share the current session.
What you can do
create several UltraVNC folders each with there own exe and ini file. (session1UltraVNC session2UltraVNC session3UltraVNC)
Each window session start his own winvnc in his own folder, using his own ultravnc.ini in that folder. This allow to customize each winvnc.
Version: 1.4.3.6 or latest 1.5 snapshot
Despite of UseRegistry=1 setting or -inifile command line parameter, winvnc always uses the default UltraVNC.ini settings.
Storing the values with UseRegistry=1 result in an UAC popup and eventually saving to the default UltraVNC.ini.
Removing the registry keys for recreating it via admin properties didn't work.
I've updated from version 1.3.8.1, where this was still possible.
We'd like to run one winvnc per windows session with an unique port and ms auth - so basically everything in the default config can be the same except the port - maybe introduce a port command line parameter or get -inifile working.
Could it be, that the WinVNCAppMain - settings/SettingsManager is already initialized before g_szIniFile is set?
The text was updated successfully, but these errors were encountered: