Comments on: How to Deploy fonts using Configuration Manager https://www.prajwaldesai.com/how-to-deploy-fonts-using-configuration-manager-2012-r2/ SCCM | ConfigMgr | Intune | Windows 11 | Azure Fri, 22 Sep 2023 08:50:36 +0000 hourly 1 https://wordpress.org/?v=6.4.1 By: Spencer https://www.prajwaldesai.com/how-to-deploy-fonts-using-configuration-manager-2012-r2/#comment-54385 https://www.prajwaldesai.com/?p=11799#comment-54385 In reply to Imran.

the fonts folder view is only refreshed after user logs off and on again

]]>
By: Thomas https://www.prajwaldesai.com/how-to-deploy-fonts-using-configuration-manager-2012-r2/#comment-53408 https://www.prajwaldesai.com/?p=11799#comment-53408 In reply to cainan.

If perhaps anybody were to fall into the same rabbithole, I actually found the Verb by creating a program that spawned the context menu using the ContextMenu interface, documented here: https://learn.microsoft.com/en-us/windows/win32/api/shobjidl_core/nf-shobjidl_core-icontextmenu-getcommandstring

The actual verb name for InvokeVerb should be “InstallAllUsers” but it does not actually work. (Tried both running as administrator and as system).

The only solution I found that works, outside of creating MSI-installers, or registering it manually using the registry, is doing the Verbs()-enumeration and calling .DoIt() on the resulting object as you did, unfortnately the name is localized making it sensitive to localization changes. But our environment only has the one locale so I’ve decided to go this route

]]>
By: Scott Wells https://www.prajwaldesai.com/how-to-deploy-fonts-using-configuration-manager-2012-r2/#comment-45906 https://www.prajwaldesai.com/?p=11799#comment-45906 Ah, I see. This script now installs fonts per user since Microsoft has made changes to how fonts install. So this script will always install the fonts to the current user’s profile even if they are already installed as the check to see if the font is installed is now broken.

]]>
By: Akbar https://www.prajwaldesai.com/how-to-deploy-fonts-using-configuration-manager-2012-r2/#comment-42620 https://www.prajwaldesai.com/?p=11799#comment-42620 hi Prajwal,

Can you please share me the fonts latest script to support for Win ltsc 22h2.

]]>
By: Suraj https://www.prajwaldesai.com/how-to-deploy-fonts-using-configuration-manager-2012-r2/#comment-40335 https://www.prajwaldesai.com/?p=11799#comment-40335 Hi Prajawal,

Tried to install fonts Win 10 21h2 and Configuration manager 2111 Deployment success but could not see any font installed in the font folder. please help with this

]]>
By: Mike Niles https://www.prajwaldesai.com/how-to-deploy-fonts-using-configuration-manager-2012-r2/#comment-33441 https://www.prajwaldesai.com/?p=11799#comment-33441 In reply to EricO.

I realize this is an old comment, but one solution I saw elsewhere was to use detection to look for the font already being installed and if so skip that portion of the script. Alternately, could maybe have the script remove if present then install which would also make it a viable “repair” script.

]]>
By: Erik Carlsen https://www.prajwaldesai.com/how-to-deploy-fonts-using-configuration-manager-2012-r2/#comment-23480 https://www.prajwaldesai.com/?p=11799#comment-23480 Hi my friend Prajwal, do you have the script for windows 10 1809 and up?

Thanks,

Erik

]]>
By: Imran https://www.prajwaldesai.com/how-to-deploy-fonts-using-configuration-manager-2012-r2/#comment-21179 https://www.prajwaldesai.com/?p=11799#comment-21179 Hi Prajwal,
Thanks a lot bro, we are learning much from you. i run the thatdeployemnt as mention and it is appearing in software center also it is installing and login off.
But the fonts are not showing in font folder. kindly find below execmgr.log. i am using in MECM 2010.

]LOG]!>

]]>
By: Gabriel Sahadi https://www.prajwaldesai.com/how-to-deploy-fonts-using-configuration-manager-2012-r2/#comment-21072 https://www.prajwaldesai.com/?p=11799#comment-21072 In reply to Abdulrehman Altaf.

Thank you! Registering the fonts through Visual Studio and Advanced Installer worked for me.

]]>
By: Daniel Dodds https://www.prajwaldesai.com/how-to-deploy-fonts-using-configuration-manager-2012-r2/#comment-18604 https://www.prajwaldesai.com/?p=11799#comment-18604 Hi Prajwal,

Did you get a script to work with 1809 and newer? Could I get the updated one if available?

Thank you!

]]>