After more 2 000 000 (two million) views on forum for 1.5.0.x development versions... and 1.6.1.0, 1.6.3.0-dev versions A new stable version, UltraVNC 1.6.4.0 and UltraVNC SC 1.6.4.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38095 Feedback is always welcome
2025-12-02: We need help: English Wikipedia UltraVNC page has been requested to deletion: https://forum.uvnc.com/viewtopic.php?t=38127 Any help is welcome to improve the UltraVNC page and/or to comment on the Wikipedia Talk page
I created batch to push intall UVNC server using .ini file with basic configuration.
I push on WiXP pro machine and no problem for installing but only 20% of machine accepted my account, 80% refused.
And when I look seetings of MSlogon, UVNC don't copy for these 80% domain account I have selected, but why ??
Do you have idea ?
The MSLogon groups/users are stored in the registry and not the ini file. When you push UltraVNC with MSLogon config, you also need to figure out how you want to push this registry setting.
It's very easy if you only include domain accounts as they will be the same across all computers on the same domain. You can just push the same registry settings to all computers (via a script, program, or just importing a .reg file).
It gets more complicated if you want to include local accounts such as the local Administrator. Since the ACL value uses the SID of each account I determine the SID of the local computer's Administrator account and then dynamically build the ACL BINARY value to include it plus all the domain accounts I want. My method is pretty convoluted, but it works very well without depending on additional programs. You can also use the program that comes with UltraVNC to modify MSLogon settings (mslogonacl.exe), and while simpler I found it to be more realible to just have my own program determine the ACL value and push it directly.