Install Windows 10 language package from Store trough powershell?

Ken Ekholm 151 Reputation points
2021-03-22T14:35:44.28+00:00

Is it possible to download and install Windows 10 language package from Store through powershell?

Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,890 questions
0 comments No comments
{count} votes

Accepted answer
  1. Teemo Tang 11,326 Reputation points
    2021-03-23T01:54:39.037+00:00

    No, if we want to install language package from Store, we can only use Store user interface, can’t use powershell command to install.
    Please refer to this guide for more information about Integrating LPs into a Windows image
    Local Experience Packs: Add languages to Windows 10 and Server 2019
    https://4sysops.com/archives/local-experience-packs-add-languages-to-windows-10-and-server-2019/

    -------------------------------------------------------------------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


1 additional answer

Sort by: Most helpful
  1. S.Sengupta 14,346 Reputation points MVP
    2021-03-23T07:50:57.03+00:00

    1) Install the OS in the primary language

    2) Copy the language pack you want (pay attention about architecture) from : Language Pack

    3) Copy the lp_xxxxxxxx.cab (where xxxxxxx are numbers and letters) in C:\Users\Public\ folder.

    4) Rename lp_xxxxxxxx.cab into lp.cab

    5) Run as admin the cmd prompt

    6) Type: DISM /Online /Add-Package /PackagePath:C:\Users\Public\lp.cab

    7) Wait until the end of the installation

    8) Reboot

    Check it here:

    https://social.technet.microsoft.com/Forums/en-US/17467cb9-d6e8-4753-8d28-91eeeca8dca1/addlanguage-pack-with-powershell?forum=win10itprosetup

    0 comments No comments