Modifying the Default Windows Font
8/6/24Less than 1 minute
Modifying the Default Windows Font
- Use a tool to disguise the font.
- Modify the registry to change Microsoft YaHei to the disguised font.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Microsoft YaHei & Microsoft YaHei UI (TrueType)"="D:\\Fonts\\MiSans\\msyh.ttc"
"Microsoft YaHei Bold & Microsoft YaHei UI Bold (TrueType)"="D:\\Fonts\\MiSans\\msyhbd.ttc"
"Microsoft YaHei Light & Microsoft YaHei UI Light (TrueType)"="D:\\Fonts\\MiSans\\msyhl.ttc"
"SimHei (TrueType)"="D:\\Fonts\\MiSans\\simhei.ttf"
"SimSun & NSimSun (TrueType)"="D:\\Fonts\\MiSans\\simsun.ttc"
"Segoe UI Variable (TrueType)"="D:\\Fonts\\MiSans\\SegUIVar.ttf"Related Files
Link: https://pan.quark.cn/s/8699f1ab7c9a Extract code: Czu8
Restore Fonts to Default
#reset.reg
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Microsoft YaHei & Microsoft YaHei UI (TrueType)"="msyh.ttc"
"Microsoft YaHei Bold & Microsoft YaHei UI Bold (TrueType)"="msyhbd.ttc"
"Microsoft YaHei Light & Microsoft YaHei UI Light (TrueType)"="msyhl.ttc"
"SimHei (TrueType)"="simhei.ttf"
"SimSun & NSimSun (TrueType)"="simsun.ttc"
"SimSun-ExtB (TrueType)"="simsunb.ttf"
"Segoe UI Variable (TrueType)"="SegUIVar.ttf"AI Translation | AI 翻译
This article was translated from Chinese to English by AI. If there are any inaccuracies, please refer to the original Chinese version.
本文由 AI 辅助从中文翻译为英文。如遇不准确之处,请以中文原版为准。
