Jump to content

How to make the installation DVD (Win7) with autologon (Administrator)


Recommended Posts


Posted (edited)

Finally an easy question. Just include two text files in your DVD $OEM$ folder.

DVD\Sources\$OEM$\$$\Setup\Scripts\

SetupComplete.cmd

Net user administrator /active:yes
Regedit /s %~dp0AUTOLOGIN.REG

AUTOLOGIN.REG

Windows 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 by MrJinje
Posted (edited)
Finally an easy question. Just include two text files in your DVD $OEM$ folder.

DVD\Sources\$OEM$\$$\Setup\Scripts\

SetupComplete.cmd

Net user administrator /active:yes
Regedit /s %~dp0AUTOLOGIN.REG

AUTOLOGIN.REG

Windows 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 other

But the automatic logon as Administrator, which is good ;)

Edited by celjan34

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...