Update Fonts on Several Client Machines?
I need to add about 10 new fonts to all of the client PCs on campus. Only admins can acces the fonts folder (or at least modify it).
I made a VBS script to copy the fonts from a shared folder to the clients C:\Windows\Fonts folder at login. It worked for me (admin) like a charm, but fails for students.
So I suppose this is a two part question.. 1) Is there a way I can run Login scripts that will be run as admin? 2) How can I update fonts on all these machines instead of doing it one by one?
thanks!