Last active
August 21, 2017 05:04
-
-
Save tshm/1e865c3e4f27ab8e99a89451c706a671 to your computer and use it in GitHub Desktop.
setlanguage.ps1
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
$RegKeyPath = "HKU:\Control Panel\International" | |
Import-Module International | |
Set-WinSystemLocale ja-JP | |
Set-Culture ja-JP | |
# Get-WinUserLanguageList | |
Set-WinUserLanguageList ja-JP -Force |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment