robjduk Posted November 10, 2014 Posted November 10, 2014 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
Foresthippy Posted November 10, 2014 Posted November 10, 2014 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. 1
localzuk Posted November 10, 2014 Posted November 10, 2014 Deploy font through GPO 2008 r2 without disabling UAC - Spiceworks 1
JackCPickup Posted November 10, 2014 Posted November 10, 2014 Was just finding a server I had the script on to remind myself, beat me to it! 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now