tanghuawei
 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"

分类:

技术点:

相关文章:

  • 2021-09-11
  • 2022-01-01
  • 2021-07-24
  • 2021-12-22
  • 2022-01-07
  • 2021-11-29
  • 2021-12-21
  • 2021-09-11
猜你喜欢
  • 2021-09-22
  • 2021-12-10
  • 2021-09-27
  • 2021-09-11
相关资源
相似解决方案