W10_11langpack.ps1 ●

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

# Install speech (optional) if ($IncludeSpeechRecognition) dism /online /Add-Capability /CapabilityName:"Language.Speech~~~$LanguageCode~" /Source:"$SourcePath\fod" /LimitAccess w10_11langpack.ps1

[Parameter(Mandatory=$false)] [string]$SourcePath = "\\server\share\langpacks", w10_11langpack.ps1