How to Automatically Log On After an Unattended SetupID: Q157361
|
This article describes how to automatically log on to a Windows NT 4.0- based computer after an unattended Setup. By default, Setup restarts the computer and waits for user input at the Press CTRL+ALT+DELETE To Log On dialog box after an unattended Setup. The method in this article allows Windows NT 4.0 to automatically process the logon using the Administrator account to provide access to the desktop without user intervention. Note that this works only on the initial logon after Windows NT 4.0 Setup is finished.
To enable automatic logon during unattended Setup, follow these steps:
OEMPreinstall = Yes
OEMBlankAdminPassword = 1
ARTICLE-ID: Q155197
TITLE : Unattended Setup Parameters for Unattend.txt File
[Version]
Signature = "$Windows NT$"
[DefaultInstall]
AddReg = AddReg
[AddReg]
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion
\Winlogon","DefaultUserName",,"administrator"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion
\Winlogon","DefaultPassword",,""
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion
\Winlogon","AutoAdminLogon",,"1"
HKLM,"SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon","DefaultDomainName",,"Machinename"
[Commands]
"rundll32 setupapi,InstallHinfSection DefaultInstall 128
.\<filename>.inf"
Additional query words: deployment sysdiff unattend
Keywords : kbsetup ntsetup nthowto NTSrvWkst
Version : 4.0
Platform : winnt
Issue type : kbhowto
Last Reviewed: January 27, 1999