1、Win10系統默認字體改為宋體的方法:
新建一個文本文檔txt,將如下代碼復制進去:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Microsoft YaHei & Microsoft YaHei UI (TrueType)"="simsun.ttc"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
"Microsoft YaHei"="SimSun"
"Microsoft YaHei UI"="SimSun"
保存,將文本文檔txt的后綴名txt改為reg,雙擊或用注冊表編輯器打開,確認后重啟生效。
2、Win10系統字體還原為默認字體的方法:
新建一個文本文檔txt,將如下代碼復制進去:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Microsoft YaHei & Microsoft YaHei UI (TrueType)"="msyh.ttc"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
"Microsoft YaHei"=-
"Microsoft YaHei UI"=-
保存,將文本文檔txt的后綴名txt改為reg,雙擊或用注冊表編輯器打開,確認后重啟生效。