First of all thanx for your response;
Yes, I created a logon script for this via GP and I
checked that it is working, I mean from a network share
(\\computername\c$\windows\fonts) I checked and ensured
that new font does exist there, but a special business
based Java application cannot load the font, from Word or
Excel I can see the font though.
When I manually load the font or open the \fonts folder
manually after GP, Java application can use it.
I think something like .vbs is needed
Here is the batch script as a logon script via GP;
e:
cd\
copy \\server\share\font.ttf c:\windows\fonts
exit
Thanx in advance...
-----Original Message-----
Hi,
From a high level, what you're doing should work. Copying the font down
would, off of the top of my head, do what you're looking to do.
Can you tell us a few things:
1) Did you create a logon script with this? Computer or user policy?
2) Do you have the output of gpresult to confirm that the policy applied
properly?
3) Can you paste the contents of your script into a post so we can see it?
Thanks!
~Eric
--
Eric Fleischman [MSFT]
Directory Services
This posting is provided "AS IS" with no warranties, and confers no rights.
Erkan CET said:
Hi everybody,
I have to install a new font to all the PCs (WinXP) in my
network (appr. 130 clients). I don't want to this
manually. I created a batch file to copy the new font
under \Windows\Fonts folder but didn't work. Does anybody
know how to install a new font via a scipt (GP) or
something else?
All ideas are welcome...
Thanx in advance...
.