解决方法:
新建一个txt文本文件,把下面内容复制进去。
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Keyboard Layout]
[HKEY_CURRENT_USER\Keyboard Layout\Preload]
"1"="00000804"
"2"="d0010804"
[HKEY_CURRENT_USER\Keyboard Layout\Substitutes]
"00000804"="00000409"
"d0010804"="00000804"
[HKEY_CURRENT_USER\Keyboard Layout\Toggle]
"00000804"="00000409"
[HKEY_CURRENT_USER\Control Panel\International\User Profile]
"InputMethodOverride"="0804:00000409"
[HKEY_CURRENT_USER\Control Panel\International\User Profile\zh-Hans-CN]
"0804:00000409"=dword:00000001
之后保存,再把这个txt文件后缀名的txt改为reg。最后运行你就会发现,上面的问题都完美解决了(包过设置里没有美式键盘选项的问题),而且已经默认把“简体中文-美式键盘”设置为默认了。