zoukankan      html  css  js  c++  java
  • 更改Win10系统的默认字体

    1、Win10系统默认字体改为宋体的方法:

      新建一个文本文档txt,将如下代码复制进去:

      Windows Registry Editor Version 5.00

      [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionFonts]

      "Microsoft YaHei & Microsoft YaHei UI (TrueType)"="simsun.ttc"

      [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionFontSubstitutes]

      "Microsoft YaHei"="SimSun"

      "Microsoft YaHei UI"="SimSun"

      保存,将文本文档txt的后缀名txt改为reg,双击或用注册表编辑器打开,确认后重启生效。

    2、Win10系统字体还原为默认字体的方法:

      新建一个文本文档txt,将如下代码复制进去:

      Windows Registry Editor Version 5.00

      [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionFonts]

      "Microsoft YaHei & Microsoft YaHei UI (TrueType)"="msyh.ttc"

      [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionFontSubstitutes]

      "Microsoft YaHei"=-

      "Microsoft YaHei UI"=-

      保存,将文本文档txt的后缀名txt改为reg,双击或用注册表编辑器打开,确认后重启生效。

  • 相关阅读:
    Hosts
    Jupyter notebook 文件路径
    [GDAL]在三维场景中显示DEM
    [GDAL]编译64位GDAL1.10
    ArcEngine几何变换中的策略模式
    AE Scene开发中的观察者模式
    象限角和方位角
    帧率控制和渲染帧率
    [3D]1.绘制三角形
    CSLA.Net学习(2)
  • 原文地址:https://www.cnblogs.com/zhouwanqiu/p/8337687.html
Copyright © 2011-2022 走看看