zoukankan      html  css  js  c++  java
  • 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  //退出

  • 相关阅读:
    3-1
    3-2
    习题二 8
    习题二 3
    习题二 5
    习题二 4
    习题二 6
    实验三-2未完成
    实验三
    心得
  • 原文地址:https://www.cnblogs.com/airoot/p/4315836.html
Copyright © 2011-2022 走看看