Sysprep failing with Windows 10 Ent LTSC 2019 version 1809 after installing MUI langauage pack

Vakap 1 Reputation point
2021-02-15T11:43:13.16+00:00

i have seen the sysprep is failing after installing the MUI language pack.
can anyone help on the same

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
9,495 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. S.Sengupta 13,451 Reputation points MVP
    2021-02-16T02:35:20.32+00:00

    It can be fixed by removing everything from windows store again after adding the language pack.

    Remove everything:
    Get-AppxPackage -AllUsers | Remove-AppxPackage
    Provision remove everything:
    Get-AppxProvisionedPackage -online | Remove-AppxProvisionedPackage -online

    0 comments No comments

  2. Carl Fan 6,821 Reputation points
    2021-02-16T09:41:06.323+00:00

    Hi,
    Some people met the same issue on Win10 LTSC 1809 version.
    If we try to check the sysprep log, we always could find the error message below:
    Error SYSPRP Package Microsoft.LanguageExperiencePackhu-hu_17134.2.4.0_neutral__8wekyb3d8bbwe was installed for a user, but not provisioned for all users. This package will not function properly in the sysprep image.
    Because this annoying "local experience language pack" has been installed by itself.
    You need to do remove the package before the sysprep process. Follow the link below:.

    https://support.microsoft.com/fi-fi/help/2769827/sysprep-fails-after-you-remove-or-update-windows-store-apps-that-inclu
    Then you could add-Language pack with Powershell.

    https://social.technet.microsoft.com/Forums/en-US/17467cb9-d6e8-4753-8d28-91eeeca8dca1/addlanguage-pack-with-powershell?forum=win10itprosetup

    The following link contain similar information on this issue.
    https://social.technet.microsoft.com/Forums/en-US/58200c26-bc8b-4563-9a97-71bca4bd009c/sysprep-fails-on-microsoftlanguageexperiencepackhu-on-windows-10-build-1803?forum=win10itprosetup
    Hope this helps and please help to accept as Answer if the response is useful.
    Best Regards,
    Carl

    0 comments No comments