XP Font Problem

G

Garrison

I am having an issue with several fonts on a Windows XP workstation. The
fonts are TrueType fonts, and work correctly on other workstations (Windows
98 and Windows XP) in the office. I have tried the following magic on the
offending workstation:
Ran TweakUI's repair font folder utility.
Manually re-attrib'ed the font folder +r+s
Re-created registry settings for TrueType fonts
Scanned font files with FontAgent - fontagent reported files as valid
Applied RITA tools as described in RFC 2321

Can anyone help me find a solution to this? Anywhere else I should look?
Google groups and support.microsoft.com have turned up nothing so far.

Thanks,
-Garrison
gatki at techatlanta dot com

Below is the Registry merge file I created to attempt to solve the problem.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.ttf]
@="ttffile"

[HKEY_CLASSES_ROOT\.ttf\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"

[HKEY_CLASSES_ROOT\ttffile]
@="TrueType Font file"

[HKEY_CLASSES_ROOT\ttffile\DefaultIcon]
@="C:\\WINDOWS\\SYSTEM32\\SHELL32.DLL,-156"

[HKEY_CLASSES_ROOT\ttffile\shell]

[HKEY_CLASSES_ROOT\ttffile\shell\open]

[HKEY_CLASSES_ROOT\ttffile\shell\open\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,2
5,\

00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,66,00,6f,00,\

6e,00,74,00,76,00,69,00,65,00,77,00,2e,00,65,00,78,00,65,00,20,00,25,00,31,\
00,00,00

[HKEY_CLASSES_ROOT\ttffile\shell\print]

[HKEY_CLASSES_ROOT\ttffile\shell\print\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,2
5,\

00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,66,00,6f,00,\

6e,00,74,00,76,00,69,00,65,00,77,00,2e,00,65,00,78,00,65,00,20,00,2f,00,70,\
00,20,00,25,00,31,00,00,00

[HKEY_CLASSES_ROOT\ttffile\shellex]

[HKEY_CLASSES_ROOT\ttffile\shellex\IconHandler]
@="{BD84B380-8CA2-1069-AB1D-08000948F534}"

[HKEY_CLASSES_ROOT\ttffile\shellex\PropertySheetHandlers]

[HKEY_CLASSES_ROOT\ttffile\shellex\PropertySheetHandlers\MSTrueTypePropertie
s]
@="{afc638f0-e8a4-11ce-9ade-00aa00a42d2e}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.ttf]
@="ttffile"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.ttf\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile]
@="TrueType Font file"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\DefaultIcon]
@="C:\\WINDOWS\\SYSTEM32\\SHELL32.DLL,-156"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shell]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shell\open]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shell\open\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,2
5,\

00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,66,00,6f,00,\

6e,00,74,00,76,00,69,00,65,00,77,00,2e,00,65,00,78,00,65,00,20,00,25,00,31,\
00,00,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shell\print]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shell\print\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,2
5,\

00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,66,00,6f,00,\

6e,00,74,00,76,00,69,00,65,00,77,00,2e,00,65,00,78,00,65,00,20,00,2f,00,70,\
00,20,00,25,00,31,00,00,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shellex]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shellex\IconHandler]
@="{BD84B380-8CA2-1069-AB1D-08000948F534}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shellex\PropertySheetHandlers]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shellex\PropertySheetHandlers\M
STrueTypeProperties]
@="{afc638f0-e8a4-11ce-9ade-00aa00a42d2e}"
 
J

Joseph Meehan

I might suggest un-installing all the questionable fonts, rebooting and
then re-installing them. You might do the same with all the fonts not being
used by any active system.

--
Joseph E. Meehan

26 + 6 = 1 It's Irish Math


Garrison said:
I am having an issue with several fonts on a Windows XP workstation. The
fonts are TrueType fonts, and work correctly on other workstations (Windows
98 and Windows XP) in the office. I have tried the following magic on the
offending workstation:
Ran TweakUI's repair font folder utility.
Manually re-attrib'ed the font folder +r+s
Re-created registry settings for TrueType fonts
Scanned font files with FontAgent - fontagent reported files as valid
Applied RITA tools as described in RFC 2321

Can anyone help me find a solution to this? Anywhere else I should look?
Google groups and support.microsoft.com have turned up nothing so far.

Thanks,
-Garrison
gatki at techatlanta dot com

Below is the Registry merge file I created to attempt to solve the problem.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.ttf]
@="ttffile"

[HKEY_CLASSES_ROOT\.ttf\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"

[HKEY_CLASSES_ROOT\ttffile]
@="TrueType Font file"

[HKEY_CLASSES_ROOT\ttffile\DefaultIcon]
@="C:\\WINDOWS\\SYSTEM32\\SHELL32.DLL,-156"

[HKEY_CLASSES_ROOT\ttffile\shell]

[HKEY_CLASSES_ROOT\ttffile\shell\open]

[HKEY_CLASSES_ROOT\ttffile\shell\open\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,2
00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,66,00,6f,00,\6e,00,74,00,76,00,69,00,65,00,77,00,2e,00,65,00,78,00,65,00,20,00,25,00,31,\
00,00,00

[HKEY_CLASSES_ROOT\ttffile\shell\print]

[HKEY_CLASSES_ROOT\ttffile\shell\print\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,2
00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,66,00,6f,00,\6e,00,74,00,76,00,69,00,65,00,77,00,2e,00,65,00,78,00,65,00,20,00,2f,00,70,\
00,20,00,25,00,31,00,00,00

[HKEY_CLASSES_ROOT\ttffile\shellex]

[HKEY_CLASSES_ROOT\ttffile\shellex\IconHandler]
@="{BD84B380-8CA2-1069-AB1D-08000948F534}"

[HKEY_CLASSES_ROOT\ttffile\shellex\PropertySheetHandlers]
[HKEY_CLASSES_ROOT\ttffile\shellex\PropertySheetHandlers\MSTrueTypePropertie
s]
@="{afc638f0-e8a4-11ce-9ade-00aa00a42d2e}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.ttf]
@="ttffile"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.ttf\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile]
@="TrueType Font file"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\DefaultIcon]
@="C:\\WINDOWS\\SYSTEM32\\SHELL32.DLL,-156"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shell]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shell\open]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shell\open\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,2
00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,66,00,6f,00,\6e,00,74,00,76,00,69,00,65,00,77,00,2e,00,65,00,78,00,65,00,20,00,25,00,31,\
00,00,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shell\print]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shell\print\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,2
00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,66,00,6f,00,\6e,00,74,00,76,00,69,00,65,00,77,00,2e,00,65,00,78,00,65,00,20,00,2f,00,70,\
00,20,00,25,00,31,00,00,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shellex]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shellex\IconHandler]
@="{BD84B380-8CA2-1069-AB1D-08000948F534}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shellex\PropertySheetHandlers][HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shellex\PropertySheetHandlers\M
STrueTypeProperties]
@="{afc638f0-e8a4-11ce-9ade-00aa00a42d2e}"
 
G

Garrison

Joseph,
Thanks for your help. The problem I am experiencing is that the fonts
will not even install on this particular workstation. They will however
install and work correctly in other workstations in the office.

-Garrison
PS: I accidentally double posted my initial message. Please reply to the
other message in the future.

Joseph Meehan said:
I might suggest un-installing all the questionable fonts, rebooting and
then re-installing them. You might do the same with all the fonts not being
used by any active system.

--
Joseph E. Meehan

26 + 6 = 1 It's Irish Math


Garrison said:
I am having an issue with several fonts on a Windows XP workstation. The
fonts are TrueType fonts, and work correctly on other workstations (Windows
98 and Windows XP) in the office. I have tried the following magic on the
offending workstation:
Ran TweakUI's repair font folder utility.
Manually re-attrib'ed the font folder +r+s
Re-created registry settings for TrueType fonts
Scanned font files with FontAgent - fontagent reported files as valid
Applied RITA tools as described in RFC 2321

Can anyone help me find a solution to this? Anywhere else I should look?
Google groups and support.microsoft.com have turned up nothing so far.

Thanks,
-Garrison
gatki at techatlanta dot com

Below is the Registry merge file I created to attempt to solve the problem.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.ttf]
@="ttffile"

[HKEY_CLASSES_ROOT\.ttf\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"

[HKEY_CLASSES_ROOT\ttffile]
@="TrueType Font file"

[HKEY_CLASSES_ROOT\ttffile\DefaultIcon]
@="C:\\WINDOWS\\SYSTEM32\\SHELL32.DLL,-156"

[HKEY_CLASSES_ROOT\ttffile\shell]

[HKEY_CLASSES_ROOT\ttffile\shell\open]

[HKEY_CLASSES_ROOT\ttffile\shell\open\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,200,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,66,00,6f,00,\6e,00,74,00,76,00,69,00,65,00,77,00,2e,00,65,00,78,00,65,00,20,00,25,00,31,\
00,00,00

[HKEY_CLASSES_ROOT\ttffile\shell\print]

[HKEY_CLASSES_ROOT\ttffile\shell\print\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,200,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,66,00,6f,00,\6e,00,74,00,76,00,69,00,65,00,77,00,2e,00,65,00,78,00,65,00,20,00,2f,00,70,\
00,20,00,25,00,31,00,00,00

[HKEY_CLASSES_ROOT\ttffile\shellex]

[HKEY_CLASSES_ROOT\ttffile\shellex\IconHandler]
@="{BD84B380-8CA2-1069-AB1D-08000948F534}"

[HKEY_CLASSES_ROOT\ttffile\shellex\PropertySheetHandlers]
[HKEY_CLASSES_ROOT\ttffile\shellex\PropertySheetHandlers\MSTrueTypePropertie
s]
@="{afc638f0-e8a4-11ce-9ade-00aa00a42d2e}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.ttf]
@="ttffile"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.ttf\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile]
@="TrueType Font file"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\DefaultIcon]
@="C:\\WINDOWS\\SYSTEM32\\SHELL32.DLL,-156"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shell]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shell\open]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shell\open\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,200,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,66,00,6f,00,\6e,00,74,00,76,00,69,00,65,00,77,00,2e,00,65,00,78,00,65,00,20,00,25,00,31,\
00,00,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shell\print]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shell\print\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,200,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,66,00,6f,00,\6e,00,74,00,76,00,69,00,65,00,77,00,2e,00,65,00,78,00,65,00,20,00,2f,00,70,\
00,20,00,25,00,31,00,00,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shellex]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shellex\IconHandler]
@="{BD84B380-8CA2-1069-AB1D-08000948F534}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shellex\PropertySheetHandlers][HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ttffile\shellex\PropertySheetHandlers\M
STrueTypeProperties]
@="{afc638f0-e8a4-11ce-9ade-00aa00a42d2e}"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top