Skip to content

Instantly share code, notes, and snippets.

@tetlabo
Created June 20, 2021 14:05
Show Gist options
  • Save tetlabo/cd61f1a3f25c2df1c6e5bf458f7da1a8 to your computer and use it in GitHub Desktop.
Save tetlabo/cd61f1a3f25c2df1c6e5bf458f7da1a8 to your computer and use it in GitHub Desktop.
Windows Sandboxを起動時に日本語化するPowerShellスクリプト
Set-WinSystemLocale -SystemLocale ja-JP
Set-WinHomeLocation -GeoId 0x7A
Set-WinUserLanguageList ja-JP -Force
Set-TimeZone -Id "Tokyo Standard Time"
Set-WinUILanguageOverride -Language ja-JP
Set-WinCultureFromLanguageListOptOut -OptOut $False
Set-WinDefaultInputMethodOverride -InputTip "0411:00000411"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment