Link to home
Start Free TrialLog in
Avatar of jdhackett
jdhackettFlag for Ireland

asked on

Customised Normal.dot for all users

I was trying to create a Group Policy ADM so that all users would have the same font, Arial 11.
However, after doing some research, it seems this is not possible through ADM. Anything I've found has something along this lines:
"customized normal.dot template and roll it out to all clients"

I don't get this. What must I actually do?
Initially, this setup will be for all users of a terminal server, but I'd like the same setup for fat clients as well.
Thanks
ASKER CERTIFIED SOLUTION
Avatar of oldPCguy
oldPCguy

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jdhackett

ASKER

Hmm. So it would copy every time a user logs in?
Actually, thats probably not a bad idea. That way the latest version of normal.dot will always be on each pc.
Avatar of oldPCguy
oldPCguy

You could have it copy everytime a user logs in - or write the script to include a method of checking to see if it has already been copied down - for instance, when I have used logon scripts to copy files - I included a file called updated.txt - or something simple like that. I would have the script check to see if the update.txt file exists on the local pc - ie: if exist "c:\%path%\updated.txt" goto end

In this situation, I would just let it copy - especially it this is something you are going to be modifying repeatedly.
May do that script method. After all, I wouldn't want to overwrite if the user had already changed normal.dot, say set up printer margins or something.

Where does normal.dot come from? In this case, I'm adding loads of new users to a terminal server. Could I change normal.dot so that it has the settings I want before it is created for each user?
The Normal.dot is installed with Office. I have not tried this myself but I would think you could modify the normal.dot in the installation source - (after making a backup of course) As far as TS users, I think if you modify the normal.dot in the application folder - this is copied to each of the users profiles the first time they run Office from a TS session.
Thanks. Have it working, took these steps:
1) Create a Normal.Dot they way you want it
2) Be sure to remove any user info in Tools/Options
3) Copy to the Winword.exe folder. If there is Normal.dot in the user folder, Office next looks here
4) If the user already has Normal.dot, delete it

When user open word, will get prompted for name and initials. Normal.dot will now be the customised version.
It would be good to have this script? anyone have one?