0

How do I allow limited user to install fonts? I can't give administrator's rights to the staff at my workplace, but they need to be able to install new fonts to do their graphic design work.

OS: Windows XP Pro SP3

2 Answers 2

1

It's best to use a font manager anyway, as having loads of fonts installed in the system will slow it down. Also, selecting fonts from a massive list is very difficult.

A font manager will allow the user to activate sets of fonts temporarily and also makes it much easier to select the right font.

I use Extensis Suitcase, since my days of being an architect, but there are lots of free ones available as well.

eg. AMP Font Viewer works fine with XP, but not later.

AMP Font Viewer

Here is an explanation and list of alternative font managers.

2
0

Give the user "write"+"change" rights to the Fonts folder (%SystemRoot%\Fonts).

cacls "%SystemRoot%\Fonts" /e /g Joe:C
4
  • You got there first. Even if this works, the user might be required to logout and back for this to take effect.
    – harrymc
    Commented Jan 16, 2011 at 11:28
  • @harrymc: Filesystem permission changes take effect immediately (unlike user account changes, which require a logout to get the updated token). Commented Jan 16, 2011 at 11:35
  • This might not just be just a permission change. If required registry keys are constructed during the logon, then logoff may be necessary for a limited account.
    – harrymc
    Commented Jan 16, 2011 at 11:58
  • Sorry, I was unclear. I was referring to the installation of a font requiring a logout, not the filesystem changes.
    – harrymc
    Commented Jan 16, 2011 at 12:05

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .