Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Thony Thony is offline
external usenet poster
 
Posts: 2
Default Change the default Font and size in a network environment

Dear people,

Im 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
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Change the default Font and size in a network environment

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



  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Thony Thony is offline
external usenet poster
 
Posts: 2
Default Change the default Font and size in a network environment

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




  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Robert M. Franz (RMF) Robert M. Franz (RMF) is offline
external usenet poster
 
Posts: 1,741
Default Change the default Font and size in a network environment

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
  #5   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Change the default Font and size in a network environment

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
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
change the default font size for footnotes jonathanmenn Microsoft Word Help 11 October 29th 08 04:05 PM
How do I permanently change the font size in Word (default)? L.A. of Collier County Microsoft Word Help 2 March 28th 07 04:06 AM
Change default font size for inserting plain text file Rik Schoemaker Microsoft Word Help 2 February 12th 07 11:04 AM
I can't change the default font size. Bacon Microsoft Word Help 3 October 26th 06 10:21 PM
How to change the default display size in word- not the font? BeckB Microsoft Word Help 1 September 30th 06 04:23 AM


All times are GMT +1. The time now is 09:49 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"