首页 > 技术文章 > windows embedded standard 7安装字体

GuominQiu 2021-07-29 10:41 原文

windows embedded standard 7下采用常规安装字体的方法(直接手工复制字体文件到C:\Windows\Fonts)没有生效。

 

经测试成功,FontReg可以解决这个问题。一句命令FontReg /copy即可安装当前工作目录下的所有字体文件,而且重启后也依然有效。

官网:http://code.kliu.org/misc/fontreg/

介绍:

FontReg is a small Windows utility to install fonts and/or repair the font registry.

FontReg can be used by scripts, batch files, or custom installers to install Windows fonts. It can replace Microsoft's outdated fontinst utility. Compared to fontinst, FontReg is lighter, supports .otf fonts, and is easier to use.

FontReg can be used to ensure the consistency of the Windows font registry. It does this by registering fonts that are not properly registered and removing leftover stale registrations for fonts that are no longer present on the system.

For more details about usage, please consult the readme.txt file found inside the package.

Windows 2000 (or newer) is required.

推荐阅读