Jump to content

autologon after unattended installation


Recommended Posts

I use the autologon swich in winnt.sif to unattended install of some apps:

[GuiUnattended]
   AdminPassword=1234
   EncryptedAdminPassword=No
   OemSkipWelcome=1
   AutoLogon=Yes
   AutoLogonCount=1

Then i use the autologon.reg to enable autologon from now...:

Windows Registry Editor Version 5.00 

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DefaultUserName"="Administrator"
"DefaultPassword"="1234"
"AutoAdminLogon"="1"

but autologon is always not set after the 2nd reboot... does the winnt.sif overwrite the stettings i maked?

how can i solve this problem???

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