I have recently created a Windows 7 image. Put simply the process I have followed is below:
- Build a clean Windows 7 machine
- Customise machine to our company requirements
- Create sysprep file using Windows System Image Manager and copy to clean machine
- Run sysprep /generalize /oobe /shutdown /unattend:sysprep.xml
In the unattended file I have used the CopyProfile with true in the specialize part and used SkipRearm at 1 in the generalize part - Start up in WinPE and capture image
- Deploy image to clients
The problem I have is that the activation grace period is not being reset each time I deploy the image. Because of this every machine I image is using the grace period start date of the original clean image. For the first 30 days everything worked fine as the grace period had not expired. Now every new machine I image shows a window when the machine is first logged onto saying that the grace period has expired, and asking the user to activate the machine. You can click Activate Now and the machine activates fine, but this is obviously no good as a permanent solution.