admin 管理员组

文章数量: 887021

 怎样从USB, 用ISO文件 安装Windows7

 

先到微软下载一个小工具, Windows 7 USB DVD Download Tool 

参见这里:  http://support.microsoft/kb/978874/zh-cn


如果出现如下错误,解决方法如下:

“We were unable to copy your files. Please check your USB device and the selected ISO file and try again.”这个问题的方法了。

方法:插上要U启的U盘后,
运行——》
diskpart

list disk
(列出磁盘)

select disk #
(#选择磁盘数字编号)

clean
(清理)

create partition primary
(创建主要分区)

select partition 1
(选择分区1)

active
(激活)

format quick fs=fat32
(快速格式化fs = fat32)

assign
(分配)

exit
(退出)

本文标签: 文件 USB ISO