I am using RIS to install Windows and supporting apps. I need to have the
computer autologon one time and run gpupdate /force /boot to apply some
policies to install some apps that don't get installed on the first go
round.
I have added the following to my ristndrd.sif file:
[GuiUnattended]
AdminPassword = "*"
AutoLogon=Yes
AutoLogonCount=1
Now, this would work if I did not also happen to have a GPO that changes the
local administrator account name to HardNameToCrack. Is there a way in the
sif file I can specify the autologon name to be my HardNameToCrack?
|