win2k Posted August 3, 2006 Posted August 3, 2006 I am trying to figure out a way to write a script to log into windows. For example, im working with Win2k and Win2k3. After you boot up, you hit the windows login screen, Is there a way to execute a script to automatically provide the login information ?
Briegel Posted August 3, 2006 Posted August 3, 2006 I think there's no way to do this. You can set 'AutoAdminLogon' by 'RemoteRegistry' and then use 'shutdown.exe' to reboot the machine. This all can be do with a script running on another machine. Hope that can be understand.
Foxnolds Posted August 5, 2006 Posted August 5, 2006 I am trying to figure out a way to write a script to log into windows. For example, im working with Win2k and Win2k3. After you boot up, you hit the windows login screen, Is there a way to execute a script to automatically provide the login information ? The only way I know is to use the SourceForge pGina Project. "pGina is a GPL'd replacement for the authentication portion of Windows 2000/XP. Why replace that portion of the OS? Because we hate not having choices. So pGina uses easy to write plugins to accomodate for authentication via limitless backends." It's on my thinks-to-do list. I want ot write a pGina Plugin that uses AutoItX v3 DLL version of AutoIt 3. This will allow an AutoIt Script to be run behind the Windows Logon screen. I want to use this to Poll for Returned Devices that have Locked the Windows session - See my UnAttended.au3 project in Scripts and Scraps. Devices are removable USB Key drives or Windows Mobile PDAs etc. My UnAttended Event Handler , MsgBoxEx , DriveGetDriveEx and SysTray modified.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now