更改Windows系统默认字体的方法

发表于:2007-06-21来源:作者:点击数: 标签:
Windows XP /sp1/sp2的修改方法: 打开注册表编辑器找到这里 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize] 把"GUIFont.Facename"字符串的值改为Tahoma 把"GUIFont.Height"DWORD值改为8 结果如下面所示: "GUIFont.Fac

   
  Windows XP/sp1/sp2的修改方法:
  
  打开注册表编辑器找到这里  

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize]  

  把"GUIFont.Facename"字符串的值改为Tahoma

  把"GUIFont.Height"DWORD值改为8  

  结果如下面所示:  

  "GUIFont.Facename"="Tahoma"

  "GUIFont.Height"=dword:00000008  

  Windows Vista修改方法(2个地方):  

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize]

  "GUIFont.Facename"="Tahoma"  

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]

  "MS Shell Dlg 2"="Tahoma"

  "MS Shell Dlg"="Tahoma"

原文转自:http://www.ltesting.net