I am using MDT 2010 Task Sequences to deploy Windows 7 to my client's machines.
I need to know how to modify or create a new WinRE solution that provides for an OEM Factory Restore option in the Recovery Environment on the PCs that I will be deploying using MDT. I will not be changing my deployment solution to another type deployment solution. I will not go to a thick imaging solution and will be sticking with using task sequences.
I want to use a task sequence to deploy Win7 that has the proper settings necessary that when I capture an image at the end of the task sequence it can be copied to the local PC as the image to restore from.
Later on if a client boots to F8 and hits OEM Factory Restory it will restore the computer to the image that I captured at the end of my task sequence.
I have multiple clients, so that restore image will be different per client but the recovery image can be the same.
I have used the white paper, "Creating a Windows Vista Hard Disk Recovery Solution" and modified it for Windows 7 successfully.
How do I integrate that with MDT instead of using the WinBits ConfigSet?
Can I just rename the recoverydrv.wim to winre.wim and copy it locally during the task sequence and overwrite the the winre.wim that is setup by default?