MDT搭建—部署rules

[Settings]
Priority=Default
Properties=MyCustomProperty

[Default]
;是否允许部署操作系统到目标计算机
OSInstall=YES

;是否跳过欢迎界面
SkipBDDWelcome=YES

;是否跳过选择部署类型
SkipDeploymentType=YES
DeploymentType=NewComputer

;是否跳过设置本地管理员密码
SkipAdminPassword=YES

;是否跳过应用程序安装向导页
SkipAppsOnUpgrade=YES
SkipApplications=YES

;是否跳过设置计算机名
SkipComputerName=NO

;是否跳过镜像捕捉
SkipCapture=YES

;是否跳过序列号输入
SkipProductKey=YES

;是否跳过设置本地地区
SkipLocaleSelection=YES

;是否跳过设置时区
SkipTimeZone=YES
TimeZoneName=China Standard Time

指定语言、输入法
UILanguage=zh-cn
UserLocale=zh-cn
KeyBoardLocale=zh-cn

;是否跳过加入域或工作组(捕获镜像时需要注释掉)
;SkipDomainMembership=NO
;JoinDomain=https://www.360docs.net/doc/726255948.html,
;DomainAdmin=Administrator
;DomainAdminDomain=https://www.360docs.net/doc/726255948.html,
;DomainAdminPassword=Aa123456

;是否跳过Bitlocker设置
SkipBitLocker=YES

;指定目标计算机部署完成后的动作(关机、注销、重启)
FinishAction=REBOOT

;是否跳过摘要界面
SkipSummary=YES
SkipFinalSummary=YES

;是否跳过恢复用户数据向导页
SkipUserData=YES
UserDataLocation=NONE

相关主题
相关文档
最新文档