Win7-U盘安装出现"We were unable to copy your files. "

使用Windows 7 USB/DVD Download Tool时,提示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 X  //X表示磁盘号
clean  //清理
create partition primary  //创建主要分区
select partition 1  //选择分区1
active  //激活
format quick fs=fat32  //快速格式化fs = fat32
assign  //分配
exit  //退出

posted @ 2014-11-30 23:05  airoot  阅读(2745)  评论(0编辑  收藏  举报