Probably the best part of the Automated Windows Deployment Kit is a little Utility called ImageX. This little utility can be loaded on a BART-PE or minimal boot up disk and can be used to capture a an exact replica of the machine and save it as a .wim file. Further if you are running Vista or Windows 7 this utility will create an image that is capable of being restored on either a Intel or AMD chipset without having to modify the registry (In XP must make a Registry Change before image will work).
So why bother using ImageX instead of File and Settings Transfer Wizard? Easy – because the ImageX wim file contains everything all docs all programs – all settings – with the big one Applications. You do not need to reload any programs unlike File and Settings Transfer Wizard which ignores all programs.
You do not need to really use the Boot PE features of the Automated Windows Deployment Kit instead if you want to simply make an image then restore it to a new or different machine you can use a minimal windows startup disk with ImageX installed.
You can make a disk using the WAIK (From Microsofts website)
Steps:
copype x86 c:\PEBuild
(this copies the PE Source to a new directory that we will use for constructing our image- if you needed the AMD64 source then replace x86 with amd64)imagex /mountrw winpe.wim 1 mount
(this mounts the WinPE image file in the mount directory ready for us to add into)xcopy “c:\Program Files\Windows AIK\Tools\x86\*.*” mount\ /s
peimg /list mount
to see the full list and then peimg /install
to install new supportpeimg /prep mount
– this will ensure that the WinPE image is optimised ‚Äö√Ñ√¨ you will need to agree to seal itimagex /unmount mount /commit
copy /y winpe.wim iso\sources\boot.wim
oscdimg.exe -n -b"c:\Program Files\Windows AIK\Tools\PETools\x86\boot\etfsboot.com" c:\PEbuild\iso c:\PEBuild\PE.is
This disk is useful as it enables you to boot any Vista or Win 7¬¨‚Ć machine from the disk and then use the imagex command line to create a wim image.¬¨‚Ć Great for Backup – Great for Deployment – Great for transferring from one machine to the other.
The only catch is that after restoring an imagex wim file the machine will not boot correctly.¬¨‚Ć To fix boot one time using a Vista or Windows 7 Repair disk and select REPAIR installation – this will fix the boot menu setup and machine should boot up normally.¬¨‚Ć Of course if you are switching machines will need to reinstall lots of drivers but still pretty useful.
Running ImageX from Boot PE disk – capturing Image
M | T | W | T | F | S | S |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 |
Until now no comments