Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: 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://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Automating logons with Microsoft authentication

Should you have problems with the MS logon plugin, here's the place to look for help or report issues
Post Reply
SUSANVV
Posts: 7
Joined: 2004-10-28 16:56
Location: New Jersey

Automating logons with Microsoft authentication

Post by SUSANVV »

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
randallc
8
8
Posts: 8
Joined: 2005-08-17 01:39

Post by randallc »

Hi,
I am new and trying to just get the vnc login going; can you tell me how, or where there are clear instructions (The FAQ and docs don't seem to say?).
Sorry I can't help you...
Best, Randall
Trying both;
XPSP2 viewing Win2KSP4
Win2KSP4 viewing XPSP2
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Post by redge »

SUSANVV

autoit ?
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Post by redge »

randallc
(The FAQ and docs don't seem to say?).
Sorry I can't help you...
your vnc password is corrupted on your winvnc server
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
Guest

Post by Guest »

OK, thanks!
The problem was that I was not instructed anywhere to "turn off" MS Logon. - All working now, thanks; something else for the FAQ?
Best, Randal
randallc
8
8
Posts: 8
Joined: 2005-08-17 01:39

Post by randallc »

PS
This forum is not logging me back on automatically despite the "check box"for that on the Login screen?.....
Randall
Trying both;
XPSP2 viewing Win2KSP4
Win2KSP4 viewing XPSP2
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Post by redge »

The problem was that I was not instructed anywhere to "turn off" MS Logon.
for MS Logon authentication
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
CarlRodabaugh
8
8
Posts: 10
Joined: 2005-07-01 14:56
Location: Saginaw, MI
Contact:

Auto It

Post by CarlRodabaugh »

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.
randallc
8
8
Posts: 8
Joined: 2005-08-17 01:39

Re: Auto It

Post by randallc »

CarlRodabaugh wrote: (works great when you are using the ms authentication.)
Done.
Hi,
What do you notice different in use?
Best, Randall
Trying both;
XPSP2 viewing Win2KSP4
Win2KSP4 viewing XPSP2
Post Reply