I need to install a font to remote PC
I need to install Timani.ttf font to a remote computer. I need a script to install it.
0 Comments
[ + ] Show comments
Answers (5)
Please log in to answer
Posted by:
anonymous_9363
9 years ago
Posted by:
Badger
9 years ago
That old chestnut...
If its only one, RDP the machine and do it as an admin. much easier. There is a lot of info floating around there (and here) on using VBS to import a font. Luckily they don't come up often, and they quite tricky. That is why all the links on the internet give step by step options for the GUI.
http://www.itninja.com/question/scripting-windows-7-fonts-install
or this one:
http://www.itninja.com/question/need-help-deploying-fonts-silently-via-vbs
Good luck
Comments:
-
What do you mean its tricky? I'm just curious to know your through process :) - khanthecomputerguy 9 years ago
Posted by:
anonymous_9363
9 years ago
>quite tricky
Really? I've always just dropped the file(s) into %SystemRoot%\Fonts folder. *Very* occasionally, Windows has needed a kick and I've had to set the relevant entry in 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts' but generally speaking, just dropping the file(s) has been enough.
Really? I've always just dropped the file(s) into %SystemRoot%\Fonts folder. *Very* occasionally, Windows has needed a kick and I've had to set the relevant entry in 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts' but generally speaking, just dropping the file(s) has been enough.