April 21, 201016 yr 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.
April 21, 201016 yr If by "domain" you mean "enterprise", than you should review the EULA; nLite is not for corporate use.
April 21, 201016 yr Here.http://technet.microsoft.com/en-us/sysinternals/bb963905.aspxor Herehttp://www.mydigitallife.info/2008/06/15/how-to-enable-auto-logon-to-windows-xp-and-vista-joined-as-domain-member/
April 21, 201016 yr Author Thank you for the articles but they do not address changing the first logon.
April 21, 201016 yr 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"
April 22, 201016 yr 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.
Create an account or sign in to comment