Skip to content

Instantly share code, notes, and snippets.

@shaman007
Created March 26, 2019 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shaman007/983a0cf4803242b6b4bc4ab1806801cc to your computer and use it in GitHub Desktop.
Save shaman007/983a0cf4803242b6b4bc4ab1806801cc to your computer and use it in GitHub Desktop.
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