Skip to content

Instantly share code, notes, and snippets.

@hogart
Last active September 10, 2019 12:46
Show Gist options
  • Save hogart/8550f4c15eab8f1e3b1800ba8f496360 to your computer and use it in GitHub Desktop.
Save hogart/8550f4c15eab8f1e3b1800ba8f496360 to your computer and use it in GitHub Desktop.
#keyboard #win10 #power-shell
$1 = New-WinUserLanguageList en-US
$1.Add("ru-RU")
Set-WinUserLanguageList $1 -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment