Jump to content

Autologon domain account


lordemperor

Recommended Posts

Is there a way to get the first logon to use a domain account? My nLite image currently successfully joins a domain, but the first logon still uses the local administrator account (even when autologon is set to "none"?).

Alternatively, not automatically logging on at all would work.

Link to comment
Share on other sites


lordemperor, you might try adding the following line to the nLite.inf file, where xxxxx is your domain name. The file will be found in your I386 (or AMD64) folder compressed into NLITE.IN_. Extract (I use 7-Zip), add the line, then do a makecab on it and put it back into the folder before you create an ISO. Also, please respond to Sp0iLedBrAt's reply about using nLite in a non-private environment. The nLite license agreement does not permit business use. Enjoy, John.

HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","DefaultDomainName",0x00000000,"xxxxx"
Link to comment
Share on other sites

Another method would be to import them at the T-12 stage using cmdlines.txt.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DefaultDomainName"="DOMAIN"
"DefaultUserName"="USERNAME"
"DefaultPassword"="PASSWORD"
"AutoAdminLogon"="1"
"ForceAutoLogon"="1"

If you already have a cmdlines.txt in your $OEM$ folder, place your reg there, and add this line.

[COMMANDS]
"REGEDT32.EXE /S tweaks.reg"

For greater detail you should RTFM.

Link to comment
Share on other sites

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...