[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"=-
复制上面那段,保存到文件中,将文件后缀改成reg,然后双击运行,然后重启 即可
Windows字体默认是微软雅黑 即 msyh.ttc ,ms 是MicroSoft微软的缩写,yh是雅黑拼音首字母的缩写。
windows 字体都是保存在 C://windows/fonts/ 目录下的,找到字体名字 ,随便换
例如 "Microsoft YaHei &Microsoft YaHei UI (TrueType)"="msyh.ttc"
改为 "Microsoft YaHei &Microsoft YaHei UI (TrueType)"="simsun.ttc"
同时
"Microsoft YaHei"=-
"Microsoft YaHei UI"=-
改为
"Microsoft YaHei"=“SimSun”
"Microsoft YaHei UI"=“SimSun”
Win10字体改为宋体方法:\x0d\x0a新建一个文本文档txt,将如下代码复制进去:\x0d\x0a\x0d\x0aWindowsRegistryEditorVersion5.00\x0d\x0a\x0d\x0a[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Fonts]\x0d\x0a"MicrosoftYaHei&MicrosoftYaHeiUI(TrueType)"="simsun.ttc"\x0d\x0a\x0d\x0a[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\FontSubstitutes]\x0d\x0a"MicrosoftYaHei"="SimSun"\x0d\x0a"MicrosoftYaHeiUI"="SimSun"\x0d\x0a\x0d\x0a保存,将文本文档txt的后缀名txt改为reg,双击或用注册表编辑器打开,确认后重启生效。\x0d\x0a2\x0d\x0aWin10系统字体还原为默认字体的方法:\x0d\x0a新建一个文本文档txt,将如下代码复制进去:\x0d\x0a\x0d\x0aWindowsRegistryEditorVersion5.00\x0d\x0a\x0d\x0a[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Fonts]\x0d\x0a"MicrosoftYaHei&MicrosoftYaHeiUI(TrueType)"="msyh.ttc"\x0d\x0a\x0d\x0a[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\FontSubstitutes]\x0d\x0a"MicrosoftYaHei"=-\x0d\x0a"MicrosoftYaHeiUI"=-\x0d\x0a\x0d\x0a保存,将文本文档txt的后缀名txt改为reg,双击或用注册表编辑器打开,确认后重启生效。\x0d\x0a3\x0d\x0aWin8字体改为宋体方法:\x0d\x0a新建一个文本文档txt,将如下代码复制进去:\x0d\x0a\x0d\x0aWindowsRegistryEditorVersion5.00\x0d\x0a\x0d\x0a[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Fonts]\x0d\x0a"MicrosoftYaHei(TrueType)&MicrosoftYaHeiUI(TrueType)"="simsun.ttc"\x0d\x0a\x0d\x0a[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\FontSubstitutes]\x0d\x0a"MicrosoftYaHei"="simsun"\x0d\x0a"MicrosoftYaHeiUI"="simsun"\x0d\x0a\x0d\x0a保存,将文本文档txt的后缀名txt改为reg,双击或用注册表编辑器打开,确认后重启生效。\x0d\x0a4\x0d\x0aWin8系统字体还原为默认字体的方法:\x0d\x0a新建一个文本文档txt,将如下代码复制进去:\x0d\x0a\x0d\x0aWindowsRegistryEditorVersion5.00\x0d\x0a\x0d\x0a[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Fonts]\x0d\x0a"MicrosoftYaHei(TrueType)&MicrosoftYaHeiUI(TrueType)"="msyh.ttc"\x0d\x0a\x0d\x0a[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\FontSubstitutes]\x0d\x0a"MicrosoftYaHei"=-\x0d\x0a"MicrosoftYaHeiUI"=-\x0d\x0a\x0d\x0a保存,将文本文档txt的后缀名txt改为reg,双击或用注册表编辑器打开,确认后重启生效。\x0d\x0a5\x0d\x0aWin8字体比较彻底的改宋体的方法:\x0d\x0a新建一个文本文档txt,将如下代码复制进去:\x0d\x0aWindowsRegistryEditorVersion5.00\x0d\x0a\x0d\x0a[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Fonts]\x0d\x0a"MicrosoftYaHei(TrueType)&MicrosoftYaHeiUI(TrueType)"="simsun.ttc"\x0d\x0a"MicrosoftYaHeiBold(TrueType)&MicrosoftYaHeiUIBold(TrueType)"="simsun.ttc"\x0d\x0a"MicrosoftYaHeiLight(TrueType)&MicrosoftYaHeiUILight(TrueType)"="simsun.ttc"\x0d\x0a\x0d\x0a[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\FontSubstitutes]\x0d\x0a"MicrosoftYaHei"="SimSun"\x0d\x0a"MicrosoftYaHeiUI"="SimSun"\x0d\x0a"MicrosoftYaHeiBold"="SimSun"\x0d\x0a"MicrosoftYaHeiUIBold"="SimSun"\x0d\x0a"MicrosoftYaHeiLight"="SimSun"\x0d\x0a"MicrosoftYaHeiUILight"="SimSun"\x0d\x0a\x0d\x0a保存,将文本文档txt的后缀名txt改为reg,双击或用注册表编辑器打开,确认后重启生效。\x0d\x0a6\x0d\x0aWin8系统字体还原为默认字体的方法:\x0d\x0a新建一个文本文档txt,将如下代码复制进去:\x0d\x0aWindowsRegistryEditorVersion5.00\x0d\x0a\x0d\x0a[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Fonts]\x0d\x0a"MicrosoftYaHei(TrueType)&MicrosoftYaHeiUI(TrueType)"="msyh.ttc"\x0d\x0a"MicrosoftYaHeiBold(TrueType)&MicrosoftYaHeiUIBold(TrueType)"="msyhbd.ttc"\x0d\x0a"MicrosoftYaHeiLight(TrueType)&MicrosoftYaHeiUILight(TrueType)"="msyhl.ttc"\x0d\x0a\x0d\x0a[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\FontSubstitutes]\x0d\x0a"MicrosoftYaHei"=-\x0d\x0a"MicrosoftYaHeiUI"=-\x0d\x0a"MicrosoftYaHeiBold"=-\x0d\x0a"MicrosoftYaHeiUIBold"=-\x0d\x0a"MicrosoftYaHeiLight"=-\x0d\x0a"MicrosoftYaHeiUILight"=-\x0d\x0a\x0d\x0a保存,将文本文档txt的后缀名txt改为reg,双击或用注册表编辑器打开,确认后重启生效。可以更改系统的字体,方法如下:
1、在电脑中找到运行对话框,并点击打开它。
2、在打开的运行的对话窗口,在输入框中输入 “regedit”,并按回车键。
3、在跳转到的注册表编辑器中定位到HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\WindowsNT\\CurrentVersion\\Fonts这个路径。
4、找到右边系统默认的字体:Microsoft YaHei &Microsoft YaHei UI (TrueType)
5、把默认的字体名修改成需要的字体名即可,即把后面的msyh.ttc改为你想要的字体,然后重启电脑就可以了。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)