I have exported Windows 10 Home with English Swedish and Finnish version to install.wim file with DISM tool.
But I can only choose the English language when prompted which language to install. Is there something, that I am missing?
The Windows version number is 2004.
Code:
Dism /Export-mage /SourceImageFile:D:\Installation\Windows10\ISO\English\sources\install.wim /SourceIndex:1 /DestinationImageFile:D:\Installation\Windows10\Files\sources\install.wim /DestinationName:"Windows 10 Home English"
Dism /Export-mage /SourceImageFile:D:\Installation\Windows10\ISO\Swedish\sources\install.wim /SourceIndex:1 /DestinationImageFile:D:\Installation\Windows10\Files\sources\install.wim /DestinationName:"Windows 10 Home Swedish"
Dism /Export-mage /SourceImageFile:D:\Installation\Windows10\ISO\Finnish\sources\install.wim /SourceIndex:1 /DestinationImageFile:D:\Installation\Windows10\Files\sources\install.wim /DestinationName:"Windows 10 Home Finnish"
But I can only choose the English language when prompted which language to install. Is there something, that I am missing?
The Windows version number is 2004.