How to download language packs for specific version of W10?

Discussion in 'Windows 10' started by Randy Bobandy, Mar 24, 2021.

  1. Randy Bobandy

    Randy Bobandy MDL Novice

    Mar 18, 2021
    40
    3
    0
    #1 Randy Bobandy, Mar 24, 2021
    Last edited: Mar 24, 2021
    How to download language packs for a specific version of W10?
    Let's say I have an image of 18363.720. It's already modified, cut, almost "bare bones" as BlackViper would say.
    It's GhostSpectre-Windows.10.x86-Low.Spec.Edition
    ha te te pe / ghostspectre.the-ninja.jp/1909/1909.x86.htm
    I like this mod, it appears to be clean, with no suspicious activity. The only thing I miss is my language. I'd like to integrate it into the installation image.
    How can I download Polish LP for this version, and what's the best way to integrate it to the already heavily modified W10?
     
  2. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,662
    2,217
    60
    By going into the settings and adding the language.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Randy Bobandy

    Randy Bobandy MDL Novice

    Mar 18, 2021
    40
    3
    0
    i meant for integrating it to the mounted image via dism.
     
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,527
    13,518
    340
    #4 xinso, Mar 24, 2021
    Last edited: Mar 24, 2021
    The install.wim can not be modified offline because its wim format is not recognized by dism.
     
  5. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,662
    2,217
    60
    I think this may have something to do with it:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,527
    13,518
    340
    #6 xinso, Mar 24, 2021
    Last edited: Mar 24, 2021
    Good.

    PS. I just made it by decompressing the image.

    Removing en-US
    Code:
    D:\PackExtractor>dism /english /image:K: /Remove-package /Packagename:Microsoft-Windows-Client-LanguagePack-Package-Wrapper~31bf3856ad364e35~x86~en-US~10.0.18362.720
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.18363.720
    
    Processing 1 of 1 - Removing package Microsoft-Windows-Client-LanguagePack-Package-Wrapper~31bf3856ad364e35~x86~en-US~10.0.18362.720
    [==========================100.0%==========================]
    The operation completed successfully.
    
    D:\PackExtractor>dism /english /image:K: /Remove-package /Packagename:Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~x86~~10.0.18362.1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.18363.720
    
    Processing 1 of 1 - Removing package Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~x86~~10.0.18362.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    D:\PackExtractor>dism /english /image:K: /Remove-package /Packagename:Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~x86~~10.0.18362.1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.18363.720
    
    Processing 1 of 1 - Removing package Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~x86~~10.0.18362.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    D:\PackExtractor>dism /english /image:K: /Remove-package /Packagename:Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~x86~~10.0.18362.1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.18363.720
    
    Processing 1 of 1 - Removing package Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~x86~~10.0.18362.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    D:\PackExtractor>dism /english /image:K: /Remove-package /Packagename:Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~x86~~10.0.18362.1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.18363.720
    
    Processing 1 of 1 - Removing package Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~x86~~10.0.18362.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    D:\PackExtractor>dism /english /image:K: /Remove-package /Packagename:Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~x86~~10.0.18362.1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.18363.720
    
    Processing 1 of 1 - Removing package Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~x86~~10.0.18362.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    D:\PackExtractor>pause
    
    Adding pl-PL
    Code:
    C:\WINDOWS\system32>dism /english /image:K: /add-package:z:\microsoft-windows-client-languagepack-package_pl-pl-x86-pl-pl
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.18363.720
    
    Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~x86~pl-PL~10.0.18362.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /english /image:K: /add-package:Z:\microsoft-windows-languagefeatures-basic-pl-pl-package-x86
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.18363.720
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-Basic-pl-pl-Package~31bf3856ad364e35~x86~~10.0.18362.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /english /image:K: /add-package:Z:\microsoft-windows-languagefeatures-handwriting-pl-pl-package-x86
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.18363.720
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-Handwriting-pl-pl-Package~31bf3856ad364e35~x86~~10.0.18362.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /english /image:K: /add-package:Z:\microsoft-windows-languagefeatures-ocr-pl-pl-package-x86
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.18363.720
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-OCR-pl-pl-Package~31bf3856ad364e35~x86~~10.0.18362.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /english /image:K: /add-package:Z:\microsoft-windows-languagefeatures-texttospeech-pl-pl-package-x86
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.18363.720
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpeech-pl-pl-Package~31bf3856ad364e35~x86~~10.0.18362.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>
    
    Adding 18362.720 LCU
    Code:
    C:\WINDOWS\system32>dism /english /image:K: /add-package:Z:\Windows10.0-KB4551762-x86_PSFX
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.18363.720
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~x86~~18362.720.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>
    
    Set skuintldefaults as pl-pl
    Code:
    C:\WINDOWS\system32>dism /english /image:K: /set-skuintldefaults:pl-pl
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.18363.720
    
    
    Set SKU default settings for: pl-pl
    The operation completed successfully.
    
    C:\WINDOWS\system32>
    
     
  7. Randy Bobandy

    Randy Bobandy MDL Novice

    Mar 18, 2021
    40
    3
    0
    Dude, the problem is getting PL package for 18363. WHERE TO DOWNLOAD IT?
     
  8. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,316
    7,022
    210
  9. danimaxus

    danimaxus MDL Novice

    Aug 12, 2022
    2
    0
    0
  10. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,316
    7,022
    210
  11. danimaxus

    danimaxus MDL Novice

    Aug 12, 2022
    2
    0
    0
    Thanks a lot!