bayue9

#注意查看光盘盘符
diskpart
select disk 0
convert gpt
create partition efi size=100
format quick fs=fat32
assign letter=b
create partition primary
format quick fs=ntfs
assign letter=c
net use w: \\192.168.4.131\isos
dism /apply-image /imagefile:w:\sources\install.wim /index:1 /applydir:C:\

bcdboot C:\windows /s B: /f uefi

分类:

技术点:

相关文章:

  • 2022-01-16
  • 2021-09-11
  • 2021-10-27
  • 2021-08-06
  • 2021-09-03
  • 2021-12-06
  • 2021-04-28
猜你喜欢
  • 2021-12-06
  • 2021-11-02
  • 2021-05-18
  • 2021-07-30
  • 2021-10-18
相关资源
相似解决方案