Skip to content

Instantly share code, notes, and snippets.

@fo40225
Last active September 12, 2020 14:14
Show Gist options
  • Save fo40225/9e86b7cda905fb03db6d58d7b4543797 to your computer and use it in GitHub Desktop.
Save fo40225/9e86b7cda905fb03db6d58d7b4543797 to your computer and use it in GitHub Desktop.
Windows 10 add US keyboard in zh-TW
$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