看看"C:\ESD\Windows"目錄下的檔案明明長得就很像安裝碟的內容,所以小小試了一下,果然用這些檔案就可以變出一個USB安裝碟了,步驟如下:
找一支大於3GB的隨身碟,把"C:\ESD\Windows"目錄下的檔案都複製到隨身碟的根目錄
(怕不保險的話,請先把該隨身碟格式化)
進入 Cmd 命令列模式,照以下方式操作:
cd c:\esd\windows\boot
bootsect.exe /nt60 e: /mbr (注意!請把 e: 換成你自己隨身碟的磁碟代號)
![[分享] 製作 Windows 8 的USB安裝碟 (無ISO檔亦可)](http://attach.mobile01.com/attach/201211/mobile01-64b8a0380637d068ffcb8f416df1a7d4.png)
如果出現以下訊息(成功的話不會有如下訊息):
Target volumes will be updated with BOOTMGR compatible bootcode.
Could not map drive partitions to the associated volume device objects: 存取被拒。
請將 bootsect 設定成『以系統管理員的身分執行此程式』後,再重做一次這步驟。
http://support.microsoft.com/kb/980063/zh-tw
另外就是隨身碟要設定成 active,可利用 diskpart 程式:
list disk (看看你的隨身碟是哪一個磁碟,下一行指令請換成你的隨身碟編號)
select disk 1 (我的隨身碟是"磁碟 1")
select partition 1
active
![[分享] 製作 Windows 8 的USB安裝碟 (無ISO檔亦可)](http://attach.mobile01.com/attach/201211/mobile01-bd303392b6985615bdec8abf2a4041f8.png)
這樣就做出一支可以開機安裝的Windows 8隨身碟了!