等待使用Sccm部署安装字体

苏拉

成员
7
1
3.
嗨Prajawal,

我已经尝试了你的文章有关字体安装在win10 21H2和配置管理器2111环境。部署状态成功,但在字体文件夹中没有看到任何安装的字体。请帮忙。我f you have new script please share
AhmedLS

AhmedLS

著名的成员
47
3.
8
嗨Prajawal,

我已经尝试了你的文章有关字体安装在win10 21H2和配置管理器2111环境。部署状态成功,但在字体文件夹中没有看到任何安装的字体。请帮忙。我f you have new script please share

下面是我的字体安装脚本。不记得我从哪里下载的,但它很有魅力

#设置当前目录
$ScriptPath = $ myinvoke . mycommand . path
$CurrentDir = Split-Path $ScriptPath

#设置字体Reg键路径
$FontRegPath = "HKLM:\华体会体育系列SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts"

#从当前目录抓取字体
$(Get-ChildItem -Path $CurrentDir -Include *.ttf, *. txt)传递,*。丰,*。fnt -递归)){

#复制字体到Windows字体目录
复制- item $Font "C:\Windows\Fonts" -Force

#设置注册表键,表示字体已安装
新建itemproperty -Path $FontRegPath -Name $字体。名称-值$字体。名称-PropertyType String | Out-Null

最新的文章

论坛统计

线程
5160年
消息
20153年
成员
10822年
最新的成员
Immort4l