Hello, Yes, the MachineGUID value changing with each installation is a good indicator that Sysprep was run with the /generalize option. When the /generalize option is used, Sysprep removes system-specific data from the Windows installations, which includes resetting the MachineGUID. Here are some other things you can check: Sysprep Logs: Sysprep creates a log file (setupact.log) that you can check to see if Sysprep was run and completed successfully. The log file is located in the %WINDIR%\System32\Sysprep\Panther directory. According to your description that seems not found this log. Try to enable hidden file option. Registry Key: Check the registry key HKEY_LOCAL_MACHINE\System\Setup. If Sysprep was run with /generalize, the value of the “CleanupState” should be 2, and the value of “GeneralizationState” should be 7. Best Regards, Hania Lian
If the Answer is helpful, please click "Accept Answer" and upvote it.