How to Create a Bootable USB Flash Drive or USB Key with Vista WinPE 2.0ブータブルを作成する方法をUSBフラッシュドライブやUSBキーをVista WinPEの2.0
WinPE 2.0 (Microsoft Windows Preinstallation Environment version 2) also known as Windows PE or Vista WinPE is the new version of mini bootable tool from Microsoft that provides operating system features for installation, troubleshooting, and recovery. WinPEの2.0 ( Microsoft Windowsプレインストール環境のバージョン2 )としても知られてWinPEのWindows PEまたはVistaは、新しいバージョンのミニは、マイクロソフトからブート可能なツールを提供するオペレーティングシステムの機能をインストール、トラブルシューティング、および回復します。 In other word, WinPE 2.0 is a slim down or tiny mini version of Windows (you will see lots of reference to MiniNT).他の単語、 WinPEの2.0は、小さなミニスリムダウンしているかのバージョンのWindows (あなたはたくさんのリファレンスを参照しminint ) 。 Previously WinPE is mostly used by OEMs, ISVs or system builders to prepare and create recovery CD or recovery partition.以前は次のWinPEのOEMメーカーはほとんど使用される、またはシステムビルダを準備すると、 ISVsリカバリCDまたは回復のパーティションを作成します。 Previous WinPE popularity is limited due to shortage of functionality compared with third-party boot loader.前のWinPEの人気の機能は限られ不足のためにサードパーティ製のブートローダーと比較しています。 However, Vista WinPE 2.0 is greatly enhanced and improved, and widely distributed to the public as free download with Windows Automated Installation Kit (AIK).しかし、 VistaのWinPEの2.0は大幅に強化および改善し、国民に広く分布して無料でダウンロードは、 Windowsの自動インストールキット( aik ) 。 With its small size, WinPE 2.0 can be installed on a USB flash drive, also known as USB key to create a bootable USB flash drive with WinPE 2.0 with ability to access, read and write to NTFS partitions, workable on almost all modern computers support USB booting.の小型サイズ、 WinPEの2.0をインストールするには、 USBフラッシュドライブ、 USBキーとしても知られブータブルUSBフラッシュドライブを作成するにWinPEの2.0と能力にアクセスすると、 NTFSパーティションの読み取りおよび書き込みを、現代のコンピュータで実行されているすべてのサポートのUSB起動します。
Step by step guide on how to make a WinPE 2.0 bootable USB flash drive:ステップバイステップガイドを作るWinPEの2.0を起動する方法をUSBフラッシュドライブ:
- Get an USB key or USB flash drive.取得するUSBキーまたはUSBフラッシュドライブに挿入します。 Depending on your need such as data storage or want to put in a lot of custom scripts or applications, it’s better to buy a USB memory key with at least 512 MB in size.お客様の必要に応じてデータストレージまたはしたいなどのために多くのカスタムスクリプトやアプリケーションを購入する方が得策だとは、 USBメモリキーを少なくとも512 MB以上の大きさです。
- Download and install theダウンロードしてインストールする Windows Automated Installation Kit (Windows AIK) Windowsの自動インストールキット( Windowsのaik ) , which also contains Windows PE 2.0. 、これWindows PE 2.0にも含まれています。
- Format USB flash drive from within Windows Vista. USBフラッシュドライブのフォーマットからWindows Vistaのです。
- Open a command prompt and execute the following commands to create a partition (explanation in bracket, which should be ignored):コマンドプロンプトを開いて、次のコマンドを実行してパーティションを作成する(ブラケットの説明、これを無視しなければならない) :
- Diskpart (text-mode command interpreter to manage objects such as disks, partitions, or volumes) Diskpartの(テキストモードのコマンドインタープリタを管理するオブジェクトのようなディスク、パーティション、またはボリューム)
- list disk (displays a list of disks and information about them)リストディスク(ディスクのリストが表示されている情報はかれらを)
- select disk 1 (assuming the USD key is detected as disk 1 from the list generated by “list disk” command. This setting must be correct or else you may accidentally wipe out the hard disk instead.)ディスク1を選択し(キーが検出されると仮定してディスク1ドルのリストから生成された"リストをディスクに保存"コマンドを使用します。この設定をしなければならないことがあります正しい、さもなければ、ハードディスクの代わりに誤って消し去る。 )
- clean (removes any and all partition or volume formatting from the disk with focus)清潔度(すべてのパーティションまたはボリュームを削除すると、ディスクのフォーマットをよりフォーカス)
- create partition primaryプライマリパーティションを作成
- select partition 1 (the only primary partition created by command above)パーティション1を選択し(上記のコマンドで作成さプライマリパーティションのみ)
- activeアクティブ
- format fs=fat32 (use FAT32 file system) fs = FAT32のフォーマット( FAT32ファイルシステムを使用する)
- assign (assigns a drive letter or mount point to the volume with focus)割り当てる(または、ドライブ文字を割り当てますをポイントして、ボリュームをマウントフォーカス)
- exit出口
- Setup and customize Windows PE by following below instructions: Windows PEのセットアップをしたり、カスタマイズの下で次の手順:
- Click on Windows Start menu, open All Programs (if applicable), and then Windows AIK program folder. Windowsの[スタート]メニューをクリックして、開いて[すべてのプログラム] (該当する場合)と入力し、 Windowsのaikプログラムのフォルダにコピーします。 Select and click “Windows PE Tools Command Prompt”.を選択してクリックして" Windows PEのツールをコマンドプロンプトで" 。
- Type the following command:次のコマンドを入力します:
Run Copype.cmd x86 c:\winpe_x86 x86の実行copype.cmd c : \ winpe_x86
If you want to create a 64-bit version of bootable USB flash disk, change the architecture from x86 to amd64.を作成する場合は、 64ビット版のブート可能なUSBフラッシュディスクは、 x86のを変更してからAMD64用のアーキテクチャです。 You may want to change the name of the folder too.することができますして、フォルダの名前を変更するが判明しました。
- You can customize WinPE by copying any tools possible needed and available to the C:\winpe_x86\iso folder. WinPEのカスタマイズをコピーすることができます必要に応じて、ご利用可能なすべてのツールをC : \ winpe_x86 \ isoフォルダにコピーします。 The utilities may include imaging tools for capturing images such as imagex, wimscript.ini and etc.イメージングツール、ユーティリティが含まれてキャプチャ画像など、 imagex 、などwimscript.ini
- Insert the USB key disk into the machine where WinPE is installed. USBキーディスクを挿入し、マシンのどこWinPEのがインストールされます。
- Run the following command in command prompt to copy WinPE and its contents to the USB flash drive:コマンドプロンプトで次のコマンドを実行してWinPEの、および、その内容をコピーするには、 USBフラッシュドライブ:
xcopy c:\winpe_x86\iso\*.* /s /e /fe:\ xcopyのc : \ winpe_x86 \ iso \ *.* /秒/メール/ fe : \
c: and e: represents drive where the WinPE files are located and USB flash drive respectively. C :およびメール:ドライブのドライブ文字を表し、 WinPEのファイルがあるとUSBフラッシュドライブです。 Change the drive letter if it’s not the same.ドライブ文字を変更していない場合は同じです。
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要 :これは、機械翻訳ページで提供"現状有姿"を保証します。 Machine translation may be difficult to understand.機械翻訳を理解するのは難しいかもしれません。 Please refer toを参照してください original English articleオリジナルの英語記事索引 whenever possible.いつ可能です。
Share and contribute or get technical support and help atを共有して貢献や技術サポートとヘルプを得る My Digital Life Forums 私のデジタルライフフォーラム .です。
Related Articles関連記事
- OCZ Ultra Slim Mini-Kart USB 2.0 Flash Drive Review by Tweak News英語OCZ超スリムなミニカートのUSB 2.0フラッシュドライブした日を微調整ニュース
- Convert and Make Applications Compliant and Run on U3 USB Flash Drive with PackageFactory for U3変換して実行されるアプリケーションに準拠させることとpackagefactoryをU3 USBフラッシュドライブにU3の
- Padlock Security Measure for USB Flash Drive Via USB Dial Padlock錠前のセキュリティ対策をUSBフラッシュドライブ経由でのUSBダイヤル南京錠
- Cool USB Carabiner Flash Drive for the Active UserクールのUSBフラッシュドライブは、アクティブなユーザーカラビナ
- New LG Vaccine USB Flash Drive With Antivirus And Malware Protection Software新しいUSBフラッシュドライブをLGのワクチンのウイルス対策プログラムやマルウェア対策ソフトウェア
- IronKey Secure USB Flash Drive To Keep Private Data Safe USBフラッシュドライブironkeyセキュリティで保護さを保つプライベートなデータセーフ
- Bob Marley’s Album for Sale in USB flash driveボブマーリーのアルバム名で販売されてUSBフラッシュドライブ
- Virus Infections via USB Drive USBドライブ経由でウイルス感染
- SurfDrive USB Flash Drive surfdrive USBフラッシュドライブ
- Crucial Gizmo!英語Crucial Gizmo ! Overdrive 1GB USB Flash Drive Review by BigBruinオーバードライブ1 GBのUSBフラッシュドライブした日をbigbruin













