Win10窗口加载不完整的解决办法

方法摘录如下

step1:打开注册表 WIN+R,或者运行里面输入regedit

step2:路径[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]将原来的:

"Microsoft YaHei & Microsoft YaHei UI (TrueType)" ="msyh.ttc"
修改为:
"Microsoft YaHei & Microsoft YaHei UI (TrueType)"= "simsun.ttc"

step3:路径[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
新增字串:
"Microsoft YaHei" = "SimSun"
"Microsoft YaHei UI" = "SimSun"

step4:重启电脑

事实证明,通过修改默认字体的方法是可以解决问题的。 反证的是: Win10 的默认字体与宋体的在行高上存在差异才会导致此类问题。

亲测可用

转自:http://www.cnblogs.com/wxjnew/p/5079726.html

猜你喜欢

转载自blog.csdn.net/le_17_4_6/article/details/83037336