Jump to content

Recommended Posts

Posted

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


Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...