Tuesday, March 18, 2014

Sysprep more than 3 times

This will have to be done every time you capture the image
1. Open up Registry Editor. (Start > Run > regedit)
2. Browse to HKEY_LOCAL_MACHINE\System\Setup\Status\Sysprep Status.
3. Change the value of CleanupState to 2. (0x00000002)
4. Change the value of GeneralizationState to 7. (0x00000007)
5. Browse to HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\SoftwareProtectionPlatform.
6. Change the value of SkipRearm to 1. (0x00000001)
7. After done with the registry, do the following :
  1. Start -> Run : msdtc -uninstall (wait few seconds)
  2. Start -> Run : msdtc -install (wait few seconds)
  3. Restart the machine

.Net said .No so this says .Youbetterorelsebuddy

 I was having trouble with .net framework install on new computers.  I'm not sure why it didn't work repeatedly, but found that if y...