W10_11langpack.ps1 -

[Parameter(Mandatory=$false)] [switch]$IncludeSpeechRecognition,

For any administrator needing to manage language packs at scale, writing (or adopting) such a script is far more reliable than manual GUI operations or scattered command-line calls. w10_11langpack.ps1

function Get-LanguageStatus Select-String "Installed language" Get-WinUserLanguageList w10_11langpack.ps1