[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盤