Hi all,
I got a W2k8R2 Server doing WDS by MDT.
I also have several tasksequences which install XP SP3 with different settings.
On one TS I want to keep autologon after the LTI has finished.
Therefore, I got my unattended.txt to read this
AutoLogon="Yes"
AutoLogonCount=999
And an application installing a reg-file reading this
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon]
"AutoLogonCount"=-
"DefaultUsername"="Administrator"
"DefaultPassword"="************"
"DefaultDomainName"="."
"AutoAdminLogon"="1"
[and many more entries for different keys]
At the end of my LTI, the computer reboots and I'm asked to log on. After doing so, I can see that my keys are created, except my autologon keys. If I reapply the reg file, the values get entered and autologon works just fine. I also move the Application to the very end of the TS without success.
How can I make a single TS to not delete the autologon settings at the end?