PC Review


Reply
Thread Tools Rate Thread

Change default system font

 
 
ngan
Guest
Posts: n/a
 
      6th Mar 2009
My company wants everyone to use a certain font (Avenir) for all business
correspondences. Three questions:

1. Is there a way to push out the new fonts to all the computers without
having to go to each computer (like pushing out a windows update from one
computer)?

2. Is there a way to change the default system font? I don't want to have
to go into each application on every computer to make the change. Is there
one place to do that change?

3. Do we have to do anything with printers and faxes?

Thanks!
 
Reply With Quote
 
 
 
 
ju.c
Guest
Posts: n/a
 
      7th Mar 2009
Is this helpful?

1. Installing a font is just copying it to C:\WINDOWS\Fonts\

2. Enter the name of the font you want to use for the default UI font of Windows:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
"MS Shell Dlg 2"="{fontname}"
"MS Shell Dlg"="{fontname}"

You can create a script to apply the changes above system wide.

3. I don't know.


ju.c


"ngan" <(E-Mail Removed)> wrote in message news:108D3316-EF96-4A07-B7CF-(E-Mail Removed)...
> My company wants everyone to use a certain font (Avenir) for all business
> correspondences. Three questions:
>
> 1. Is there a way to push out the new fonts to all the computers without
> having to go to each computer (like pushing out a windows update from one
> computer)?
>
> 2. Is there a way to change the default system font? I don't want to have
> to go into each application on every computer to make the change. Is there
> one place to do that change?
>
> 3. Do we have to do anything with printers and faxes?
>
> Thanks!

 
Reply With Quote
 
ngan
Guest
Posts: n/a
 
      9th Mar 2009
#2 actually did change the font used by the system. I forgot about the
default font used by Office. Those didn't change. Do you know where I can
change the default font for Office (we use XP and 2007).

Thanks!

"ju.c" wrote:

> Is this helpful?
>
> 1. Installing a font is just copying it to C:\WINDOWS\Fonts\
>
> 2. Enter the name of the font you want to use for the default UI font of Windows:
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
> "MS Shell Dlg 2"="{fontname}"
> "MS Shell Dlg"="{fontname}"
>
> You can create a script to apply the changes above system wide.
>
> 3. I don't know.
>
>
> ju.c
>
>
> "ngan" <(E-Mail Removed)> wrote in message news:108D3316-EF96-4A07-B7CF-(E-Mail Removed)...
> > My company wants everyone to use a certain font (Avenir) for all business
> > correspondences. Three questions:
> >
> > 1. Is there a way to push out the new fonts to all the computers without
> > having to go to each computer (like pushing out a windows update from one
> > computer)?
> >
> > 2. Is there a way to change the default system font? I don't want to have
> > to go into each application on every computer to make the change. Is there
> > one place to do that change?
> >
> > 3. Do we have to do anything with printers and faxes?
> >
> > Thanks!

>

 
Reply With Quote
 
ju.c
Guest
Posts: n/a
 
      9th Mar 2009
Do you want to change the UI fonts for Office? It probably cannot be done
without a hack.

Microsoft says, "Do not change the default user interface font. The Office
XP user interface is designed to fit Tahoma and certain Asian fonts. Using
a different user interface font might truncate user interface labels in some
languages."

Do you only want to change the font for, like messages?

You could set Word's default font, then copy the template to the other
machines.
C:\Documents and Settings\{username}\Application Data\Microsoft\Templates\Normal.dot

I think Outlook's fonts are stored in the registry. You could use RegShot
to quickly find out where in the registry the settings are changed. Start
RegShot, take a snapshot, set the fonts, take a second snapshot, compare.
Let me know if you need RegShot and I'll upload it.


ju.c


"ngan" <(E-Mail Removed)> wrote in message news:2F9C863E-2342-4408-96D8-(E-Mail Removed)...
> #2 actually did change the font used by the system. I forgot about the
> default font used by Office. Those didn't change. Do you know where I can
> change the default font for Office (we use XP and 2007).
>
> Thanks!
>
> "ju.c" wrote:
>
>> Is this helpful?
>>
>> 1. Installing a font is just copying it to C:\WINDOWS\Fonts\
>>
>> 2. Enter the name of the font you want to use for the default UI font of Windows:
>>
>> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
>> "MS Shell Dlg 2"="{fontname}"
>> "MS Shell Dlg"="{fontname}"
>>
>> You can create a script to apply the changes above system wide.
>>
>> 3. I don't know.
>>
>>
>> ju.c
>>
>>
>> "ngan" <(E-Mail Removed)> wrote in message news:108D3316-EF96-4A07-B7CF-(E-Mail Removed)...
>> > My company wants everyone to use a certain font (Avenir) for all business
>> > correspondences. Three questions:
>> >
>> > 1. Is there a way to push out the new fonts to all the computers without
>> > having to go to each computer (like pushing out a windows update from one
>> > computer)?
>> >
>> > 2. Is there a way to change the default system font? I don't want to have
>> > to go into each application on every computer to make the change. Is there
>> > one place to do that change?
>> >
>> > 3. Do we have to do anything with printers and faxes?
>> >
>> > Thanks!

