PC Review


Reply
Thread Tools Rate Thread

Change the default Font and size in a network environment

 
 
=?Utf-8?B?VGhvbnk=?=
Guest
Posts: n/a
 
      9th Aug 2007
Dear people,

I’m an administrator of a network with over 300 workstations. Our company
has decided that the default font has to be Arial 10 pt from now on. Where
the default font was Times new Roman 12 Pt. So I have to change the default
font on over 300 computers in our network. Is there an easy way of doing
this? I was thinking about replacing the Normal.dot but are there more
settings involved with this normal.dot file.

I would like to do this by using a GPO but I couldn't find anything about
this.

Please help me to save me a lot of work.

With Kind regards.

Thony
 
Reply With Quote
 
 
 
 
Graham Mayor
Guest
Posts: n/a
 
      9th Aug 2007
Provide a shared document template (or templates) set-up as you want and
instruct users to create their documents from that.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>

Thony wrote:
> Dear people,
>
> I'm an administrator of a network with over 300 workstations. Our
> company has decided that the default font has to be Arial 10 pt from
> now on. Where the default font was Times new Roman 12 Pt. So I have
> to change the default font on over 300 computers in our network. Is
> there an easy way of doing this? I was thinking about replacing the
> Normal.dot but are there more settings involved with this normal.dot
> file.
>
> I would like to do this by using a GPO but I couldn't find anything
> about this.
>
> Please help me to save me a lot of work.
>
> With Kind regards.
>
> Thony



 
Reply With Quote
 
=?Utf-8?B?VGhvbnk=?=
Guest
Posts: n/a
 
      10th Aug 2007
This is not what I mean. Our users are not to clever as I may say. It has to
be an solution where there is no action required from the end users.

"Graham Mayor" wrote:

> Provide a shared document template (or templates) set-up as you want and
> instruct users to create their documents from that.
>
> --
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Graham Mayor - Word MVP
>
> My web site www.gmayor.com
> Word MVP web site http://word.mvps.org
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>
> Thony wrote:
> > Dear people,
> >
> > I'm an administrator of a network with over 300 workstations. Our
> > company has decided that the default font has to be Arial 10 pt from
> > now on. Where the default font was Times new Roman 12 Pt. So I have
> > to change the default font on over 300 computers in our network. Is
> > there an easy way of doing this? I was thinking about replacing the
> > Normal.dot but are there more settings involved with this normal.dot
> > file.
> >
> > I would like to do this by using a GPO but I couldn't find anything
> > about this.
> >
> > Please help me to save me a lot of work.
> >
> > With Kind regards.
> >
> > Thony

>
>
>

 
Reply With Quote
 
Robert M. Franz (RMF)
Guest
Posts: n/a
 
      10th Aug 2007
Hi Thony

Thony wrote:
> This is not what I mean. Our users are not to clever as I may say. It has to
> be an solution where there is no action required from the end users.


you either setup a template once, and instruct your users: not so much
work, and your users get smarter.

Or you force a normal.dot(x/m) on all your users. You don't gain much
(because, when a user wants another font or size, he'll get it anyway),
and your users don't get smarter in using Word. And it's probably more
work for you that way.

You do the choosing. :-)

Greetings
Robert
--
/"\ ASCII Ribbon Campaign | MS
\ / | MVP
X Against HTML | for
/ \ in e-mail & news | Word
 
Reply With Quote
 
Graham Mayor
Guest
Posts: n/a
 
      10th Aug 2007
You did ask for an easy way. Templates are easily the best way to enforce
company standards. The alternative is to update 300 PCs!

If you have setup your network for users to share a startup folder then you
could create a global add-in for this folder containing the macro

Sub AutoExec()
Dim sTemp As Document
Dim sPath As String
sPath = NormalTemplate.Path
MsgBox sPath
ChangeFileOpenDirectory sPath
Set sTemp = Documents.Open(FileName:="Normal.dot")
With sTemp.Styles(wdStyleNormal).Font
.Name = "Arial"
.Size = 10
End With
sTemp.Close SaveChanges:=wdSaveChanges
End Sub

This will reset the normal template to Arial 10 point whenever Word is
started, but it would irritate the hell out of me

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>


Thony wrote:
> This is not what I mean. Our users are not to clever as I may say. It
> has to be an solution where there is no action required from the end
> users.
>
> "Graham Mayor" wrote:
>
>> Provide a shared document template (or templates) set-up as you want
>> and instruct users to create their documents from that.
>>
>> --
>> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>> Graham Mayor - Word MVP
>>
>> My web site www.gmayor.com
>> Word MVP web site http://word.mvps.org
>> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>>
>> Thony wrote:
>>> Dear people,
>>>
>>> I'm an administrator of a network with over 300 workstations. Our
>>> company has decided that the default font has to be Arial 10 pt from
>>> now on. Where the default font was Times new Roman 12 Pt. So I have
>>> to change the default font on over 300 computers in our network. Is
>>> there an easy way of doing this? I was thinking about replacing the
>>> Normal.dot but are there more settings involved with this normal.dot
>>> file.
>>>
>>> I would like to do this by using a GPO but I couldn't find anything
>>> about this.
>>>
>>> Please help me to save me a lot of work.
>>>
>>> With Kind regards.
>>>
>>> Thony



 
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
change default font size Dave D Microsoft Outlook Discussion 0 10th Mar 2008 08:07 PM
Change default font size =?Utf-8?B?VGhvbWFz?= Microsoft Outlook Discussion 1 11th Jul 2007 12:44 PM
I can't change the default font size. =?Utf-8?B?QmFjb24=?= Microsoft Word Document Management 3 26th Oct 2006 10:21 PM
NOTEPAD.EXE - change the default font size? Mad Scientist Jr Windows XP Customization 7 30th Sep 2006 01:42 PM
Change default font and size for comments? Anita Microsoft Excel Misc 4 22nd Jun 2004 03:05 PM


Features
 

Advertising
 

Newsgroups
 


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