So, it seems that’s a little bug when using MDT 2013 and Windows 10 1703 (Creators Update).
Basically, the autoadminlogon stops working and during the task sequence you’ll be asked for Administrator password.
To workaround this you can do the following:
- Open customsettings.ini file
- Add the following line: SkipAdminPassword = YES
- Add the following line: AdminPassword = “youradministratorpassword”
And it’s all done!
No comments:
Post a Comment