Restore Default fonts

  • Thread starter Thread starter Scott
  • Start date Start date
S

Scott

I have a PC which is dropping pixcels on some letters in
icons and windows lables. ie the My Computer icon will
have a dot or two missing from the 'm'. This happens to
the same letters no matter where they appear on the screen.

Im thinking that somhow the default fonts has become
currupt. Can anybody tell me how to restore or reinstall
the default fonts?

Thanks in advance

Scott
 
Hi Scott,

Suggestions/Options:

Make a work folder - say C:\Tempfont
Put the CD in the drive and exit from the auto-run.

Start - Run - CMD.EXE
and in that give the letter of the CD drive (say Z:) - so
Z:
CD i386
EXPAND *.TT_ C:\TEMPFONT
EXPAND *,FO_ C:\TEMPFONT
C:
CD \TEMPFONT
REN *.TT_ *.TTF
REN *.FO_ *.FON
EXIT

That will extract all 298 fonts to C:\TEMPFONT. You can then go to the Fonts
folder, Browse to C:\Tempfont, and select the ones you need.

Check the 'Copy to fonts folder' box before OK. Once you are sure you have
everything you need, you can delete the work folder.

Option #2:

Move the contents of the Fonts folder to an empty folder. By opening the
Fonts folder, select all the fonts, copy them, and paste them to a new
folder.

Open your registry and find the key below:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts

Highlight the key and press DELETE. Once the key has been deleted create a
new key to replace it, by selecting Edit -> New -> Key and name the new key
[Fonts].

Restart the computer, then re-install the fonts by opening the Control
Panel, double-click on 'Fonts'. And from the File menu select 'Install New
Fonts...' adding the fonts that were previously copied to the temporary
directory.

Fonts Supplied with Windows XP
http://www.microsoft.com/typography/fonts/winxp.htm

How to Determine the Default Windows Fonts
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q254768
 
Thanks for the help Kelly, It worked but there was more
wierdness that looked like a virus attack so we nuked the
PC anyway.

Thanks Again

Scott
-----Original Message-----
Hi Scott,

Suggestions/Options:

Make a work folder - say C:\Tempfont
Put the CD in the drive and exit from the auto-run.

Start - Run - CMD.EXE
and in that give the letter of the CD drive (say Z:) - so
Z:
CD i386
EXPAND *.TT_ C:\TEMPFONT
EXPAND *,FO_ C:\TEMPFONT
C:
CD \TEMPFONT
REN *.TT_ *.TTF
REN *.FO_ *.FON
EXIT

That will extract all 298 fonts to C:\TEMPFONT. You can then go to the Fonts
folder, Browse to C:\Tempfont, and select the ones you need.

Check the 'Copy to fonts folder' box before OK. Once you are sure you have
everything you need, you can delete the work folder.

Option #2:

Move the contents of the Fonts folder to an empty folder. By opening the
Fonts folder, select all the fonts, copy them, and paste them to a new
folder.

Open your registry and find the key below:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts

Highlight the key and press DELETE. Once the key has been deleted create a
new key to replace it, by selecting Edit -> New -> Key and name the new key
[Fonts].

Restart the computer, then re-install the fonts by opening the Control
Panel, double-click on 'Fonts'. And from the File menu select 'Install New
Fonts...' adding the fonts that were previously copied to the temporary
directory.

Fonts Supplied with Windows XP
http://www.microsoft.com/typography/fonts/winxp.htm

How to Determine the Default Windows Fonts
http://support.microsoft.com/default.aspx?scid=kb;EN- US;Q254768

--
All the Best,
Kelly

MS-MVP Win98/XP
[AE-Windows® XP]

Troubleshooting Windows XP
http://www.kellys-korner-xp.com

Repair/Customize Quick Launch, Taskbar and Notification Area
http://www.kellys-korner-xp.com/taskbarplus!.htm

I have a PC which is dropping pixcels on some letters in
icons and windows lables. ie the My Computer icon will
have a dot or two missing from the 'm'. This happens to
the same letters no matter where they appear on the screen.

Im thinking that somhow the default fonts has become
currupt. Can anybody tell me how to restore or reinstall
the default fonts?

Thanks in advance

Scott

.
 
