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.