April 3rd, 2007 20:54 2007年4月3日20:54
So…is worth downloading if you don’t have a Vista-installed PC? …ダウンロードするための価値をお持ちでない場合は、ビスタにインストールしたパソコンですか? Or am I going to need a vista disk to make this worth anything?または私は何をVistaのディスクを必要とするこの価値を作る何ですか?
April 3rd, 2007 21:55 2007年4月3日21:55
Do you have any snapshots?任意のスナップショットをお持ちですか?
Can you add Portable Applications?ポータブルアプリケーションを追加することですか?
April 3rd, 2007 22:30 2007年4月3日22:30
Hi ,やあ、
is possible build a WinPe on external Usb Hdd or Key without loading ram ? WinPEの可能性を構築するには、外付けUSBハードディスクまたはキーを読み込んでいますRAMのですか?
Thanksありがとう
AnyB anyb
April 4th, 2007 17:15 2007年4月4日17:15
I was messing around with this today and it’sa bitch.私は今日、それは浮気し、この雌犬です。 It’s pretty much all command line work.ほとんどすべてのコマンドラインの仕事です。 You have to download this AIK thing, burn the DVD, install dot net 2.0.ことがaikをダウンロードするには、 DVDを焼く、ドットネット2.0をインストールします。 OK fine.オクラホマ罰金です。 Then figure out how to make a USB drive’s FAT32 partition active primary, which is for some reason maddeningly difficult.図する方法を入力し、 USBドライブのFAT32パーティションにアクティブなプライマリ、これは何らかの理由で気も狂わんばかりに困難です。 If I could find a simple straightforward utility to do this it would probably be a snap.もし私が簡単なユーティリティを見つけるこれを行うには簡単なことではないだろうかを簡単にします。 And don’t reply “Fdisk, you ass” unless you have a link to download it and know that it will make a 32 bit primary active partition on a USB drive.とには返信しないで" fdiskの、あなたお尻"を持っていない限り、リンクをダウンロードすることを知っていることは主に32ビットのアクティブなパーティション上は、 USBドライブに挿入します。
from what I am reading from the DVD contents, the USB key will have a (very) miniature Vista OS on it, it will not run more than 72 hours continuously.私からどのような内容のDVDからの読み込みは、 USBキーには、 (非常に) VistaのOSのミニチュアがあるなら、それは実行されません72時間以上連続しています。 You will need some ram in the PC though.いくつかのRAMを搭載する必要があります。かかわらず、パソコンです。
April 4th, 2007 21:23 2007年4月4日21:23
Sound like I don’t want to mess with this one.音のような私はこの1つを台無しにしたくない。 Unless someone wants to get it working and post an Acronis Universal Restore Image or something:)取得を希望する場合を除き、投稿することacronis普遍的復元作業のイメージか何か: )
April 4th, 2007 22:53 2007年4月4日22:53
How much free space is left on the key after installation?どれくらいの空き領域が残っているキーをインストールした後ですか?
April 5th, 2007 15:35 2007年4月5日15:35
That would depend on the size of the key.それは、キーの大きさに依存しています。 I wouldn’t try it with less than a gig.私はないことに満たないで演奏しようとします。 I still haven’t gotten this to work.これをまだ得ていない作品です。
May 6th, 2007 00:34 2007年5月6日00:34
Oh my, they’ve really been adding to this thing.オーマイ、彼らは本当にこのことに追加するれています。
Look at all the plugins for this image.すべてのプラグインを見てこの画像です。
http://vistape.boot-land.net/eng/screen.html
June 28th, 2008 00:58 2008年6月28日00:58
Help please!助けてください!
I downloaded Windows AIK from :私ダウンロード情報を見るWindows aik投稿者: http://www.microsoft.com/downloads/details.aspx?FamilyID=C7D4BC6D-15F3-4284-9123-679830D629F2&displaylang=en http://www.microsoft.com/downloads/details.aspx?familyid=c7d4bc6d-15f3-4284-9123-679830d629f2&displaylang=en .です。
But got an img file vista_6000.16386.061101-2205-LRMAIK_EN.img.しかし、 imgファイルがvista_6000.16386.061101 - 2205 - lrmaik_en.imgです。
How do I get the Windows AIK progam file?どうやって行くのは、 Windows aikビデオファイルですか?
Thanks in advance, Gerhard事前のおかげで、ゲルハルト
June 28th, 2008 05:17 2008年6月28日05:17
Thanks, found it, have to burn the DVD seeありがとう、発見し、参照して、 DVDを作成する
http://www.mechrest.com/plugins/BartPEGuide/VistaPEGuide.htm http://www.mechrest.com/plugins/bartpeguide/vistapeguide.htm
Downloading and Installing the Windows AIK:ダウンロードとインストールは、 Windows aik :
1. 1 。 Burn the download to a DVD. DVDの書き込みをダウンロードしています。 It comes in a .img format.それには、スペース形式です。
2.Insert the burned WAIK DVD and it should auto run. 2.insertのやけどを負ったばならないwaik DVD 、および自動実行します。 On the left side choose “Windows AIK Setup” to install the WAIK.選択の左側の" Windows aikセットアップ"をインストールするにwaikです。 The default location is C:\Program Files\Windows AIK.のデフォルトの場所はc : \プログラムファイル\ Windowsのaikです。