|
| | |||||||
| Windows XP Discuss the Microsoft Windows XP Operating System |
| | LinkBack | Thread Tools |
| |||
| Change default system font 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! |
| |||
| Re: Change default system font 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" <ngan@discussions.microsoft.com> wrote in message news:108D3316-EF96-4A07-B7CF-9A98D3114FAB@microsoft.com... > 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! |
| |||
| Re: Change default system font #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" <ngan@discussions.microsoft.com> wrote in message news:108D3316-EF96-4A07-B7CF-9A98D3114FAB@microsoft.com... > > 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! > |
| |||
| Re: Change default system font 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" <ngan@discussions.microsoft.com> wrote in message news:2F9C863E-2342-4408-96D8-556F1574152F@microsoft.com... > #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" <ngan@discussions.microsoft.com> wrote in message news:108D3316-EF96-4A07-B7CF-9A98D3114FAB@microsoft.com... >> > 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! >> |
| |||
| Re: Change default system font 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 > |
| |||
| Re: Change default system font 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" <ngan@discussions.microsoft.com> wrote in message news:7ADA2E01-9223-438A-916E-6D4D366C5B24@microsoft.com... > > 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 >> |
| |||
| Re: Change default system font =?Utf-8?B?bmdhbg==?= <ngan@discussions.microsoft.com> wrote in news:7ADA2E01-9223-438A-916E-6D4D366C5B24@microsoft.com: >> 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 |
| |||
| Re: Change default system font 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 > |
| |||
| Re: Change default system font 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" <bibidybubidyboop@mailinator.com> wrote in message news:#qfgNbboJHA.5360@TK2MSFTNGP03.phx.gbl... > 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" <ngan@discussions.microsoft.com> wrote in message news:7ADA2E01-9223-438A-916E-6D4D366C5B24@microsoft.com... >> >> 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 >>> |
| Bookmarks |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Installing a new font (partially) changes the default system font | frederik.dekeukelaere@gmail.com | Pocket PC General | 1 | 05-12-2008 10:20 AM |
| How do I change the default font on OneNote 2007? | Carebearstare43 | Microsoft OneNote | 1 | 03-17-2008 06:00 PM |
| In One Note how do I change the default font size? | beckys2000 | Microsoft OneNote | 2 | 02-26-2008 12:00 AM |
| Windows Clipboard Default Font Change | Robert T | Windows XP | 1 | 12-14-2007 08:40 AM |
| Can you change the default header font in office accounting 2007.. | Kenbo | Microsoft Office | 0 | 05-22-2007 01:40 PM |
| New To Technology Questions? | Do You Need Help with Your Computer or Device? | Do You Need Help with this site? |