kali Posted January 17, 2012 Posted January 17, 2012 I am writing what I do for this tips.First keep your all fonts in a folder where ever you like. Then make a command file (like Install fonts.bat) with following script.copy *.ttf "%windir%\Fonts" here you can add another command for another file extensions. Save the file (install fonts.bat) in same folder. It will copy all your desire fonts into fonts folder of your PC.Now make a reg file (like fonts.reg) with following commands to entry the fonts into registry. Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]"Times New Roman (TrueType)"="TIMES.TTF"Now run the reg file with following command regedit /s Registryfile.regYou can make a command file with tow command file describe above like following. copy *.ttf "%windir%\Fonts" regedit /s fonts.regI added a fonts in reg file. You can also a fonts from your list. It will index all fonts after restarts. Keep all the files in same folder with fonts. After all Restart your PC.
alluwant Posted October 4, 2016 Posted October 4, 2016 I spent a lot of time to find a way for installing font without restart. Finally I found this ClickFont. It's an easy and exact solution Link: http://www.softpedia.com/get/Others/Font-Utils/Clickfont.shtml 1
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now