First, the rules parameters:
[Settings]
Priority=default
Properties=mycustomproperty
[Default]
: Whether to allow the deployment of operating systems to target computers
Osinstall=yes
: Configure the organizational unit name
_smstsorgname=lab IT Organization
: Whether to skip the Welcome screen
Skipbddwelcome=yes
: Whether to skip mirroring capture
Skipcapture=yes
: Whether to skip selecting a deployment type
Skipdeploymenttype=yes
Deploymenttype=newcomputer
: Whether to skip setting the local Administrator password
Skipadminpassword=yes
: Whether to skip the Application Installation Wizard page
Skipappsonupgrade=yes
: Whether to skip setting the computer name
Skipcomputername=no
: Whether to skip entering product serial number
Skipproductkey=yes
: Do you want to skip the add domain or Workgroup
Skipdomainmembership=yes
Domainadmin=mdt_admin
Domainadmindomain=contoso
domainadminpassword=pass01!
Joindomain=contoso
: Whether to skip computer backup
Skipcomputerbackup=yes
: Whether to skip BitLocker configuration
Skipbitlocker=yes
: Whether to skip the task sequence (CN101 is the task serial number)
Skiptasksequence=yes
Tasksequenceid=cn101
: Whether to skip the first entry to the GUI running task queue after the system deployment final summary
Skipfinalsummary=yes
: Whether to skip time zone settings
Skiptimezone=yes
: Time Zone
Timezonename=china Standard Time
: Whether to skip local language settings
Skiplocaleselection=yes
: Keyboard Area
Keyboardlocale=zh-cn
: User Area
Userlocale=zh-cn
: Language
Uilanguage=zh-cn
: Whether to skip local selection
Skiplocalselection=yes
: Configure the destination computer log storage path
Slshare=\\mdt2012\logs
: Configure destination computer dynamic log storage path
Slsharedynamiclogging=\\mdt2012\logs\%computername%
: Whether to skip user data configuration
Skipuserdata=yes
: Whether to skip configuration summary Confirmation
Skipsummary=yes
: Post-completion action (logoff= logoff reboot= restart shutdown= shutdown)
Finishaction=logoff
Second, bootstarp parameters:
[Default]
deployroot=\\mdt2012\deploymentshare$
: Configure startup to use an administrative account
Userid=mdt_admin
: Configure the domain to which the startup account belongs
Userdomain=contoso
: Configure account password
userpassword=pass01!
: Configuring the keyboard language
Keyboardlocale=zh-cn
: Whether to skip the Welcome screen
Skipbddwelcome=yes
This article is from the "Juck Zhang" blog, please be sure to keep this source http://daodefangxiang.blog.51cto.com/8658374/1709623
MDT2013 series of three answer file explanation