Windows 7 bare metal restore steps
----------------------------------

Thanks to:
Wai Keong Phan, who first completed a bare metal restore, wrote up the
	first draft and provided help when I was stuck.
Michael Da Cova, who also provided help when I was stuck.


a) Install the burp client on Windows 7.

b) Make a burp backup of your C: drive (plus any others you want to keep).
That means that 'include = C:/' should be in the client burp.conf.
You may also 'exclude = C:/pagefile.sys', because it is known to be pointless
to backup that file.

c) Download MS Win AIK via this link (at the time of writing):
	http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=5753

d) Install MS Win AIK

e) Run a command prompt with administrator privileges, and execute these
	commands:
   > copype.cmd amd64 c:\winpe_amd64
   > cd c:\winpe_amd64
   > copy winpe.wim iso\sources\boot.wim
   > dism /mount-wim /wimfile:iso\sources\boot.wim /index:1 /mountdir:mount

   (at this point, I found it easiest to copy the whole 'C:\Program Files\Burp'
    directory to mount\windows, although you may just install it on the target
    machine via a file server later)

   > dism /unmount-wim /mountdir:mount /commit
   > oscdimg -n -betfsboot.com iso winpe_amd64.iso

f) Make a bootable CD with the iso image.

g) With a new or reprovisioned machine, boot the machine up with WinPE. It
   will go to a command prompt that looks like 'X:\windows\system32>'

h) Create a new 'C:' partition by executing these commands:
   > select disk 0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          