There is a tutorial on trap17 already that shows you how to install fonts however it is the Microsoft preferred way, which surprisingly enough doesn’t use the right click menu, everything else Microsoft does!
The first step of the process is to open a folder so we can access the folder options, so once there we will execute Tools >> Folder Options…

No we need to open the file types tab and find the TTF, True Type Font, file (Step2). By choosing the advanced button we now have a whole list of options for this file. (Step3).

Now whole we still have these dialogs open (Although it could be done before) we will run notepad and type the following:
CODE
copy %1 “C:\WINDOWS\FONTS”
Exit
And then save it in a simple location, I have chosen to save it to C:\Documents and Settings, be sure to type a file name and then .bat, this will make it a batch file. (Step4)

Back in the folder options, and the advanced options choose New (Step5), as we want to make a new command, this will show up in the right click menu so call it something like “Install” (Step6) Now browse for the batch file we created earlier (Step7), and open it (Step8&9) and finaly press Ok (Step10), now close out of all the windows and right click any font file, and when you choose Install, it will copy the file to the Windows font Directory.


P.S I know this works under XP, as for other MS products, I can't be sure, although most NT based systems should (I stress, SHOULD) work

