Guitarman Posted August 6, 2007 Posted August 6, 2007 Good day all;Have a question for everyone. Looking for a little help to save me a few moments of time while imaging around 800 desktops and laptops. I work for a community college. Before the Fall Semester begins we image all the computers on campus to get them ready for classes. We are using Windows XP SP2 and using sysprep to help us get them setup. I have setup the sysprep to stop where we name our computers and from that point on it finishes the job for us. Big time saver. To help save me a few more minutes I was wondering if there is a way where, as the very last step, sysprep could have the computer login the student as the user, with the student password and to the correct domain? Basically the login name is student, then the password and then the domain instead of the computer name. I have a feeling there is a way, but I don't know where to look and need the help of those who know much more then me.Any help is appreciated. Thank-you for your time Guitarman
Henkes Posted August 13, 2007 Posted August 13, 2007 Well you can make a reg file and make sysprep set it into [HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnce]"Autologin"="regedit /s c:\windows\winlogon.reg"Your winlogon.reg would look like this then:Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"AutoAdminLogon"="1""DefaultDomainName"="DOMAIN""DefaultPassword"="password""DefaultUsername"="student"i don't know if this is what you were looking forbut it works-Henk
Guitarman Posted August 16, 2007 Author Posted August 16, 2007 Henk;Thank you for the reply. I will give it a test run and let everyone know if it works. Guitarman
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now