Windows 10 をインストールするための起動可能な USB ドライブを作成するには、もちろん Windows 10 メディア作成ツールを使用する方法が推奨されます。しかし、メディア作成ツールがうまく機能しない場合、または使いたくない場合はどうすればよいでしょうか?心配しないでください。メディア作成ツールを使用せずに、ISO イメージ ファイルから Windows 10 ブート可能 USB ドライブを作成することもできます。
この記事では、Windows 10 をインストールするために ISO から Windows 10 起動可能な USB ドライブを作成する方法を説明します。Windows 10 ISO ファイルをコンピューターにダウンロードしていることを確認してから、以下の方法と手順に従ってください。
Rufus は、起動可能な USB フラッシュ ドライブまたは Windows To Go ライブ USB ドライブを簡単に作成するためのオープンソース アプリケーションです。 Rufus を使用して ISO イメージから Windows 10 起動可能な USB フラッシュ ドライブを簡単に作成する方法は次のとおりです。
1. USB フラッシュ ドライブをコンピュータに接続し、USB ドライブ上のデータ (存在する場合) を別の場所にバックアップします。
2. Rufus プログラムをコンピューターにダウンロードし、インストールせずに直接実行します。
3. Rufus で、次のオプションを設定して Windows 10 の起動可能な USB フラッシュ ドライブを作成します。
4.作成が完了するまで待ちます。通常、これには 15 ~ 30 分かかります。
5.進行状況バーが 100% になり、「準備完了」と表示されたら、Rufus が iSO から Windows 10 起動可能な USB ドライブを正常に作成したことを示します。
方法 2: ShapeISO を使用して ISO から Windows 10 起動可能な USB を作成する
ステップ 1: iSumsoft ShapeISO を PC にダウンロードしてインストールします。インストール後、このツールを起動します。
ステップ 2: [書き込み] オプションを選択し、ファイル アイコンをクリックして Windows 10 ISO ファイルをインポートし、[更新] アイコンをクリックして接続されている USB ドライブを表示し、[スタート] ボタンをクリックします。このツールはすぐに Windows 10 ISO ファイルの USB ドライブへの書き込みを開始し、起動可能な Windows 10 USB ドライブを作成します。
ステップ 3: プロセスが完了するまで待ちます。 ISO イメージが USB ドライブに正常に書き込まれたことがソフトウェア ページに表示されると、Windows 10 の起動可能な USB が作成されます。
方法 3: CMD を使用して ISO から Windows 10 ブート可能 USB を作成する
ステップ 1: USB フラッシュドライブを再フォーマットします。
2. Windows の検索ボックスに「cmd」と入力します。コマンド プロンプト アプリのショートカットが検索結果に表示されたら、[管理者として実行] をクリックします。
3.コマンド プロンプト ウィンドウで、「
diskpart」と入力し、Enter キーを押して、diskpart ツールにアクセスします。
4. Type list disk and press Enter to list all disks connected to your computer. Then judge which is your USB flash drive according to the disk size.
5. Type select disk # and press Enter to select your USB flash drive. "#" is the disk number of your USB flash drive.
6. Type clean and press Enter to erase all partitions as well as data on your USB flash drive.
7. Type convert mbr and press Enter to convert the USB flash drive to MBR format.
8. Type create partition primary and press Enter to create a primary partition on the USB flash drive.
9. Type active and press Enter to active the primary partition on the USB flash drive.
10. Type format quick fs=fat32 label="SWM-USB" and press Enter to quickly format the primary partition as FAT32 and set its volume label as SWM-USB.
11. Type assign letter="X" and press Enter to set the drive letter of the partition to X.
12. Type list volume and press Enter to list all volumes on your PC so that you can view the volume details of your USB drive.
13. Type exit and press Enter to exit the diskpart tool, leave the Command Prompt window there or close it.
1. Locate the downloaded Windows 10 ISO file and double-click it to mount it to your computer.
2. Windows will automatically assign a DVD drive letter for the mounted ISO image. Write down the DVD drive letter (E: in my case).
3. Go back to the previously Command Prompt window or open a new Command Prompt window as administrator. Then, type robocopy E: X: /E /xf install.wim and press Enter to copy all files except the install.wim file in the mounted Windows 10 ISO image to the root directory of the USB flash drive. Then, wait for the file copy to complete. This takes about three minutes.
4. All files except the install.wim file in the ISO image have been successfully copied to the root directly of the USB flash drive.
5. In this step, you will copy the install.wim file from the ISO image to the USB flash drive. Since the install.wim file is larger than 4GB and the FAT32 formatted USB drive cannot store a single file over 4GB, you need to divide the install.wim file into two install.swm files and save them on the USB flash drive. To do that, type the following dism command and press Enter.
Dism /Split-Image /ImageFile:E:sourcesinstall.wim /SWMFile:X:sourcesinstall.swm /FileSize:2500
6. A few minutes later, the install.swm files are successfully split from the install.wim file and stored in the sources folder in the USB flash drive.
7. Now go to the USB flash drive, open the sources folder, and you will see two install.swm image files.
That's all the steps required to create a Windows 10 bootable USB flash drive from an ISO image using Command Prompt. Then, boot the computer from the USB flash drive and you can install Windows 10 on the computer.
The above how to create a Windows 10 bootable USB drive from an ISO image file for installing Windows 10. Both Rufus and iSumsoft ShapeISO are good options, they are safe, effective and easy to use. The Command Prompt allows you to successfully create a Windows 10 bootable USB drive from an ISO image without using any software, but the process is cumbersome. You need to make sure you run the correct commands to make the USB drive bootable. If you are not good at using Windows commands, Rufus or iSumsoft ShapeISO is still your best choice.
You may also be interested in How to Make External Hard Drive Bootable for Windows 10.
以上がISO から Windows 10 起動可能な USB フラッシュ ドライブを作成する方法の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。