How to Create a Bootable USB Flash Drive or USB Key with Vista WinPE 2.0 Comment créer une amorce une clé USB ou clé USB avec 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 environnement de préinstallation version 2) ont également connu sous le nom de Windows Vista PE ou WinPE est la nouvelle version du mini-outil de démarrage de Microsoft qui offre les fonctionnalités du système d'exploitation pour l'installation, le dépannage et la récupération. In other word, WinPE 2.0 is a slim down or tiny mini version of Windows (you will see lots of reference to MiniNT). En d'autres termes, 2,0 WinPE est une alléger ou de minuscules mini version de Windows (vous verrez beaucoup de référence à Ministère de). Previously WinPE is mostly used by OEMs, ISVs or system builders to prepare and create recovery CD or recovery partition. Auparavant WinPE est surtout utilisé par des équipementiers, éditeurs de logiciels ou constructeurs de système de préparer et de créer des CD de récupération ou de récupération de partition. Previous WinPE popularity is limited due to shortage of functionality compared with third-party boot loader. Précédent WinPE popularité est limitée en raison du manque de fonctionnalité par rapport à des tiers chargeur de démarrage. 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). Toutefois, Vista 2,0 WinPE est grandement renforcée et améliorée, et largement distribués au public que télécharger gratuitement avec Windows Automated Installation Kit (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. Avec sa petite taille, 2,0 WinPE peut être installé sur une clé USB, également connu sous le nom de clé USB pour créer un bootable USB flash drive with WinPE 2,0 avec la capacité d'accès, de lire et écrire dans des partitions NTFS, viable sur la quasi-totalité des ordinateurs modernes de soutien L'amorçage USB.
Step by step guide on how to make a WinPE 2.0 bootable USB flash drive: Guide étape par étape sur la façon de faire un bootable WinPE 2,0 USB flash drive:
- Get an USB key or USB flash drive. Obtenir une clé USB ou clé 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. En fonction de votre besoin, tels que le stockage de données ou que vous voulez mettre dans un lot de scripts personnalisés ou des applications, il est préférable d'acheter une clé mémoire USB avec au moins 512 Mo en taille.
- Download and install the Télécharger et installer le Windows Automated Installation Kit (Windows AIK) Windows automatisé kit d'installation (Windows AIK) , which also contains Windows PE 2.0. , Qui contient également Windows PE 2,0.
- Format USB flash drive from within Windows Vista. USB flash drive à partir de Windows Vista.
- Open a command prompt and execute the following commands to create a partition (explanation in bracket, which should be ignored): Ouvrez une invite de commande et d'exécuter les commandes suivantes pour créer une partition (explication entre parenthèses, ce qui devrait être ignoré):
- Diskpart (text-mode command interpreter to manage objects such as disks, partitions, or volumes) Diskpart (en mode texte interpréteur de commandes pour gérer des objets tels que des disques, partitions ou volumes)
- list disk (displays a list of disks and information about them) liste disque (affiche une liste des disques et des informations à leur sujet)
- 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.) sélectionnez disque 1 (en supposant que l'USD clé est détecté comme disque dur 1 de la liste générée par "la liste de disque". Ce paramètre doit être correcte ou bien vous mai effacer accidentellement le disque dur.)
- clean (removes any and all partition or volume formatting from the disk with focus) propre (supprime toute partition ou un volume de formatage du disque avec un accent)
- create partition primary créer la partition primaire
- select partition 1 (the only primary partition created by command above) sélectionnez la partition 1 (la seule partition primaire créé par la commande ci-dessus)
- active actif
- format fs=fat32 (use FAT32 file system) fs = format FAT32 (utilisation du système de fichiers FAT32)
- assign (assigns a drive letter or mount point to the volume with focus) assign (attribue une lettre de lecteur ou point de montage au volume avec l'accent)
- exit sortie
- Setup and customize Windows PE by following below instructions: D'installation et de personnaliser Windows PE en suivant les instructions ci-dessous:
- Click on Windows Start menu, open All Programs (if applicable), and then Windows AIK program folder. Cliquez sur le menu Démarrer de Windows, ouvrez Tous les programmes (le cas échéant), puis Windows AIK dossier de programme. Select and click “Windows PE Tools Command Prompt”. Sélectionnez et cliquez sur "Windows PE Tools Command Prompt".
- Type the following command: Tapez la commande suivante:
Run Copype.cmd x86 c:\winpe_x86 Run 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. Si vous souhaitez créer une version 64 bits de démarrage disque flash USB, changement de l'architecture x86 pour AMD64. You may want to change the name of the folder too. Mai Vous voulez changer le nom du dossier.
- You can customize WinPE by copying any tools possible needed and available to the C:\winpe_x86\iso folder. Vous pouvez personnaliser WinPE en copiant tous les outils possibles et nécessaires à la disposition du C: \ winpe_x86 \ iso dossier. The utilities may include imaging tools for capturing images such as imagex, wimscript.ini and etc. Les services publics comprennent mai outils d'imagerie pour capturer des images telles que ImageX, wimscript.ini, etc
- Insert the USB key disk into the machine where WinPE is installed. Insérez la clé USB de disque dans la machine où est installé WinPE.
- Run the following command in command prompt to copy WinPE and its contents to the USB flash drive: Lancez la commande suivante dans l'invite de commande de copie WinPE et son contenu à la clé USB:
xcopy c:\winpe_x86\iso\*.* /s /e /fe:\ xcopy c: \ winpe_x86 \ iso \ *.* / s / e / fe: \
c: and e: represents drive where the WinPE files are located and USB flash drive respectively. c: et e: représente le lecteur où WinPE se trouvent les fichiers et USB flash drive. Change the drive letter if it’s not the same. Changer la lettre de lecteur si ce n'est pas le même.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANT: Il s'agit d'une machine qui traduit la page est fourni «tel quel», sans garantie. Machine translation may be difficult to understand. La traduction automatique mai être difficile à comprendre. Please refer to S’il vous plaît se référer à original English article l'article original en anglais whenever possible. chaque fois que possible.
Share and contribute or get technical support and help at Partagez et contribuer ou obtenir de l'aide technique et l'aide à My Digital Life Forums Ma vie numérique forums .
Related Articles Articles connexes
- OCZ Ultra Slim Mini-Kart USB 2.0 Flash Drive Review by Tweak News OCZ Ultra-Slim Mini-Kart USB Flash Drive 2,0 examen par Tweak News
- Convert and Make Applications Compliant and Run on U3 USB Flash Drive with PackageFactory for U3 Convertir et adresser des demandes Compatibilité and Run sur U3 USB Flash Drive avec PackageFactory pour U3
- Padlock Security Measure for USB Flash Drive Via USB Dial Padlock Cadenas mesure de sécurité pour l'USB Flash Drive USB via ligne cadenas
- Cool USB Carabiner Flash Drive for the Active User Cool USB Flash Drive mousqueton pour l'utilisateur actif
- New LG Vaccine USB Flash Drive With Antivirus And Malware Protection Software Nouvelle LG vaccin USB flash drive with antivirus et des logiciels malveillants logiciel de protection
- IronKey Secure USB Flash Drive To Keep Private Data Safe IronKey Secure USB Flash Drive Pour conserver les données privées de sécurité
- Bob Marley’s Album for Sale in USB flash drive Bob Marley's Album à vendre USB flash drive
- Virus Infections via USB Drive Infections par le virus de clé USB
- SurfDrive USB Flash Drive SurfDrive USB Flash Drive
- Crucial Gizmo! Crucial Gizmo! Overdrive 1GB USB Flash Drive Review by BigBruin Overdrive 1GB USB Flash Drive examen par BigBruin






April 3rd, 2007 20:54 Avril 3rd, 2007 20:54
So…is worth downloading if you don’t have a Vista-installed PC? Alors… le téléchargement est une valeur si vous n'avez pas de Vista installé PC? Or am I going to need a vista disk to make this worth anything? Ou vais-je besoin d'un disque vue de rendre cette valeur de quelque chose?
April 3rd, 2007 21:55 Avril 3rd, 2007 21:55
Do you have any snapshots? Avez-vous des photos?
Can you add Portable Applications? Pouvez-vous ajouter des applications portables?
April 3rd, 2007 22:30 3 avril 2007 22h30
Hi , Salut,
is possible build a WinPe on external Usb Hdd or Key without loading ram ? est possible de construire un WinPE sur disque dur externe USB ou clé sans chargement ram?
Thanks Merci
AnyB
April 4th, 2007 17:15 Le 4 avril 2007 17:15
I was messing around with this today and it’sa bitch. J'étais avec messing environ aujourd'hui et c'est une chienne. It’s pretty much all command line work. Il est à peu près tous les travaux de la ligne de commande. You have to download this AIK thing, burn the DVD, install dot net 2.0. Vous devez télécharger ce AIK chose, graver le DVD, installez 2,0 point net. OK fine. OK amende. Then figure out how to make a USB drive’s FAT32 partition active primary, which is for some reason maddeningly difficult. Ensuite, déterminer comment faire une clé USB de la partition FAT32 actif primaire, qui est pour une raison quelconque, maddeningly difficile. If I could find a simple straightforward utility to do this it would probably be a snap. Si je pouvais trouver un utilitaire simple simple de faire cela, il serait sans doute un clin d'oeil. 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. Et ne répondez pas "fdisk, vous âne", sauf si vous avez un lien pour le télécharger et de savoir qu'il fera une 32 bits primaire actif partition sur une clé 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. de ce que je suis lecture du DVD contenu, la clé USB sera une (très) petit système d'exploitation Vista, il ne fonctionnera pas plus de 72 heures en continu. You will need some ram in the PC though. Vous aurez besoin d'un peu de ram sur le PC si.
April 4th, 2007 21:23 Le 4 avril 2007 21:23
Sound like I don’t want to mess with this one. Sound comme je ne veux pas bidouiller avec celui-ci. Unless someone wants to get it working and post an Acronis Universal Restore Image or something:) À moins que quelqu'un veut faire fonctionner et d'après un Acronis universelle de restauration d'images ou quelque chose:)
April 4th, 2007 22:53 Avril 4th, 2007 22:53
How much free space is left on the key after installation? Combien d'espace libre est laissé sur la touche après l'installation?
April 5th, 2007 15:35 Avril 5th, 2007 15:35
That would depend on the size of the key. Cela dépendrait de la taille de la clé. I wouldn’t try it with less than a gig. Je ne voudrais pas essayer avec moins d'un concert. I still haven’t gotten this to work. Je n'ai pas encore eu à ce travail.
May 6th, 2007 00:34 Mai 6th, 2007 00:34
Oh my, they’ve really been adding to this thing. Oh mon, ils ont vraiment été d'ajouter à cette chose.
Look at all the plugins for this image. Regardez tous les plugins pour cette image.
http://vistape.boot-land.net/eng/screen.html
June 28th, 2008 00:58 28ème Juin, 2008 00:58
Help please! Aide s’il vous plaît!
I downloaded Windows AIK from : J'ai téléchargé Windows AIK de: 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. Mais j'ai reçu un vista_6000.16386.061101 img-2205-LRMAIK_EN.img.
How do I get the Windows AIK progam file? Comment puis-je obtenir la programmation Windows AIK fichier?
Thanks in advance, Gerhard Merci à l'avance, Gerhard
June 28th, 2008 05:17 28ème Juin, 2008 05:17
Thanks, found it, have to burn the DVD see Merci, trouvé, ont pour graver le DVD voir
http://www.mechrest.com/plugins/BartPEGuide/VistaPEGuide.htm
Downloading and Installing the Windows AIK: Téléchargement et installation de Windows AIK:
1. Burn the download to a DVD. Graver le fichier téléchargé sur un DVD. It comes in a .img format. Il est livré dans un. Img.
2.Insert the burned WAIK DVD and it should auto run. 2.Insert gravé WAIK DVD et il convient d'exécution automatique. On the left side choose “Windows AIK Setup” to install the WAIK. Sur la gauche choisissez "Windows AIK Setup" pour installer le WAIK. The default location is C:\Program Files\Windows AIK. L'emplacement par défaut est C: \ Program Files \ Windows AIK.