I was able to create an automatic logon using UltraVNC password authentication. We are going to Microsoft Authentication. Is there any way I can create a script, .vnc or whatever to automate logging on. I use the automated logging process to have remote computers log on at night to download files. TIA for any help.
Sue Van
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
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
Automating logons with Microsoft authentication
randallc
please recheck your password [topic=3276][/topic]
your vnc password is corrupted on your winvnc server(The FAQ and docs don't seem to say?).
Sorry I can't help you...
please recheck your password [topic=3276][/topic]
Last edited by redge on 2005-08-20 15:08, edited 1 time in total.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
OS Win: xp home + vista business + 7 home
only experienced user, not developer
for MS Logon authenticationThe problem was that I was not instructed anywhere to "turn off" MS Logon.
user need just remember is not possible to save password to UltraVNC 1.0 without an external tool like autoit
for VNC password
well, known bug already reported
so I ask this bug to select VNC password or MS Logon and not complementary option like [X] but (X)
[topic=3865][/topic]
Last edited by redge on 2005-08-21 12:57, edited 1 time in total.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
OS Win: xp home + vista business + 7 home
only experienced user, not developer
-
- 8
- Posts: 10
- Joined: 2005-07-01 14:56
- Location: Saginaw, MI
- Contact:
Auto It
So, go download autoit, for free, install it, and make a new script.
---autoit script file----
Run("C:\Program Files\UltraVNC\vncviewer.exe")
sleep (1000)
Send("pc_name{ENTER}")
SLEEP(800)
Send("user{TAB}")
Send("password{ENTER}")
---end of script file---
save it, minus the --- lines, replace the necessary info, compile it (rt click on it, choose compile) and run it. (works great when you are using the ms authentication.)
Done.
---autoit script file----
Run("C:\Program Files\UltraVNC\vncviewer.exe")
sleep (1000)
Send("pc_name{ENTER}")
SLEEP(800)
Send("user{TAB}")
Send("password{ENTER}")
---end of script file---
save it, minus the --- lines, replace the necessary info, compile it (rt click on it, choose compile) and run it. (works great when you are using the ms authentication.)
Done.
Re: Auto It
Hi,CarlRodabaugh wrote: (works great when you are using the ms authentication.)
Done.
What do you notice different in use?
Best, Randall
Trying both;
XPSP2 viewing Win2KSP4
Win2KSP4 viewing XPSP2
XPSP2 viewing Win2KSP4
Win2KSP4 viewing XPSP2