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

Automatic set default password?

Post Reply
apeacezalt
Posts: 2
Joined: 2005-10-09 08:40

Automatic set default password?

Post by apeacezalt »

I want to download UltraVNC Server (winvnc.exe) to client computer and setup default password automatically (by execute 'set-default-pwd.reg' , or somthing else.) without using SC. can I do it?

I have test registry in 'HKEY_LOCAL_MACHINE\SOFTWARE\ORL' but they all about configuration and not password.


and sorry for my english :)
Peace.
- - - - - - - - - - - - - - - - - - - - - - - - - -

What do I need to do?
I have to control over 50 client computer in my organization and I can send command to client computer to execute .bat file which contain command

Code: Select all

winvnc.exe -kill     ** avoid 'another session already running
winvnc.exe -connect MYCOMP'
but now they only show 'defaultsetting dialog' :cry:
Last edited by apeacezalt on 2005-10-09 09:31, edited 1 time in total.
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Post by redge »

UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Chris H
20
20
Posts: 47
Joined: 2005-04-16 01:59

Post by Chris H »

Since you have the ability to run a batch file on the remote PC, you can have the batch file create the registry entries by using Reg.exe It comes standard in WinXP and can be added to Windows 2000. You could run Reg.exe from your computer and loop through all 50 computers to add the registry entries. I'm not much of a batch file guy so you'd have to figure out a way to make that work.
http://www.petri.co.il/reg_command_in_windows_xp.htm
apeacezalt
Posts: 2
Joined: 2005-10-09 08:40

Post by apeacezalt »

mmm, is there're UltraVNC's password contained in registry?
Post Reply