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版)也稱為Windows PE或Vista中的WinPE是新版本的迷你開機工具,從微軟提供的操作系統功能,安裝,故障排除,並且復甦。 In other word, WinPE 2.0 is a slim down or tiny mini version of Windows (you will see lots of reference to MiniNT).在其他Word ,的WinPE 2.0是一個瘦身或微小的迷你版本的Windows (你會看到大量的參考內政部) 。 Previously WinPE is mostly used by OEMs, ISVs or system builders to prepare and create recovery CD or recovery partition.以前的WinPE大多是所用的OEM廠商,獨立軟件開發商或系統的建設者,準備和創造恢復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)財政司司長=的格式為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運行copype.cmd x86為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 \國際標準化組織\ *.* /秒/英/鐵: \
c: and e: represents drive where the WinPE files are located and USB flash drive respectively. c :和E :代表所在的驅動器的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轉換和兼容,使應用和運行的U3 USB閃存驅動器與packagefactory為的U3
- Padlock Security Measure for USB Flash Drive Via USB Dial Padlock PadLock安全的措施,為USB快閃磁碟機通過USB撥號掛鎖
- Cool USB Carabiner Flash Drive for the Active User酷carabiner的USB閃存驅動器,為積極用戶
- New LG Vaccine USB Flash Drive With Antivirus And Malware Protection Software新疫苗的LG USB閃存驅動器與防病毒和惡意軟件防護軟件
- IronKey Secure USB Flash Drive To Keep Private Data Safe ironkey安全的USB閃存驅動器,以保持私人數據安全
- 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!關鍵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?因此, … …是值得下載,如果您不具備Vista的安裝電腦呢? 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 HDD或關鍵不加載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分區活躍的小學,這是出於某種原因maddeningly困難。 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操作系統上,它會不會運行超過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.聽起來像是我不想一塌糊塗,與此一。 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日0時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日0時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.但得到一個國際管理集團的檔案vista_6000.16386.061101 - 2205 - lrmaik_en.img 。
How do I get the Windows AIK progam file?我要如何取得Windows aik progam檔案?
Thanks in advance, Gerhard感謝在前進,總理
June 28th, 2008 05:17 2008年6月28日5時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.它在1 。國際管理集團的格式。
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.在左側選擇“ aik的Windows安裝程序”來安裝waik 。 The default location is C:\Program Files\Windows AIK.默認位置是C : \程式檔案\的Windows aik 。