Unsolved
4 Posts
0
3396
October 31st, 2019 03:00
Error multi language sysprep
Good morning
I'm creating a Windows image (may update 2019 Spanish) I add a second language (French) when I sysprep from ImageAssist gives error.
I've seen that running the 2 commands from PowerShell the error is fixed, but after creating the image and starting the computer (it asks me for the language I want, and I choose French) the wizard is in French, but when it starts appears in Spanish (The language in which I generated the image).
What could be happening?
The commands I run are these
Get-AppxPackage -AllUsers | Remove-AppxPackage
Get-AppxProvisionedPackage -online | Remove-AppxProvisionedPackage -online
No Events found!
Daniel Quadrini
23 Posts
1
October 31st, 2019 05:00
I presume you installed the language pack within Windows from Windows Settings, Time & Language, Region & Language, Add a Language option.
It won't work that way, you need to download the all ISO file with language packs from Microsoft matching your OS version and then you need to install every single language pack within Windows as well but with DISM commands like the one below:
dism.exe /online /add-package /packagepath:x:\xyzfolder\fr-fr\lp.cab
If you have any questions about it send us an e-mail to EMEA_OSImaging@Dell.com