Skip to content

Instantly share code, notes, and snippets.

@tshm
Last active August 21, 2017 05:04
Show Gist options
  • Save tshm/1e865c3e4f27ab8e99a89451c706a671 to your computer and use it in GitHub Desktop.
Save tshm/1e865c3e4f27ab8e99a89451c706a671 to your computer and use it in GitHub Desktop.
setlanguage.ps1
$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