I have a .reg file which adds the autologin keys for admins. This is needed for after an OSD deployment as the machine has to auto login as the local admin to finish off certain scripts before going out to the end user.
If manually run from the desktop the reg key works ok, but it doesn't work from within an OSD deployment. The actual package installs after after the first reboot windows attempts to autologin but fails. It's as if the password is incorrect but like I say it works fine if done manually.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Hi all,
I have a .reg file which adds the autologin keys for admins. This is needed for after an OSD deployment as the machine has to auto login as the local admin to finish off certain scripts before going out to the end user.
If manually run from the desktop the reg key works ok, but it doesn't work from within an OSD deployment. The actual package installs after after the first reboot windows attempts to autologin but fails. It's as if the password is incorrect but like I say it works fine if done manually.
The file is...
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"AutoAdminLogon"="1"
"DefaultUserName"="blah"
"DefaultPassword"="blahpassword"
I guess I'm going to have to somehow run another reg key to remove after the first reboot. Has anyone done something similar, and if so how? Thanks!!
Share this post
Link to post
Share on other sites