Windows 10 The PowerShell command “Get-WindowsCapability -Online” doesn't list all languages and components. How can I list all?

  • Thread starter Thread starter thecodz
  • Start date Start date
T

thecodz

The command "Get-WindowsCapability -Online" gives a long list of languages and components that I can then install using "Add-WindowsCapability -Online" but it doesn't list all of them. For example if I go into Windows Settings > Time & Language > Language I can add through the GUI there English (Belize) and other languages which are not listed by "Get-WindowsCapability -Online".

How can I list or install the missing components using PowerShell? Thanks.

Continue reading...
 
Back
Top