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閃存驅動器:

  1. 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的大小。
  2. Download and install the下載並安裝 Windows Automated Installation Kit (Windows AIK) Windows自動化安裝套件(在Windows aik ) , which also contains Windows PE 2.0. ,其中也包含Windows PE的2.0 。
  3. Format USB flash drive from within Windows Vista.格式USB閃存驅動器從Windows Vista中。
  4. 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退出
  5. 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等。
  6. Insert the USB key disk into the machine where WinPE is installed.插入USB密鑰磁盤到機器那裡的WinPE安裝。
  7. 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.改變驅動器的信,如果它的並不相同。

Source來源

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 我的數字生活論壇 .



10 Responses to “How to Create a Bootable USB Flash Drive or USB Key with Vista WinPE 2.0” 10的反應, “如何建立一個可開機USB快閃磁碟機或USB鑰匙與Vista中的WinPE 2.0 ”

  1. Chuck夾頭
    April 3rd, 2007 20:54 2007年4月3日20時54分
    1

    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的磁盤,使這值得什麼呢?

  2. Michael邁克爾
    April 3rd, 2007 21:55 2007年4月3日21時55分
    2

    Do you have any snapshots?你有什麼花絮?
    Can you add Portable Applications?你能添加的便攜式應用?

  3. AnYb anyb
    April 3rd, 2007 22:30 2007年4月3日22時30分
    3

    Hi ,嗨,

    is possible build a WinPe on external Usb Hdd or Key without loading ram ?是有可能建立的WinPE對外部USB HDD或關鍵不加載RAM的?

    Thanks謝謝
    AnyB anyb

  4. Chuck夾頭
    April 4th, 2007 17:15 2007年4月4日17時15分
    4

    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在個人電腦,雖然。

  5. Michael邁克爾
    April 4th, 2007 21:23 2007年4月4日21時23分
    5

    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普遍恢復形象,或一些: )

  6. Limit限制
    April 4th, 2007 22:53 2007年4月4日22時53分
    6

    How much free space is left on the key after installation?多少可用空間,剩下的就主要在安裝後呢?

  7. Chuck夾頭
    April 5th, 2007 15:35 2007年4月5日15時35分
    7

    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.我還沒有得到這個工作。

  8. Michael邁克爾
    May 6th, 2007 00:34 2007年5月6日0時34分
    8

    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

  9. Gerhard總理
    June 28th, 2008 00:58 2008年6月28日0時58分
    9

    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感謝在前進,總理

  10. Gerhard總理
    June 28th, 2008 05:17 2008年6月28日5時17分
    10

    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 。

Leave a Reply離開的答复

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> 您可以使用這些標籤:的<a href="" title=""> <abbr title=""> <acronym title="">的<b> <blockquote cite=""> <cite>的<code> <刪除日期時間= “ ” >的<em>的<i> <q cite=""> <strike>的<strong>

Subscribe without commenting訂閱無評論


Custom Search

New Articles新的條款,

Incoming Search Terms for the Article傳入的搜索條件文章

bootable usb drive 開機USB驅動器 - - bootable flash drive 開機閃存驅動器 - - create bootable usb drive 創建可引導USB驅動器 - - boot from flash drive 開機從閃存驅動器 - - make usb bootable 作出的USB開機 - - make bootable usb drive 使開機USB驅動器 - - how to create bootable USB 如何建立可引導的USB - - creating a bootable usb drive 創造一個可開機USB驅動器 - - boot usb drive 開機USB驅動器 - - Make USB Drive bootable 使USB驅動器開機 - - create bootable flash drive 創建開機閃存驅動器 - - make bootable usb 使開機的USB - - how to create a bootable flash drive 如何創建啟動閃存驅動器 - - vista_6000.16386.061101-2205-LRMAIK_EN.img vista_6000.16386.061101 - 2205 - lrmaik_en.img - - make usb flash drive bootable 使USB快閃磁碟機開機 - - usb drive bootable USB驅動器開機 - - how to create bootable usb drive 如何建立可引導USB驅動器 - - how to make a flash drive bootable 如何使閃存驅動器開機 - - make usb flash bootable 使USB閃存開機 - - how to make bootable usb 如何使開機的USB - - make a bootable flash drive 使開機閃存驅動器 - - bartpe vista Vista的bartpe - - make flash drive bootable 使快閃磁碟機開機 - - how to boot from flash drive 如何開機,從閃存驅動器 - - how to make bootable flash drive 如何使開機閃存驅動器 - - bootable usb flash drive 開機USB閃存驅動器 - - create bootable usb vista 創建可引導的USB Vista的 - - how to create usb boot disk 如何創建的USB啟動盤 - - make usb key bootable 使USB鑰匙開機 - - Create Bootable USB Flash Drive 創建可引導USB閃存驅動器 - - creating a bootable flash drive 創造一個開機閃存驅動器 - - create bootable usb 創建可引導的USB - - how to create bootable flash drive 如何創建開機閃存驅動器 - - vista boot usb Vista的開機的USB - - create boot usb 創建啟動的USB - - all 全部 - - make bootable flash drive 使開機閃存驅動器 - - winpe download 下載的WinPE - - creating bootable usb drive 建立可開機USB驅動器 - - booting from usb drive 開機從USB驅動器 - - bootable usb vista 開機的USB Vista的 - - create boot usb drive 創建開機USB驅動器 - - how to make bootable usb drive 如何使開機USB驅動器 - - how to make boot usb 如何使開機的USB - - booting from a usb drive 開機從USB驅動器 - - how to make a flash drive 如何使閃存驅動器 - - make bootable usb flash drive 使開機USB閃存驅動器 - - BOOTABLE USB KEY 開機USB密鑰 - - how to create bootable flash 如何創建開機閃光 - - bootable usb flash 開機USB閃存 - - how to create a bootable usb drive 如何創建開機USB驅動器 - - how to make a usb drive bootable 如何使USB驅動器開機 - - bootable flash drives 開機閃存驅動器 - - Vista boot from Flash drive Vista的開機從閃存驅動器 - - usb flash drive boot USB快閃磁碟機開機 - - make a usb key bootable 使一個USB閃盤開機 - - make usb drive bootable vista 使USB驅動器Vista的開機 - - make bootable usb vista 使開機的USB Vista的 - - usb drive boot USB驅動器啟動 - - bootable usb drives 開機USB驅動器 - - usb boot 的USB開機 - - creating a bootable flash disk 創造一個開機閃存盤 - - make boot usb 使開機的USB - - bartpe usb bartpe的USB - - bootable flash drive windows 開機閃存驅動器的Windows - - make boot usb drive 使開機USB驅動器 - - format usb bootable 格式的USB開機 - - usb flash bootable USB閃存開機 - - making usb drive bootable 決策的USB驅動器開機 - - make bootable usb flash 使開機USB閃存 - - making a bootable usb drive 決策開機USB驅動器 - - "bootable Flash Drive" “開機的閃存驅動器” - - bartpe usb drive bartpe USB驅動器 - - VISTA 64 Bootable USB Vista的64開機的USB - - make a bootable usb flash drive 使開機USB閃存驅動器 - -