News, Product Information, and Tips
Check out our free utlities in the downloads section

Remote Administration



Remote Administration For Windows. Easy remote access of Windows 7, XP, 2008, 2000, and Vista Computers

Click here to find out more

Create Outlook Profiles



No more setup wizards in Outlook. Setup Outlook Profiles automatically from the command line

Click here to find out more

Network Administrator



Reboot Hundreds of computers, disable flash drives, deploy power managements settings.

Click here to get your free copy of Network Administrator. Over 25 plugins to make your life easier

USB Disabler



Disable Flash Drives for specific users, or only allow specific drives.

Click here for your free trial

Search

Archives

Reduce Word 2007 Compatibility Problems

by Steve Wiseman on January 15, 2007 · 0 comments

in Windows

The new version of Word saves documents in a different format. This is to facilitate all of the wonderful features it provides. Unfortunately this also means that documents saved will be incompatible with older versions.

Office 2007

Yes…It is possible to go into settings, and change the default format to whatever you please – that includes the longstanding .doc format

Word 2007 Save options

It will be difficult for the average user to remember or understand they need to save in the older format. If they don’t, they will have a great deal of trouble sharing their Word documents with the rest of the world.

If you are planning to deploy the new version of Office, how can you force Word to save by default in the .doc format?

We searched Google, and the knowledge base at Microsoft. Nothing. Hmm. How can we figure out what registry key Office is using to save this?

Easy. Export the Word registry key to a file and compare the difference after we make the change.

Here is the key I found:

HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Word\Options\DefaultFormat

Hah! That one is so easy to see I should have found it by browsing through the registry.

I changed to each setting, and found these possible values:


(Empty) – Word Document (.docx 2007)
MacroEnabledDocument – Word Document (.docm 2007 W/Macros)
Doc – Word Document (97 – 2003)
Template – Word Template (.dotx 2007)
MacroEnabledTemplate – Word Template (.dotm 2007 W/Macros)
Dot – Word Template (97 – 2003 Format)
WebArchive – HTML (.mht, .mhtml Single file HTML Format)
Html – HTML (.htm, .html HTML Format)
ReducedHTML – HTML (.htm, .html Filtered HTML Format)
Rtf – RTF (.rtf)
Text – Text (.txt)
FlatXML – XML (.xml 2007 XML Format)
XML – XML (.xml 2003 XML Format)
MSWorksWin6 – Works Document (.wps Works version 6-9)

We have written a utility that will help you deploy this on your network. It is a command line tool. You can put it on your server, and have it called from a login script. Here is the syntax

SetDefaultDocument.exe {Type}

The {Type} argument is any of the types shown above in bold.

If we wanted to set it to the well used 2003-97 doc format you could put this line in your login script:

SetDefaultDocument.exe Doc

Now you might not want to set it each time in a login script. Our Network Administrator program will do the same with an easy to use interface.

Word 2007 compatible 2000, XP, 2003

Both of them can be obtained by visiting our download page

Like this article? Then sign up for my newsletter to get free tips and software sent right to your inbox once a week. Like you, I hate spam – I will never spam, or sell your email address.

Related Articles:

Leave a Comment

Category Links - Windows Forum - Exchange Forum