[Settings]
Priority=Default
Properties=MyCustomPropertydom
[Default]
OSInstall=Y
SkipBDDWelcome=YES
SkipCapture=YES
SkipProductKey=YES
SkipComputerBackup=YES
SkipBitLocker=YESspa
;是否跳过恢复用户数据
SkipUserData=YES
SkipDataLocation=NONE3d
SkipAdminPassword=YES
;adminpassword=xml
;配置计算机名(默认随机),默认加域,可选择不加域,默认使用链接deploymentshare共享的帐号加域
SkipComputerName=NO
;ComputerName=*blog
SkipDomainMembership=NO
JoinDomain=u.y.com
domainAdmin=mdt-user
DomainAdminDomain=uxy
DomainAdminPassword=passwordip
;JoinWorkgroup=WORKGROUP部署
;跳过TS,选择001
SkipTaskSequence=YES
TaskSequenceID=001get
;是否跳过应用程序安装
SkipApplications=YES
SkipAppsOnUpgrade=YESit
;是否跳过设置本地地区
SkipLocaleSelection=YESio
;是否跳过设置时区
SkipTimeZone=YES
TimeZoneName=China Standard Time
;指定语言、输入法
SkipLocaleSelection=YES
UILanguage=zh-cn
UserLocale=zh-cn
KeyBoardLocale=zh-cn
;是否跳过系统部署完成后的最后总结
SkipSummary=YES
SkipFinalSummary=NO
;FinishAction=Shutdown
EventService=http://MDT:9800
=============================================================
Bootstrap.ini
[Settings]
Priority=Default
[Default]
DeployRoot=\\10.10.4.4\DeploymentShare$
UserID=MDT-User #默认链接到DeployRoot实用的帐号
UserDomain=uy
UserPassword=password
KeyboardLocale=en-us
SkipBDDWelcome=YES
=============================================================
安装完成后自动安装应用程序:
1.先在Applications里面新建,要求程序支持静默安装便可(好比批处理、Office等)
Office2016静默安装配置文件,能够使用 setup.exe /admin编辑,编辑后使用命令 setup.exe /adminfile office2016config.msp /config office2016config.MSP.xml
2.在TS的State Restore里面添加 Install Application,选择前面建立好的Application便可。
导入驱动:
1.在Out-of-Box Drivers下面新建文件夹,而后经过驱动精灵备份好的驱动直接导入便可。
wmic computersystem get manufacturer #查询制造商,文件夹以此命名
wmic computersystem get model #查询计算机型号,文件夹以此命名(若是须要按型号分类驱动,此处只是以制造商粗略分类,将同一品牌下驱动都导入到一个文件夹里了)
2.Preinstall下,选中Configure,而后Add Set Task Sequence Variable(该项会新加到Configure下面),Variable:DriverGroup001,Value:Windows10\%Make% 或者Windows10\%Make%\%Model%(此处没有使用%Model%)
而后Inject Drivers,profile选中Nothing,Install matching
格式化磁盘分区:
系统盘100G,剩余空间所有为D盘