Jump to content

Recommended Posts

Posted

I use this in remote MDT, and I don't see any reason why this shouldn't work in a logon/startup script. Just remember to change the "\\myserver\SDP$" to your deployment share and "My-font.otf" to the name of your fonts.

 

Set objShell = CreateObject("Shell.Application")
Set objFolder = objShell.Namespace("\\myserver\SDP$")
Set objFolderItem = objFolder.ParseName("My-font.otf")
objFolderItem.InvokeVerb("Install")

 

Hope this helps.

  • Thanks 1
Posted

I took a more laborious approach... I was asked for the Open Dyslexic fonts to be made available.

 

I installed all the fonts on my machine and made a note of all the registry entries that were created... HKLM\Software\Microsoft\Windows\NT\CurrentVersion\Fonts

 

I used GPO and computer config >Windows settings > Files > to copy the font files from a network location into %WINDIR%\Fonts and then used computer config > windows settings > registry to create the appropriate registry values.

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...