Created
March 26, 2019 19:58
-
-
Save shaman007/983a0cf4803242b6b4bc4ab1806801cc to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Windows PowerShell | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
Try the new cross-platform PowerShell https://aka.ms/pscore6 | |
PS C:\Users\Andrey> $List = Get-WinUserLanguageList | |
PS C:\Users\Andrey> Set-WinUserLanguageList $($list[0], $list[1]) | |
Confirm | |
Continue with this operation? | |
[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): | |
PS C:\Users\Andrey> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment