close
解決製作Windows 7 USB安裝系統時出現「We were unable to copy your files. Please check your USB device and the selected ISO file and try again.」
解決製作Windows 7 USB安裝系統時出現
We were unable to copy your files. Please check your USB device and the selected ISO file and try again.
這應該是讀取某些隨身碟的MBR(Master Boot Record),導致無法進行後續的寫入動作
而MBR是一般格式化所無法更動的,所以不論是Windows在製作時重新格式化
或者自己格式化都沒用
解決方法:重新建立MBR
step 1.
執行命令提示字元(或在啟動中輸入cmd)
step 2.
輸入diskpart
如出現「是否允許這個程式存取你的電腦」,選擇是
這樣就會啟動diskpart程式
step 3.
輸入list disk
會出現你現在所有的磁碟槽
step 4.
輸入 select disk x
(x帶入你想格式化的隨身碟)
選擇要操作的硬碟
step 5.
依序輸入
clean
create partition primary
active
format quick fs=fat32
assign
exit
結束程式之後,再重新製作Windows 7 USB 安裝程式即可
We were unable to copy your files. Please check your USB device and the selected ISO file and try again.
這應該是讀取某些隨身碟的MBR(Master Boot Record),導致無法進行後續的寫入動作
而MBR是一般格式化所無法更動的,所以不論是Windows在製作時重新格式化
或者自己格式化都沒用
解決方法:重新建立MBR
step 1.
執行命令提示字元(或在啟動中輸入cmd)
step 2.
輸入diskpart
如出現「是否允許這個程式存取你的電腦」,選擇是
這樣就會啟動diskpart程式
step 3.
輸入list disk
會出現你現在所有的磁碟槽
step 4.
輸入 select disk x
(x帶入你想格式化的隨身碟)
選擇要操作的硬碟
step 5.
依序輸入
clean
create partition primary
active
format quick fs=fat32
assign
exit
結束程式之後,再重新製作Windows 7 USB 安裝程式即可
全站熱搜