Most welcome, Scott. Thanks for the feedback.



Thanks for the help Kelly, It worked but there was more
wierdness that looked like a virus attack so we nuked the
PC anyway.

Thanks Again

Scott
-----Original Message-----
Hi Scott,

Suggestions/Options:

Make a work folder - say C:\Tempfont
Put the CD in the drive and exit from the auto-run.

Start - Run - CMD.EXE
and in that give the letter of the CD drive (say Z:) - so
Z:
CD i386
EXPAND *.TT_ C:\TEMPFONT
EXPAND *,FO_ C:\TEMPFONT
C:
CD \TEMPFONT
REN *.TT_ *.TTF
REN *.FO_ *.FON
EXIT

That will extract all 298 fonts to C:\TEMPFONT. You can then go to the Fonts
folder, Browse to C:\Tempfont, and select the ones you need.

Check the 'Copy to fonts folder' box before OK. Once you are sure you have
everything you need, you can delete the work folder.

Option #2:

Move the contents of the Fonts folder to an empty folder. By opening the
Fonts folder, select all the fonts, copy them, and paste them to a new
folder.

Open your registry and find the key below:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts

Highlight the key and press DELETE. Once the key has been deleted create a
new key to replace it, by selecting Edit -> New -> Key and name the new key
[Fonts].

Restart the computer, then re-install the fonts by opening the Control
Panel, double-click on 'Fonts'. And from the File menu select 'Install New
Fonts...' adding the fonts that were previously copied to the temporary
directory.

Fonts Supplied with Windows XP
http://www.microsoft.com/typography/fonts/winxp.htm

How to Determine the Default Windows Fonts
http://support.microsoft.com/default.aspx?scid=kb;EN- US;Q254768



I have a PC which is dropping pixcels on some letters in
icons and windows lables. ie the My Computer icon will
have a dot or two missing from the 'm'. This happens to
the same letters no matter where they appear on the screen.

Im thinking that somhow the default fonts has become
currupt. Can anybody tell me how to restore or reinstall
the default fonts?

Thanks in advance

Scott

.
 
I have just been helping someone with this and would like to point ou
an error in the instructions in case anyone else has problems:
EXPAND *,FO_ C:\TEMPFONT
should be:
EXPAND *.FO_ C:\TEMPFONT
It's a . instead of a , lol.

Voice

Hi Scott,

Suggestions/Options:

Make a work folder - say C:\Tempfont
Put the CD in the drive and exit from the auto-run.

Start - Run - CMD.EXE
and in that give the letter of the CD drive (say Z:) - so
Z:
CD i386
EXPAND *.TT_ C:\TEMPFONT
EXPAND *,FO_ C:\TEMPFONT
C:
CD \TEMPFONT
REN *.TT_ *.TTF
REN *.FO_ *.FON
EXIT

That will extract all 298 fonts to C:\TEMPFONT. You can then go to th
Fonts
folder, Browse to C:\Tempfont, and select the ones you need.

Check the 'Copy to fonts folder' box before OK. Once you are sure yo
have
everything you need, you can delete the work folder.

Option #2:

Move the contents of the Fonts folder to an empty folder. By openin
the
Fonts folder, select all the fonts, copy them, and paste them to a new
folder.

Open your registry and find the key below:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts

Highlight the key and press DELETE. Once the key has been delete
create a
new key to replace it, by selecting Edit - New - Key and name the ne
key
[Fonts].

Restart the computer, then re-install the fonts by opening the Control
Panel, double-click on 'Fonts'. And from the File menu select 'Instal
New
Fonts...' adding the fonts that were previously copied to th
temporary
directory.

Fonts Supplied with Windows XP
http://www.microsoft.com/typography/fonts/winxp.htm

How to Determine the Default Windows Fonts
http://tinyurl.com/4rrq9



"Scott" (e-mail address removed) wrote in message
I have a PC which is dropping pixcels on some letters in
icons and windows lables. ie the My Computer icon will
have a dot or two missing from the 'm'. This happens to
the same letters no matter where they appear on the screen.

Im thinking that somhow the default fonts has become
currupt. Can anybody tell me how to restore or reinstall
the default fonts?

Thanks in advance

Scot
 
Back
Top