RE: Deploying Fonts on 100 Computers



Haroon,

If your users are not power users or Administrators on their machines, they
will not be able to write to the system folder. You can use Sanue.exe to
script this, or you might try running it as a machine script rather than a
user script to do the write under the machine account. I usually go with
Sanur as its easier - for security purposes, create a temp admin account, or
push an account to local admins using restricted groups.

Sanur:
http://www.commandline.co.uk/sanur_unsupported/index2.html

--
Ryan Hanisco
MCSE, MCTS: SQL 2005, Project+
Chicago, IL

Remember: Marking helpful answers helps everyone find the info they need
quickly.


"Haroon Malik" wrote:

HI Ryasn,

I have tried that but it doesnt work under a normal account. Even i gave
full permission to the Windows Folder to Everyone but still it doesnt work.

However if i add that user to the local power user group it works.

Please advice.
--
Haroon Malik




"Ryan Hanisco" wrote:

Hello Haroon,

To install standard windows fonts, you need to get the .ttf or .fon files
into the Fonts directory . If your network is fast or the fonts don't take
up huge amounts of space, you may just want to create a logon script that
copies the files from a network share to the client ( %systemroot%\fonts ).

so
1. Move the fonts to a server share as \\server\Share
2. Set the permissions so Domain Users can read the share and NTFS
3. Change your logon script:
copy \\server\Share\*.* %systemroot%\fonts

You shoudl be golden. THe only gotcha might be if your user security policy
doesn't allow users to write to the fonts directory. If that's the case you
can either log on to them manually or use a tool like SANUR to script the
RUNAS command.

Good luck.

--
Ryan Hanisco
MCSE, MCTS: SQL 2005, Project+
Chicago, IL

Remember: Marking helpful answers helps everyone find the info they need
quickly.


"Haroon Malik" wrote:

Dear All,

I have about 100 XP computers in my Windows 2003 domain. I want to deploy
our company standard font on all of these computers. We dont have an SMS
solution. Can someone help on this on how to do it through AD or a script. Or
if someone can help where i can get a free MSI creator.
--
Haroon Malik

Systems Engineer

.



Relevant Pages

  • Protecting against dDOS bots (was: Newbie php problem)
    ... The form mail script posted that was used, ... requires the applicant to pass some kind of Turing test, ... Turing test if the account balance ever drops to zero. ... Log into the same account repeatedly, which consumes your credit ...
    (alt.php)
  • Re: Entourage account setup applescript not working
    ... I pasted the script at the end just in case. ... When comparing the account settings on 2 computers, ... This script assists a user with the setup of his Exchange account ... Customize the network and server properties below with information ...
    (microsoft.public.mac.office.entourage)
  • Re: Error 15401 using sp_grantlogin (not addressed by current KB articles)
    ... Restarting Windows 2000 resolved the problem for this particular account, ... confused when it sees a duplicate SID. ... > One way to get SQL Server to agree with the renamed NT ... > Preview (to ensure the script was created), ...
    (microsoft.public.sqlserver.security)
  • Re: Local account creation
    ... While this script works fine for my 2003 environment, ... use the script in a startup GPO so that there a generic local admin account ... Dim objNetwork, strComputer, strUser ...
    (microsoft.public.windows.server.scripting)
  • Re: How to change default of "Add to Address Book" command
    ... Script Editor, I did access the group using Google simply because my ... even though the Entourage source for my message clearly says ... Exchange account's Contacts address book. ... If you happen to have more than one Exchange account then ...
    (microsoft.public.mac.office.entourage)

Loading