>>

 
Reply With Quote
 
ngan
Guest
Posts: n/a
 
      10th Mar 2009

Yes, that's what I want. I assume whereever people do business
correspondences. Word and Outlook seem to be the starting point. What about
powerpoint or excel?

You would think MS would make something so the default settings can be
changed in one spot.

Thanks!

ps, where can i get the regshot?

"ju.c" wrote:

> Do you want to change the UI fonts for Office? It probably cannot be done
> without a hack.
>
> Microsoft says, "Do not change the default user interface font. The Office
> XP user interface is designed to fit Tahoma and certain Asian fonts. Using
> a different user interface font might truncate user interface labels in some
> languages."
>
> Do you only want to change the font for, like messages?
>
> You could set Word's default font, then copy the template to the other
> machines.
> C:\Documents and Settings\{username}\Application Data\Microsoft\Templates\Normal.dot
>
> I think Outlook's fonts are stored in the registry. You could use RegShot
> to quickly find out where in the registry the settings are changed. Start
> RegShot, take a snapshot, set the fonts, take a second snapshot, compare.
> Let me know if you need RegShot and I'll upload it.
>
>
> ju.c
>

 
Reply With Quote
 
ju.c
Guest
Posts: n/a
 
      10th Mar 2009
I couldn't find a download link for the RegShot executable, only the source code:
http://sourceforge.net/project/showf...ease_id=573781
I built my copy from the source code using Visual Studio 2008, I can upload it later
tonight.

I don't have Office installed, so I can't tell you where the data determining default
fonts are stored. You'll need to search online for it. Can't be too hard to find.

Check back tonight.


ju.c


"ngan" <(E-Mail Removed)> wrote in message news:7ADA2E01-9223-438A-916E-(E-Mail Removed)...
>
> Yes, that's what I want. I assume whereever people do business
> correspondences. Word and Outlook seem to be the starting point. What about
> powerpoint or excel?
>
> You would think MS would make something so the default settings can be
> changed in one spot.
>
> Thanks!
>
> ps, where can i get the regshot?
>
> "ju.c" wrote:
>
>> Do you want to change the UI fonts for Office? It probably cannot be done
>> without a hack.
>>
>> Microsoft says, "Do not change the default user interface font. The Office
>> XP user interface is designed to fit Tahoma and certain Asian fonts. Using
>> a different user interface font might truncate user interface labels in some
>> languages."
>>
>> Do you only want to change the font for, like messages?
>>
>> You could set Word's default font, then copy the template to the other
>> machines.
>> C:\Documents and Settings\{username}\Application Data\Microsoft\Templates\Normal.dot
>>
>> I think Outlook's fonts are stored in the registry. You could use RegShot
>> to quickly find out where in the registry the settings are changed. Start
>> RegShot, take a snapshot, set the fonts, take a second snapshot, compare.
>> Let me know if you need RegShot and I'll upload it.
>>
>>
>> ju.c
>>

 
Reply With Quote
 
John Wunderlich
Guest
Posts: n/a
 
      10th Mar 2009
=?Utf-8?B?bmdhbg==?= <(E-Mail Removed)> wrote in
news:7ADA2E01-9223-438A-916E-(E-Mail Removed):

>> Do you want to change the UI fonts for Office? It probably cannot
>> be done without a hack.
>>
>> Microsoft says, "Do not change the default user interface font.
>> The Office XP user interface is designed to fit Tahoma and
>> certain Asian fonts. Using a different user interface font might
>> truncate user interface labels in some languages."
>>
>> Do you only want to change the font for, like messages?
>>
>> You could set Word's default font, then copy the template to the
>> other machines. C:\Documents and Settings\{username}\Application
>> Data\Microsoft\Templates\Normal.dot
>>
>> I think Outlook's fonts are stored in the registry. You could use
>> RegShot to quickly find out where in the registry the settings
>> are changed. Start RegShot, take a snapshot, set the fonts, take
>> a second snapshot, compare. Let me know if you need RegShot and
>> I'll upload it.
>>
>>
>> ju.c
>>

