Page 1 of 1

CMD DISM Language

Posted: 2023-Nov-06, 9:44 am
by MrNoClue
Hi, i´ve a Problem to change the default Language of Windows 11 22H2 and older Versions by CMD to (i.e.) german.
Therefore i´ve downloaded the proper Language-Pack ISO which includes the .cab - Files:

Now, to set the language to german, follwoing 2 Steps are necessary:
1.) Install Language
2.) Set Intalled Language as the one to use

The installation works proper, i install the following .cab - File:
Microsoft-Windows-Client-Language-Pack_x64_de-de.cab

But to activate i try following command (which does not support the /online param):

Code: Select all

C:\Windows\System32>DISM /online /Set-SetupUILang:de-DE

Deployment Image Servicing and Management tool
Version: 10.0.22621.1

Image Version: 10.0.22621.525


Error: 87

International provider only supports offline images.

The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

C:\Windows\System32>DISM /online /Set-Intl:de-DE

Deployment Image Servicing and Management tool
Version: 10.0.22621.1

Image Version: 10.0.22621.525


Error: 87

The set-intl option is unknown.
For more information, refer to the help by running DISM.exe /?.

The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

C:\Windows\System32>
Do you know is there any possibility (via cmd, not powershell or something other) to change the language?
It has to be CMD because it shall work over different (and older) OS´s

Thx a lot XD

Re: CMD DISM Language

Posted: 2023-Nov-08, 2:59 pm
by Simon_Weel
Maybe this can help you? Look for heading 'Using silent configurations'.