Hi!
I want to create a bootable WinPE flash drive.
I followed steps in:
http://technet.microsoft.com/en-us/library/hh825109.aspx
But the deployment and Imaging Tool Environment window just doesn't show anything after I run follwing command:
MakeWinPEMedia /UFD C:\winpe_X86 F:
My USB flash drive is 4GB size and I did the partitioning using:
diskpart
list disk
select disk <disk number>
clean
create partition primary
format quick fs=fat32 label="Windows PE"
assign letter="F"
exit
I am running this on Windows 7 64 bit intel i-5 machine.
Please let me know how can I do it.
Thanks,
Pratibha