Last active
September 12, 2020 14:14
-
-
Save fo40225/9e86b7cda905fb03db6d58d7b4543797 to your computer and use it in GitHub Desktop.
Windows 10 add US keyboard in zh-TW
This file contains 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
$zhtw = New-WinUserLanguageList zh-TW | |
$zhtw[0].InputMethodTips.Clear() | |
$zhtw[0].InputMethodTips.Add('0404:00000409') | |
$zhtw[0].InputMethodTips.Add('0404:{B115690A-EA02-48D5-A231-E3578D2FDF80}{B2F9C502-1742-11D4-9790-0080C882687E}') | |
Set-WinUserLanguageList $zhtw |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment