Forum Discussion

Dwayne05's avatar
Dwayne05
Copper Contributor
Sep 25, 2019

Deploy fonts via GPO

Hi Everyone,

We have recently purchased a package that contains fonts for the marketing team.

These need to be distributed throughout the organisation.

What is the best way to deploy this to every computer?

I've tried to follow a few GPO steps but it does not seem to work for me.

1. Edit 'Fonts Installation' GPO and navigate to: User Configuration > Preferences > Windows Settings > Files

2. Create New File: Right click > New > File

3. In Source file(s), enter location of the file

4. In Destination File: C:\Windows\Fonts\Orkney Bold Italic.tff

5. Click OK

 

1. Navigate to User Configuration > Preferences > Windows Settings > Registry

2. Create New Registry Item with the following attributes:

HKEY_LOCAL_MACHINE
SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts
Value Name: [name of the font] (TrueType)
e.g. Orkney Bold Italic (TrueType)

Value type: REG_SZ
Value data: Orkney Bold Italic.ttf

3. Click OK

This does not seem to work for me.

I've managed to get the font to appear in the registry using the method above but it does not appear within the font selection itself?

 

Any ideas?

 

5 Replies

  • apreltech's avatar
    apreltech
    Copper Contributor
    There are several ways to install fonts:
    1. registry windows
    2. PowerShell
    3. wrap font in msi
    A little self promotion:
    Article on how to wrap msi font for gpo https://www.silentinstall.org/font-to-gpo/
    • Tomasz_Merkel's avatar
      Tomasz_Merkel
      Copper Contributor

      Dwayne05 Your screenshot is showing a different font from the one in your GPO. Could you take a screenshot of the one specified in your GPO?

      • aquddus1980's avatar
        aquddus1980
        Copper Contributor

        Tomasz_Merkel 

         

        i am also facing the same issue, i am able to see the font in registry, but not in C:\Windows\Fonts.

         

        any idea for this issue?

Resources