Windows 7 has a limited Sysprep executions. Once you hit 3 times performing Sysprep, you're out of ammo and hence, requires a way to reset it. This is no longer limited on Windows 8 and 10 onwards. This guide will show you how to reset Sysprep.
The first thing to do is to update the RegEdit configurations.
START > Run > Type "regedit"HKEY_LOCAL_MACHINE\System\Setup\Status\SysprepStatusCleanupState to 2GeneralizationState to 7HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\SoftwareProtectionPlatformSkipRearm to 1regedit once it's done.Now, open the command prompt with admin privilege
cmd" > right click on "command prompt" > "run as administrator" > msdtc -uninstall> msdtc -installDo the following command to remove the panther directory. After that, you may close the command prompt:
> rmdir /Q /S "C:\Windows\System32\Sysprep\Panther"From this point onwards, you can re-run your Sysprep again.
That's all about resetting Sysprep limit counter.