That <version> comment will make a lot more sense if the registry path is:
HKEY_CURRENT_USER\Softw
Main Topics
Browse All TopicsHow do I change the default location of Microsoft Word's "Normal.dot" template in the Registry?
On each users settings in MS Word, we've set the "User Templates" location (Tools / Options / User templates) to a default location for retrieval of our companies templates (i.e. FAX, Memo, Letterhead, etc...). We should have set this in the "Workgroup Templates" not the "User Templates". We would like to change this on each workstation without having to touch each PC. I've done a search in the registry for NORMAL.DOT but it did not find anything.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Thanks!! I found that path in the Registry.
My question now is, how do I change that registry setting without visiting each workstation? I can open my registry & connect to another user's registry, but, I don't have the option to get to their "Current_User" portion of the registry.
If I have to edit each user's registry by connecting to their PC, then I'll just edit the MS Word settings within Word application.
Well, can you add a global login script for each user? If so, you could put a script together that just does this:
regedit /s registryFix.reg
Here's how you'd make the registry file:
1. Add the appropriate Key values in your registry with the right information
2. Click File > Export to export the whole General key
3. Edit the exported file and delete all of the string values except for the one or two you want to add
4. Save the .reg file
Now, if you can push the login script out for each user (I'm assuming you're using AD or something like that), and tell everyone to reboot to get the fix.
If you can't do a script, you might have to resort to emailing out the .reg file and ask people to double-click it and click the Merge button. Not elegant, but it'd work for most people.
Beyond that, I suppose the solution depends on how your network is setup and administered. Perhaps you know of an easier way to push out a change administratively (say, though group policy?).
Business Accounts
Answer for Membership
by: dopyiiiPosted on 2009-04-08 at 06:52:42ID: 24097220
You can change the default normal.dot location by adding a new string called UserTemplates to the following key: ware\Micro soft\Offic e\11.0\Com mon\Genera l
HKEY_CURRENT_USER\Soft
You can get there by:
A. Go to Start > Run > type regedit and hit enter.
B. In the left side browser/folder tree, expand following the path indicated above
C. Once you click on General, you'll see stuff on the right side.
D. Right-click on the right side of the window and choose New > String value
E. Give it the name UserTemplates and hit enter
F. Now, doubleclick the new UserTemplates entry you just made
G. For the value, enter the path you want to use for your user templates (and Normal.dot) location
H. Click OK and close the registry editor
I. Restart Word and the setting should have take place
Note for <version>, substitute the version that corresponds with your install: 9.0 for Office 2000, 10.0 for Office 2002/XP, 11.0 for Office 2003, and 12.0 for Office 2007.
Incidentally, if you want to change the workgroup templates location, you can do the same process, except add a string in the same place called SharedTemplates, and give it the value of the path you want to use.