Installing a New Font Using A Startup Script

Tech-Archive recommends: Fix windows errors by optimizing your registry



I've written a VBS script to copy a TTF font file to a client PC's Fonts
folder. The client PC is running either Win2k Pro or WinXP. The script is
set up to run as a startup script defined in a Windows Server 2003 Group
Policy Object.

When the client's PC starts up, the script successfully copies the font file
to the C:\WinNT\Fonts (or C:\Windows \Fonts) folder on the client PC.

If the first user to login to the client PC after the script runs has local
administrative rights, the font is successfully installed and both visible as
a file in the Fonts folder in Windows Explorer and accessible as a font in
applications like Wordpad, Word, etc.

However, if the first user to login to the client does not have local
administrative rights, the font is neither visible in the client's Fonts
folder using Windows Explorer nor accessible within any application capable
of utilizing the font (Word, Wordpad, etc.).

It's my understanding that a startup script runs under the credentials of
the local System account on the client PC. If this is the case, then why is
the font not fully installed and accessible right after the script has
finished running regardless of the rights of the user logging into the client
afterwards?

Also, is there anything that I can do within my script to complete the font
installation even before the first user logs into the client after the script
runs?

Thanks,

Bryan
.



Relevant Pages

  • Re: Computer Logonscript
    ... In that Script, i am creating a Directory on the Client Computer with the ... How about failure to authenticate on the server where the share or the ... was having his Folder allways Up to Date. ...
    (microsoft.public.windows.server.general)
  • Re: Computer Logonscript
    ... In that Script, i am creating a Directory on the Client Computer with the MD ... but don't mention DNS or GC those could likely account for your problems. ... This Folder get sommetimes changes on the ...
    (microsoft.public.windows.server.general)
  • Re: Adv Client "Temporary Program Download Folder" SMS2003
    ... > I'm having trouble redirecting the "Temporary Program Download Folder" ... > this manually to each client, however, I am hoping that there is another ... > to do this like from the console or a logon script in the group policy. ...
    (microsoft.public.sms.swdist)
  • Re: Computer Logonscript
    ... After migration i moved all Domain and Forest roles. ... Or the DNS settings of the client need to be updated if you switched DNS ... This Folder get sommetimes changes on the ... Script a i am working wis Robocopy. ...
    (microsoft.public.windows.server.general)
  • RE: Installing a New Font Using A Startup Script
    ... The font file is now visible in the C:\WinNT\Fonts folder on the client PC ... it seems that once the font file is copied to ... > I've written a VBS script to copy a TTF font file to a client PC's Fonts ...
    (microsoft.public.scripting.vbscript)