Created
June 20, 2021 14:05
-
-
Save tetlabo/cd61f1a3f25c2df1c6e5bf458f7da1a8 to your computer and use it in GitHub Desktop.
Windows Sandboxを起動時に日本語化するPowerShellスクリプト
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
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