0
点赞
收藏
分享

微信扫一扫

使用 WADK 部署操作系统(11) - 部署一键重置功能

yundejia 2022-02-11 阅读 84

十一、部署一键重置功能:

1、准备 Scanstate 工具:

md U:\ScanState_amd64
copy "D:\WADK10\Assessment and Deployment Kit\User State Migration Tool\amd64" U:\ScanState_amd64
copy "D:\WADK10\Assessment and Deployment Kit\Windows Setup\amd64\Sources" U:\ScanState_amd64 /y

2、自定义 Windows RE 启动映像:(可选)

3、使用【Windows 映像和配置设计器】创建预配包。(可选)

4、使用【Windows 系统映像管理器】创建应答文件。(可选)

5、创建一键重置扩展脚本 ResetConfig.xml。(可选)

6、创建裸机恢复配置 ResetConfig.xml。(可选)

7、创建 Diskpart 脚本 CreatePartitions.txt 进行初始部署。

select disk 0
clean
convert gpt

rem == 1. Windows RE tools partition ============
create partition primary size=300
format quick fs=ntfs label="Windows RE 

举报

相关推荐

0 条评论