Avatar of speechlys
speechlys
 asked on

WORD 2007 COMPABILITY MODE SETTING

hi, is there a way to change this setting in the registy for each office 2007 application, from docx.mode to .doc mode ?
word-20007-modes.JPG
Microsoft OfficeMicrosoft Legacy OSMicrosoft Applications

Avatar of undefined
Last Comment
speechlys

8/22/2022 - Mon
Felix Leven

Download ADM:
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=22666

Create GPO:
User -> Microsoft Office Word 2007 -> Word Options -> Save
speechlys

ASKER
i just want to change it via registry to use it .doc temporary and then switch it back afterwards once everyone is on 2007!
Felix Leven

Yes, GPO is still the way to go...

HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Word\Options]
"DefaultFormat"=dword:00000038

12.0 = your version of office

00000038 = not sure, but should be doc format
Your help has saved me hundreds of hours of internet surfing.
fblack61
Felix Leven

You can try "DefaultFormat"="doc"
speechlys

ASKER
created this key as it never existed but still not working still showing docx !

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0]

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Word]

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Word\Options]
"DefaultFormat"=dword:00000038
@=""
Felix Leven

Sry, 00000038 is xls you Need to Enter "Doc"
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
speechlys

ASKER
Tried these 3 none work!

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Word\Options]
@=""
"Doc"=dword:00000001

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Word\Options]
@=""
"Doc"=dword:00000000 =

 string typekey

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Word\Options]
@=""
"DefaultFormat"="Doc"
Felix Leven

[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Word\Options]
"DefaultFormat"="Doc"

Works ...
speechlys

ASKER
ok...what about changing back to docx - changine the doc to DOCX doesnt work !
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
Felix Leven

leave it empty to switch back^^
speechlys

ASKER
ok thanks seems to be working now...what about for powerpoint?
Felix Leven

[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\PowerPoint\Options]
"DefaultFormat"=dword:00000000
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
speechlys

ASKER
thanks...sorry.....and to switch powerpoint back to docx?
speechlys

ASKER
and to switch excel back to docx from doc as well please? and to doc in the beginning...?
ASKER CERTIFIED SOLUTION
Felix Leven

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
speechlys

ASKER
Dont worry...have done this now....thanks for all your help

For anyone else that wants them:


WORD .DOC
[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Word\Options]
"DefaultFormat"="Doc"


WORD .DOCX
[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Word\Options]
"DefaultFormat"="DocX"


EXCEL .XLSX
[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Excel\Options]
"DefaultFormat"=dword:00000033


EXCEL.XLS
[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Excel\Options]
"DefaultFormat"=dword:00000038


POWERPOINT .PPT
[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\PowerPoint\Options]
"DefaultFormat"=dword:00000000


POWERPOINT.PPTX
[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\PowerPoint\Options]
"DefaultFormat"=dword:0000001b
All of life is about relationships, and EE has made a viirtual community a real community. It lifts everyone's boat
William Peck