Thread: Winnt.sif
View Single Post
  #20  
Old 6th Sep 04, 07:23 AM
~*McoreD*~'s Avatar
~*McoreD*~ ~*McoreD*~ is offline
Super Moderator
 
Join Date: Jul 2002
Location: Australia
Posts: 2,902
~*McoreD*~ is an unknown quantity at this point
Thanks Will, I'll try that. Oh and I also wanted to point you out one thing:

In your code, you have:

Code:
[GuiUnattended]   AdminPassword=   EncryptedAdminPassword=Yes   OEMSkipRegional=1   TimeZone=35   OemSkipWelcome=1   AutoLogon=Yes   AutoLogonCount=1
When EncryptedAdminPassword=Yes, I just found out that AutoLogin becomes disabled. So having AutoLogon=Yes was pointless.

I had to put EncryptedAdminPassword=No. Otherwise, it was waiting for the user to put the password in, before it did the RunOnceEx stuff.
Reply With Quote