Hello,
i want do do a silent install with the argument /SILENT.
It works finde.
After the Installation I want the VNC Serrver to start. This works with a little batch file also.
But now i want to set a special password.
In RealVNC, there is the possibility to import some registry values from an installed version, so the password and all the other settings are set immediately.
I can't find the Reg values for UltraVNC.
Is there an other way to set the password within the silent installation or with an batch file?
SpecialK
Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
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
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
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
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
Importing the Password from the reg for a silent install?
Password setting.
Export the registy key and place it on a network share or someghing.
in your script place this
regeit /s \\pathtoregfile\filename.reg
this will add it in.. thats what I did...
I also use another program to CHANGE the password via command line. this way I can install it then change it when I want..
in your script place this
regeit /s \\pathtoregfile\filename.reg
this will add it in.. thats what I did...
I also use another program to CHANGE the password via command line. this way I can install it then change it when I want..