指令整理如下: diskpart list disk select disk # (#看要安裝在哪一個磁碟) clean create partition primary format fs=ntfs quick assign active exit dism /apply-image /imagefile:$1:\sources\install.wim /index:1 /applydir:$2:\ ($1: Windows 10影像檔磁碟機代號,$2: 外接硬碟磁碟機代號) (指令只適用在Microsoft Windows 10.x版,我是使用parallel desktop的windows 10製作的) bcdboot.exe G:windows /f ALL /s $: ($: 外接硬碟磁碟機代號)