Hot Posts

6/recent/ticker-posts

Apply Images by Using ImageX

Applying images using image x








(Remember-  Using your path and your Drive Letters)

Insert winpe imagex media 
X:> diskpart

Create your partition structure using the diskpart commands
select disk 0
clean
create partition primary size=350
format quick fs=ntfs label="System"
assign letter="G"
active
create partition primary size=85000
format quick fs=ntfs label="Windows"
assign letter="W"
create partition primary size=20000
format quick fs=ntfs label="My Files"
assign letter="H"
exit



Applying  Images

imagex /apply N:\Images\my-windows-windows 7.wim 1 W:\


Setup boot partition 

W:\Windows\System32\bcdboot W:\Windows /l en-US




Post a Comment

0 Comments