Jump to content

Recommended Posts

Posted

need to deploy a font school wide.

 

What would be the best way of doing this i have read to download windowsinstall LE and create a package... have also read that a startup script could work to??

 

i have found a script

copy \\airlift-fs1\public\IT\font\FREE3OF9.TTF c:\windows\fonts
copy \\airlift-fs1\public\IT\font\FRE3OF9X.TTF c:\windows\fonts

 

Would i be able to copy and past that into notepad and save as a .bat or would it have to be a .vbs?

 

Or how would you do it?

 

TIA

Posted
You should be able to deploy using Group Policy preferences or yes the above might work or try Xcopy with a few switches as a startup script.
Posted

You also need to do a little bit of registry work as well.

 

These are the two lines I used to deploy Maiandra GD

 

copy "\\server\share\directory\MAIAN.TTF" "c:\windows\fonts\MAIAN.TTF"

reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" /v "Maiandra GD (TrueType)" /t REG_SZ /d "MAIAN.TTF"

 

I used WPKG, but a batch file should be fine.

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