>
> Yes, that's what I want. I assume whereever people do business
> correspondences. Word and Outlook seem to be the starting point.
> What about powerpoint or excel?
>
> You would think MS would make something so the default settings
> can be changed in one spot.
>
> Thanks!
>
> ps, where can i get the regshot?


Word is one thing if you're sending snail-mail correspondences, but
Outlook is mainly for email and unless all your business correspondents
have 'Avenir' font installed on their system (I don't have it on my
system), then your correspondents will see a substituted font anyway.

It seems like a lot of work for limited effectiveness.
-- John
 
Reply With Quote
 
ngan
Guest
Posts: n/a
 
      11th Mar 2009

I understand your point. I'll bring it up to see how far the company wants
with this. It could be that they still want the font for Outlook for
internal messages...

to tell you the truth, I don't know why we need to have a default company
font. You think a logo is enough. Plus, I would have selected a font that
is already available in MS, not a font you have to buy (which means no one
else would have). Why spend more money when you don't have to?

But alas, that was a marketing decision and us normal people had no say in it.

I'll push for just Word, but if it's more than that, I guess the other IT
person will have to manually update everyone's computer.

Thanks!

"John Wunderlich" wrote:

> Word is one thing if you're sending snail-mail correspondences, but
> Outlook is mainly for email and unless all your business correspondents
> have 'Avenir' font installed on their system (I don't have it on my
> system), then your correspondents will see a substituted font anyway.
>
> It seems like a lot of work for limited effectiveness.
> -- John
>

 
Reply With Quote
 
ju.c
Guest
Posts: n/a
 
      12th Mar 2009
Sorry if you had to wait too long, I got tied up.

RegShot_1.8.2.zip 90 KB
http://www.mediafire.com/download.php?ooymmqh2mnz


ju.c


"ju.c" <(E-Mail Removed)> wrote in message news:#(E-Mail Removed)...
> I couldn't find a download link for the RegShot executable, only the source code:
> http://sourceforge.net/project/showf...ease_id=573781
> I built my copy from the source code using Visual Studio 2008, I can upload it later
> tonight.
>
> I don't have Office installed, so I can't tell you where the data determining default
> fonts are stored. You'll need to search online for it. Can't be too hard to find.
>
> Check back tonight.
>
>
> ju.c
>
>
> "ngan" <(E-Mail Removed)> wrote in message news:7ADA2E01-9223-438A-916E-(E-Mail Removed)...
>>
>> Yes, that's what I want. I assume whereever people do business
>> correspondences. Word and Outlook seem to be the starting point. What about
>> powerpoint or excel?
>>
>> You would think MS would make something so the default settings can be
>> changed in one spot.
>>
>> Thanks!
>>
>> ps, where can i get the regshot?
>>
>> "ju.c" wrote:
>>
>>> Do you want to change the UI fonts for Office? It probably cannot be done
>>> without a hack.
>>>
>>> Microsoft says, "Do not change the default user interface font. The Office
>>> XP user interface is designed to fit Tahoma and certain Asian fonts. Using
>>> a different user interface font might truncate user interface labels in some
>>> languages."
>>>
>>> Do you only want to change the font for, like messages?
>>>
>>> You could set Word's default font, then copy the template to the other
>>> machines.
>>> C:\Documents and Settings\{username}\Application Data\Microsoft\Templates\Normal.dot
>>>
>>> I think Outlook's fonts are stored in the registry. You could use RegShot
>>> to quickly find out where in the registry the settings are changed. Start
>>> RegShot, take a snapshot, set the fonts, take a second snapshot, compare.
>>> Let me know if you need RegShot and I'll upload it.
>>>
>>>
>>> ju.c
>>>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why doesn't the font change to the default font when I copy and p. djohnson19 Microsoft Word Document Management 2 1st Mar 2010 02:14 PM
Is there a way to change the default system font size for printing from DOS compatibility window? NayJo Microsoft Windows 2000 Printing 2 13th Jun 2006 06:31 PM
Change the default Font =?Utf-8?B?QW15UA==?= Microsoft Word Document Management 3 27th Feb 2006 11:38 PM
Change Default Font Bob 19 Microsoft Outlook Installation 0 31st Dec 2003 06:51 PM
change default font someone Windows XP Customization 0 22nd Nov 2003 03:55 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:46 AM.