Jump to content

Recommended Posts

Posted

Anyone got a good way to install a font over group policy?

 

Seen people use MSI and powershell but really tired today and just want the quickest way to mass deploy this thing. Any suggestions?

 

Ta

Posted

This works for me:

 

Install the font manually on any machine

Run regedit and browse to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts

Export the key to a reg file, but chop out all the other bits not relating to the font you just installed

Write a startup script to:

1) Copy the font to the c:\windows\fonts folder

2) Merge the registry key you exported

 

Each machine will require a reboot after the script runs before the font will show up.

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...