Jump to content

Can't disable auto login


Recommended Posts

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=0
UnattendedInstall="Yes"
MsDosInitiated=No

[Unattended]
UnattendMode=FullUnattended
UnattendSwitch="Yes"
OemSkipEula="Yes"
FileSystem=*
WaitForReboot="No"
NoWaitAfterTextMode=1
NoWaitAfterGUIMode=1
DriverSigningPolicy=Ignore
NonDriverSigningPolicy=Ignore
Hibernation="No"
OemPreinstall=Yes

[SystemRestore]
DisableSR=1
CreateFirstRunRp=0

[GuiUnattended]
EncryptedAdminPassword="No"
AutoLogon="No"
AutoLogonCount=0
AdminPassword="***********"
OEMSkipRegional=1
TimeZone=20
OemSkipWelcome=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?

Link to comment
Share on other sites


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

or

Try 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 by rajesh.kumar
Link to comment
Share on other sites

Guest ellocolobo

Actually it should be:

"AutoAdminLogon"="0"

if you do not wish to logon automatically

NonDriverSigningPolicy=Ignore

eliminates the driver not digitally signed message when installing drivers

Link to comment
Share on other sites

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.

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