Last active
September 10, 2019 12:46
-
-
Save hogart/8550f4c15eab8f1e3b1800ba8f496360 to your computer and use it in GitHub Desktop.
#keyboard #win10 #power-shell
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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