1、Win10系统默认字体改为宋体的方法:
新建一个文本文档txt,将如下代码复制进去:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionFonts]
"Microsoft YaHei & Microsoft YaHei UI (TrueType)"="simsun.ttc"
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionFontSubstitutes]
"Microsoft YaHei"="SimSun"
"Microsoft YaHei UI"="SimSun"
保存,将文本文档txt的后缀名txt改为reg,双击或用注册表编辑器打开,确认后重启生效。
2、Win10系统字体还原为默认字体的方法:
新建一个文本文档txt,将如下代码复制进去:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionFonts]
"Microsoft YaHei & Microsoft YaHei UI (TrueType)"="msyh.ttc"
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionFontSubstitutes]
"Microsoft YaHei"=-
"Microsoft YaHei UI"=-
保存,将文本文档txt的后缀名txt改为reg,双击或用注册表编辑器打开,确认后重启生效。