WooleyBooger Posted March 20, 2007 Posted March 20, 2007 I searched but couldn't find an answer...I built my first unattended XP disk from a OEM Dell SP2 disk. I have set the AutoLogon="No", and AutoLogonCount=0. But everytime the pc is restarted, it automatically logs in as admin. I can log out manually, but as soon as i restart...bam same thing.Here is my WINNT.SIF file:; Generated by nLite 1.3 RC 2[Data]AutomaticUpdates="Yes"Autopartition=0UnattendedInstall="Yes" MsDosInitiated=No[Unattended]UnattendMode=FullUnattendedUnattendSwitch="Yes"OemSkipEula="Yes"FileSystem=*WaitForReboot="No"NoWaitAfterTextMode=1NoWaitAfterGUIMode=1DriverSigningPolicy=IgnoreNonDriverSigningPolicy=IgnoreHibernation="No" OemPreinstall=Yes[SystemRestore]DisableSR=1CreateFirstRunRp=0[GuiUnattended]EncryptedAdminPassword="No"AutoLogon="No"AutoLogonCount=0AdminPassword="***********"OEMSkipRegional=1TimeZone=20OemSkipWelcome=1[Display]AutoConfirm=1[Components][UserData]ProductKey="*************************"ComputerName=******FullName="**********"OrgName="***********"[RegionalSettings]Language= "0409"[Networking]InstallDefaultComponents="Yes"[WindowsFirewall]Profiles=WindowsFirewall.TurnOffFirewall[WindowsFirewall.TurnOffFirewall]Mode=0[Identification]JoinWorkgroup="WORKGROUP"[GUIRunOnce] command9="%SystemDrive%\DPsFnshr.exe"Anybody have any ideas as to what's going on?
WooleyBooger Posted March 21, 2007 Author Posted March 21, 2007 Update:I tried running it without the Driver Packs, thinking maybe that was causing a problem. Same thing happens...so something must be wrong somewhere.
rajesh.kumar Posted March 27, 2007 Posted March 27, 2007 (edited) are u using any registry tweaks?go to Run and type control userpasswords2 and in users tab, uncheck - "users must enter a username and password....."orTry using this registry entry : [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"AutoAdminLogon"="1"by the way can u explain this line : NonDriverSigningPolicy=Ignore Edited March 27, 2007 by rajesh.kumar
Guest ellocolobo Posted March 28, 2007 Posted March 28, 2007 Actually it should be:"AutoAdminLogon"="0"if you do not wish to logon automaticallyNonDriverSigningPolicy=Ignore eliminates the driver not digitally signed message when installing drivers
Sinistrality Posted March 29, 2007 Posted March 29, 2007 EncryptedAdminPassword="Yes" prevents auto login. (Given that you've configured it with an encrypted password)However I found out the hard way....
gtaylor Posted April 3, 2007 Posted April 3, 2007 If you only have one user account and don't have a password specified Windows will log you in automatically. The only workarounds I am aware of is to create password for your account or create a second user account.
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