I am relatively new to MDT, but I can't figure this out. I have followed the instructions by Mitch Tulloch (http://www.windowsnetworking.com/articles_tutorials/Deploying-Windows-7-Part7.html) and when I boot off my CD, I still get prompted to start the process and then prompted for my credentials...
Here is my CustomSettings.ini file:
[Settings]Priority=Default
Properties=MyCustomProperty
[Default]
OSInstall=Y
SkipAdminPassword=YES
SkipApplications=YES
SkipAppsOnUpgrade=YES
SkipBDDWelcome=YES
SkipBitLocker=YES
SkipCapture=YES
SkipComputerName=YES
SkipComputerBackup=YES
SkipDeploymentType=YES
DeploymentType=NEWCOMPUTER
SkipDomainMembership=YES
JoinDomain=MYDOMAIN
DomainAdmin=MYID
DomainAdminDomain=MYDOMAIN
DomainAdminPassword=MYPW
SkipFinalSummary=YES
SkipLocaleSelection=YES
KeyboardLocale=en-US
UserLocale=en-US
UILanguage=en-US
SkipPackageDisplay=YES
SkipProductKey=YES
SkipSummary=YES
SkipTaskSequence=YES
TaskSequenceID=OPTIPLEX780-W7
SkipTimeZone=YES
TimeZoneName=Central Standard Time
SkipUserData=YES
Here is my Bootstrap.ini file:
[Settings]Priority=Default
[Default]
DeployRoot=\\MYPC\OptiPlex780-Win7-64bit$
UserID=MYID
USerDomain=MYDOMAIN
UserPassword=MYPW
KeyboardLocale=en-US
SkipBDDWelcome=YES