Unable to run the sysprep in Windows 10 which is installed the Chinese(tranditional version)

Tak Kin Yeung 0 Reputation points
2024-10-15T03:56:30.94+00:00

Unable to run the sysprep in Windows 10 which is installed the Chinese(tranditional version), English version is fine.

Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Yanhong Liu 14,200 Reputation points Microsoft External Staff
    2024-10-15T09:15:36.48+00:00

    Hello,

    Here are some steps you can take to troubleshoot and resolve issues running Sysprep on a Windows 10 system with Traditional Chinese language settings:

    1.Check for Updates: Ensure that your Windows 10 installation is fully updated. Sometimes, issues with Sysprep can be resolved by installing the latest updates.

    2.Uninstall or Update Apps: Certain apps can cause Sysprep to fail. Try uninstalling any non-essential apps, especially those that may not be fully compatible with Traditional Chinese language settings.

    3.Remove Windows Store Apps: Some Windows Store apps can interfere with Sysprep. You can try removing these apps using PowerShell: - Open PowerShell with administrative privileges. - Execute the following command to remove all non-essential Windows Store apps for the current user: powershell Get-AppxPackage | Remove-AppxPackage

    4.Check Log Files: Sysprep logs can provide clues as to why it is failing. The logs are located in: C:\Windows\System32\Sysprep\Panther - Look for the setuperr.log and setupact.log files and review their contents for any errors.

    5.Check Language Pack Issues: Verify that the language packs and settings are correctly configured. - Go to Settings > Time & Language > Region & Language. - Ensure that Traditional Chinese is set properly as the system language.

    6.Generalize Image: Ensure that you are using the correct Sysprep command, especially if you need to generalize the image: - Open Command Prompt with administrative privileges. - Run the command: cmd sysprep /generalize /oobe /shutdown

    This command will prepare the image for deployment by generalizing it and shutting down the system.

    Best Regards,

    Yanhong

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.