Force Word 2010 backwards compatibility to 2003 for all users

rxd

New member
Local time
5:33 PM
Messages
17
Does anyone know of a way to force Word 2010 to save all files as .doc files not .docx for any user that ever logs in to a pc?

I know it's simple to save this setting for a given user but I need to do it for everyone that ever sits at a given pc....

Thanks
 

My Computer My Computer

At a glance

Windows 7 Ultimate 32 bit, Windows 7 Home Pre...
OS
Windows 7 Ultimate 32 bit, Windows 7 Home Premium 64 bit
I would create a file doc.reg and save it in C:\whatEverLocation\
Code:
Windows Registry Editor Version 5.00 
[HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Word\Options] 
"DefaultFormat"="DOC"
Than I would start a Task Schedule (taskschd.msc) and "Create Task"
(NOT Basic task!!!).

Check "Run with highest privileges" on General tab.
Triggers tab: At log on - Any user.
Actions tab: Start a program.
. Program/script: %windir%\System32\regedt32.exe
. Add arguments (optional): /s "C:\whatEverLocation\doc.reg"

Reg file gives us desired setting in a file form that can be easily imported for any current user.
12.0 is for Office 2007
14.0 is for Office 2010
15.0 is for Office 2013

Task schedule allows us to create a task that will run for any user of the current Windows system with administrative privileges (when corresponding options are selected).
regedt32 will import desired setting for the current user silently (/s).

User can still change this option manually later on, but the next time this user log in, the same setting from the file will be imported and user's custom setting will be overridden.
 

My Computer My Computer

At a glance

Windows 8.1 ; Windows 7 x86 (Dec2008-Jan2013)
Computer type
PC/Desktop
OS
Windows 8.1 ; Windows 7 x86 (Dec2008-Jan2013)
Other Info
"The scale icon at the top right of a post or tutorial is how you can give rep to the member."
An easier way that doesn't involve horsing around with the registry is to open Word 2010, click on the File tab at the top right, then click Options toward the bottom of the menu that pops up. In the Options menu the pops up, click on Save on the right, then, at the top, select the file format you want to save to, using the down arrow on the right end of the box to drop down a list of extensions to choose from.
 

My Computer My Computer

At a glance

Win 7 Ultimate 64 bitIntel i7-3930KKingston HyperX Genesis 32GB Kit (8x4GB Modul...MSI R7850 Twin Frozr 2GD5/OC Radeon HD 7850 2...
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Win 7 Ultimate 64 bit
CPU
Intel i7-3930K
Motherboard
ASUS P9X79 WS
Memory
Kingston HyperX Genesis 32GB Kit (8x4GB Modules) 1600MHz DDR
Graphics Card(s)
MSI R7850 Twin Frozr 2GD5/OC Radeon HD 7850 2GB 256-bit GDDR
Sound Card
Asus Xonar Essence STX
Monitor(s) Displays
3x Asus VG248QE 24", Vizio 32" TV
Screen Resolution
1920 x 1080, ?
Hard Drives
Samsung 128GB 840 Pro SSD (1),
Samsung 4TB 850 EVO SSDs (4)
Samsung 4TB 850 EVO SSDs (16) external backup drives used in 2.5" hot swap bays in the computer.
PSU
Corsair HX750w
Case
Antec Two Hundred v2 (modified)
Cooling
Cooler Master GeminII S524 120mm (fan replaced with a 140mm)
Keyboard
Logitech G510s
Mouse
Logitech M525 (two in use)
Internet Speed
=< 32Mbps down, 8Mbps up
Antivirus
AVAST!, MBAM, SAS, Spybot S&D (all but MBAM free) Glary Util
Browser
IE11
Other Info
LSI 9211-8i HBA card (8 SATA III ports), 2.5" & 3.5" Hot Swap Bays, HooToo HT-CR001 PCI-E to USB 3.0 Internal Hub + 6 Slot Card Reader, and LG Model CH12LS28 BD-ROM Optical Drive. Also, ScanSnap S1500 ADF duplexing scanner, Canon 9000F flat bed scanner, Corsair SP2500 2.1 speakers, Samsung CLP 415nw laser color printer, Cyberpower PP2200SW UPS
An easier way that doesn't involve horsing around with the registry is to open Word 2010, click on the File tab at the top right, then click Options toward the bottom of the menu that pops up. In the Options menu the pops up, click on Save on the right, then, at the top, select the file format you want to save to, using the down arrow on the right end of the box to drop down a list of extensions to choose from.
Great job doing detailed instruction, Lady Fitzgerald. But I am sorry, your post does not answer OP's question at all.
I believe that user rxd is asking how to AVOID doing what you just described for all and every user of a computer, even those future users that have not been created yet.

At least that is what "force for any user that ever logs in to a pc" means to me...
 

My Computer My Computer

At a glance

Windows 8.1 ; Windows 7 x86 (Dec2008-Jan2013)
Computer type
PC/Desktop
OS
Windows 8.1 ; Windows 7 x86 (Dec2008-Jan2013)
Other Info
"The scale icon at the top right of a post or tutorial is how you can give rep to the member."
Exactly Neutron16. This is what I desperately need to avoid. I have no idea what user will be using what pc now or in the future. But they must use Word in 2003 compatibility mode. We can't be mixing up different Word versions in our system.
 

My Computer My Computer

At a glance

Windows 7 Ultimate 32 bit, Windows 7 Home Pre...
OS
Windows 7 Ultimate 32 bit, Windows 7 Home Premium 64 bit
Exactly Neutron16. This is what I desperately need to avoid. I have no idea what user will be using what pc now or in the future. But they must use Word in 2003 compatibility mode. We can't be mixing up different Word versions in our system.

Have you tried my solution? I've tested it on Win8.1 and Office 2013.
 

My Computer My Computer

At a glance

Windows 8.1 ; Windows 7 x86 (Dec2008-Jan2013)
Computer type
PC/Desktop
OS
Windows 8.1 ; Windows 7 x86 (Dec2008-Jan2013)
Other Info
"The scale icon at the top right of a post or tutorial is how you can give rep to the member."
I did some quick tests and this seems to work great.

Tomorrow when the office opens again (snow day again in NY) I will be able to try it with real users.

Thanks
 

My Computer My Computer

At a glance

Windows 7 Ultimate 32 bit, Windows 7 Home Pre...
OS
Windows 7 Ultimate 32 bit, Windows 7 Home Premium 64 bit
Back
Top