Windows 10 をインストールするための起動可能な USB ドライブを作成するには、もちろん Windows 10 メディア作成ツールを使用する方法が推奨されます。しかし、メディア作成ツールがうまく機能しない場合、または使いたくない場合はどうすればよいでしょうか?心配しないでください。メディア作成ツールを使用せずに、ISO イメージ ファイルから Windows 10 ブート可能 USB ドライブを作成することもできます。
この記事では、Windows 10 をインストールするために ISO から Windows 10 起動可能な USB ドライブを作成する方法を説明します。Windows 10 ISO ファイルをコンピューターにダウンロードしていることを確認してから、以下の方法と手順に従ってください。
- 方法 1: Rufus を使用して ISO から Windows 10 ブート可能 USB を作成する
- 方法 2: ShapeISO を使用して ISO から Windows 10 ブート可能 USB を作成する
- 方法 3: CMD を使用して ISO から Windows 10 ブート可能 USB を作成する
方法 1: Rufus を使用して ISO から Windows 10 ブート可能 USB を作成する
Rufus は、起動可能な USB フラッシュ ドライブまたは Windows To Go ライブ USB ドライブを簡単に作成するためのオープンソース アプリケーションです。 Rufus を使用して ISO イメージから Windows 10 起動可能な USB フラッシュ ドライブを簡単に作成する方法は次のとおりです。
1. USB フラッシュ ドライブをコンピュータに接続し、USB ドライブ上のデータ (存在する場合) を別の場所にバックアップします。
2. Rufus プログラムをコンピューターにダウンロードし、インストールせずに直接実行します。
3. Rufus で、次のオプションを設定して Windows 10 の起動可能な USB フラッシュ ドライブを作成します。
- 「デバイス」ドロップダウン メニューから USB フラッシュ ドライブを選択します。
- 「選択」ボタンをクリックして、Windows 10 ISO ファイルをインポートします。
- 「イメージ オプション」ドロップダウンから標準 Windows インストールを選択します。
- 他のオプションはデフォルト値のままにして、「開始」をクリックします。
- 「OK」をクリックすると、Rufus が Windows 10 起動可能な USB フラッシュ ドライブの作成を開始します。
5.進行状況バーが 100% になり、「準備完了」と表示されたら、Rufus が iSO から Windows 10 起動可能な USB ドライブを正常に作成したことを示します。
方法 2: ShapeISO を使用して ISO から Windows 10 起動可能な USB を作成する
iSumsoft ShapeISO は、ISO イメージ ファイルから Windows 10 の起動可能な USB ドライブを簡単に作成できる、もう 1 つの強力かつ使いやすいツールです。
ステップ 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 を作成する
ソフトウェアを使用せずに Windows 10 起動可能な USB ドライブを作成したい場合は、Windows コマンド プロンプトを使用して作成できます。コマンド プロンプトを使用して ISO イメージから Windows 10 起動可能な USB フラッシュ ドライブを作成する方法は次のとおりです。
ステップ 1: USB フラッシュドライブを再フォーマットします。
1. USB フラッシュ ドライブをコンピュータに接続し、USB ドライブ上のデータ (存在する場合) を別の場所にバックアップします。
2. Windows の検索ボックスに「cmd」と入力します。コマンド プロンプト アプリのショートカットが検索結果に表示されたら、[管理者として実行] をクリックします。
3.コマンド プロンプト ウィンドウで、「
」と入力し、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.
Step 2: Create Windows 10 bootable USB drive from ISO.
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.
Conclusion:
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 サイトの他の関連記事を参照してください。

記事では、2025年まで有効な恒久的なWindows 11キーのソース、法的問題、非公式キーを使用するリスクについて説明します。注意と合法性をアドバイスします。

記事では、2024年の恒久的なWindows 11アクティベーションキーの信頼できるソース、サードパーティキーの法的意味、および非公式キーを使用するリスクについて説明します。

ACER PD163Qデュアルポータブルモニター:接続の悪夢 私はAcer PD163Qに大きな期待を抱いていました。単一のケーブルを介して便利に接続するデュアルポータブルディスプレイの概念は、非常に魅力的でした。 残念ながら、この魅力的なアイデアはquicです

Windows 11へのアップグレード:PCゲームエクスペリエンスを強化します Windows 11は、PCゲームエクスペリエンスを大幅に向上させるエキサイティングな新しいゲーム機能を提供します。 このアップグレードは、Windows 10から移動するPCゲーマーについて検討する価値があります。 Auto HDR:Eleva

Alienware AW3225QF:最高の曲線4Kディスプレイ、購入する価値はありますか? Alienware AW3225QFは、最高の曲線4Kディスプレイとして知られており、その強力なパフォーマンスは疑いの余地がありません。高速応答時間、見事なHDR効果、無制限のコントラストは、優れた色のパフォーマンスと相まって、このモニターの利点です。主にゲーマーを対象としていますが、OLEDの欠点を受け入れることができれば、高効率を追求するオフィスワーカーにも適しています。 ワイドスクリーンモニターは、ゲーマーに愛されるだけでなく、生産性の向上を重視するユーザーにも好まれています。彼らは仕事に最適で、誰のデスクトップ体験を強化します。このエイリアンウェアモニターは通常高価ですが、現在それを楽しんでいます

目次は、大規模なファイルを使用する際のゲームチェンジャーの合計です。これにより、すべてが整理され、ナビゲートしやすくなります。残念ながら、Wordとは異なり、Microsoft Excelにはtを追加する単純な「目次」ボタンがありません

Reactos 0.4.15には、新しいストレージドライバーが含まれています。これは、全体的な安定性とUDBドライブの互換性、およびネットワークの新しいドライバーに役立つはずです。フォントサポート、デスクトップシェル、Windows API、テーマ、ファイルへの多くの更新もあります

新しいモニターを購入することは頻繁に発生することではありません。 これは、コンピューター間を頻繁に移動する長期的な投資です。ただし、アップグレードは避けられず、最新のスクリーンテクノロジーは魅力的です。 しかし、間違った選択をすることはあなたに後悔を残すことができます


ホットAIツール

Undresser.AI Undress
リアルなヌード写真を作成する AI 搭載アプリ

AI Clothes Remover
写真から衣服を削除するオンライン AI ツール。

Undress AI Tool
脱衣画像を無料で

Clothoff.io
AI衣類リムーバー

AI Hentai Generator
AIヘンタイを無料で生成します。

人気の記事

ホットツール

Safe Exam Browser
Safe Exam Browser は、オンライン試験を安全に受験するための安全なブラウザ環境です。このソフトウェアは、あらゆるコンピュータを安全なワークステーションに変えます。あらゆるユーティリティへのアクセスを制御し、学生が無許可のリソースを使用するのを防ぎます。

ZendStudio 13.5.1 Mac
強力な PHP 統合開発環境

MinGW - Minimalist GNU for Windows
このプロジェクトは osdn.net/projects/mingw に移行中です。引き続きそこでフォローしていただけます。 MinGW: GNU Compiler Collection (GCC) のネイティブ Windows ポートであり、ネイティブ Windows アプリケーションを構築するための自由に配布可能なインポート ライブラリとヘッダー ファイルであり、C99 機能をサポートする MSVC ランタイムの拡張機能が含まれています。すべての MinGW ソフトウェアは 64 ビット Windows プラットフォームで実行できます。

SublimeText3 中国語版
中国語版、とても使いやすい

EditPlus 中国語クラック版
サイズが小さく、構文の強調表示、コード プロンプト機能はサポートされていません

ホットトピック



