Sysprep was not able to validate your Windows installation. Review the log file at %WINDIR%\System32\Panther\setupact.log for details. After resolving the issue, use Sysprep to validate your installation again.


When trying to sysprep Windows 10 you get the error

Sysprep was not able to validate your Windows installation. Review the log file at %WINDIR%\System32\Panther\setupact.log for details. After resolving the issue, use Sysprep to validate your installation again.






  • Check the log file, and see if you have a package installed that's blocking sysprep.

    "2020-02-25 00:01:27, Error                 SYSPRP Package Microsoft.LanguageExperiencePacken-GB_18362.14.45.0_neutral__8wekyb3d8bbwe was installed for a user, but not provisioned for all users. This package will not function properly in the sysprep image."

  • Determine the name of the package

    Get-AppxPackage -AllUsers | SELECT PackageFullName, Name

  • Remove the package

    Get-AppxPackage -AllUsers "Microsoft.LanguageExperiencePacken-GB"|Remove-AppXPackage -AllUsers

  • Run sysprep again

Comments

Popular posts from this blog

Windows Server 2016, 2019, 2022, Windows 10 and Windows 11: Date and time "Some settings are managed by your organization".

TFTPD32 or TFTPD64 reports Bind error 10013 An attempt was made to access a socket in a way forbidden by its access permissions.

Enable function lock for F1-F12 on HP ZBook mobile workstations