从镜像中恢复……
1. 进入恢复模式或从 USB 启动 WinPE
2. 建议把目标的系统分区挂载为 C 盘
3. 执行恢复指令:( 使用 notepad.exe 打开 README_ZH.md 以复制代码 )
dism /apply-image /index:1 /verify /applydir:c: /imagefile:D:\backup\system.esd
注意事项:
- `/index` 一般必填 1
- 可选参数:`/verify` 输出错误信息
- 可选参数:`/compact` 安装时压缩 C 盘系统占用空间,约从 40G~ 降到 20G~
添加 UEFI 启动项:
mountvol u: /s
bcdboot c:\windows /s u: