New
#1
Problems to export different Windows 10 Home languages versions
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?Code:Dism /Export-Image /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-Image /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-Image /SourceImageFile:D:\Installation\Windows10\ISO\Finnish\sources\install.wim /SourceIndex:1 /DestinationImageFile:D:\Installation\Windows10\Files\sources\install.wim /DestinationName:"Windows 10 Home Finnish"
The Windows version number is 2004.