celjan34 Posted December 19, 2009 Posted December 19, 2009 How to make the installation DVD (Win7) with autologon (Administrator) but not with Unattended (Autounattend.xml)
MrJinje Posted December 19, 2009 Posted December 19, 2009 (edited) Finally an easy question. Just include two text files in your DVD $OEM$ folder.DVD\Sources\$OEM$\$$\Setup\Scripts\SetupComplete.cmdNet user administrator /active:yesRegedit /s %~dp0AUTOLOGIN.REGAUTOLOGIN.REGWindows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"DefaultUserName"="Administrator""DefaultPassword"="""AutoAdminLogon"="1""ForceAutoLogon"="1"SetupComplete is ran by windows before first login and this should enable the account and force auto-login because Administrator has a blank password by default, at least in theory. Report back. Edited December 19, 2009 by MrJinje
celjan34 Posted December 19, 2009 Author Posted December 19, 2009 (edited) Finally an easy question. Just include two text files in your DVD $OEM$ folder.DVD\Sources\$OEM$\$$\Setup\Scripts\SetupComplete.cmdNet user administrator /active:yesRegedit /s %~dp0AUTOLOGIN.REGAUTOLOGIN.REGWindows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"DefaultUserName"="Administrator""DefaultPassword"="""AutoAdminLogon"="1""ForceAutoLogon"="1"SetupComplete is ran by windows before first login and this should enable the account and force auto-login because Administrator has a blank password by default, at least in theory. Report back.It works!Thank you very much While it is not automatic, it is necessary to enter the user and computer name, password and otherBut the automatic logon as Administrator, which is good Edited December 19, 2009 by celjan34
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