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
After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome
Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078
Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback is welcome
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
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome
Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078
Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback is welcome
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
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