Reply
5.
Re: How do I interactively login to Windows? Dec 2, 2008 2:00 AM

in response to:
rinf
Checked out this link and can't understand how it can solve my problem. Could you please help with it.
I have around 80 virtual machines with different configurations. I'm trying to write automated script with VIX API that will execute program on each VM and i need to capture several screenshots of program status during its execution. I already wrote this, but the problem is that until i logon manually into Windows i get screenshot of its login screen

. Due to security i can't enable automatic windows logon on VMs. That is the reason that i need something that can do it with my VIX API, something that will bypass windows login screen only for my script, not for all other users that can use this VM. Is there anything that can help me?
Steps that i suppose:
1. Through vix api connect to host - imlemented.
2. Open vm - imlemented.
3. Start vm - imlemented.
4. Login through VIX API (doesn't actually login on UI) - imlemented.
5. Copy some files with automate windows login script and start them to login through UI - is it possible???
As i understood from last post i need just to copy gina.dll into my virtual machine but after checking url have no idea how to do it.
Can anyone help me with this issue?