

The registry parameter will appear in the GPO editor.Find and select the registry item containing the name of the font you want to install Use the Registry Browser to go to HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts reg key on a remote computer.

However, it is easier to install a font manually on a reference computer and export the font registry settings using a wizard (Computer Configuration -> Preferences -> Windows Settings -> Registry -> New -> Registry Wizard) You can specify the font information in the registry manually.To make changes to the registry using GPO you can also use GPP (Computer Configuration -> Preferences -> Windows Settings -> Registry) Now you need to add the information about your new font to the registry.Create a policy entry with the parameters below:Source: \\\SYSVOL\\scripts\Fonts\Roboto-Black.ttfĭestination: %WindowsDir%\Fonts\Roboto-Black.ttf Go to Computer Configuration -> Preferences -> Windows Settings -> Files. Create a group policy following these instructions. Earlier we showed how to copy a file to computers using GPO. Create a new rule in Group Policy Preferences to copy a font file from the shared folder to %WindowsDir%\Fonts\ on your client devices.Open the domain Group Policy Management console ( gpmc.msc), create a new policy GPO_InstallFonts and link it to the OU with computers.Copy the TTF font file to a shared network folder on your file server (if you have only some new fonts, you can store them in SYSVOL folder on your domain controller).To install a font, copy a *.ttf file to %WindowsDir%\Fonts\ on a client computer and add the new font information to the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts registry key.

If you want to install one or two new fonts, you can do it using the Group Policy.
