Windows Thread, Default save Word2k3 to .odt in Technical; I am playing with Sun's ODF plugin for office 2003.
I want to roll this out in the next few ...
-
15th May 2007, 04:10 PM #1 Default save Word2k3 to .odt
I am playing with Sun's ODF plugin for office 2003.
I want to roll this out in the next few weeks so that the entire site saves to OpenDocument format, but still using MSOffice.
I can change the default on a per user basis by:
tools > options > save
but how do I do it per machine either via a reg key or via GPO for all users?
-
-
IDG Tech News
-
17th May 2007, 06:50 PM #2 Re: Default save Word2k3 to .odt
Is no-one else doing this at all? - even Microsoft want this ISO standard to Succeed
and it is rapidly being adopted by governments around the world as well as being a requirement in becta's technical specs for schools.
Anyway, to set the default to ODF I have set:
Code:
[HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Word\Options]
"DefaultFormat"="ODF"
Which works. I can put this in the login script as-is because I've not found a way to set it default for all users- I tried putting the same key in HKLM and HKU/.DEFAULT with no success (I am no registry guru).
Setting the ODT value in the office11.adm didn't seem to work either. Clearly I am missing something, any suggestions or should I stick to the HKCU in login script?
-
-
17th May 2007, 07:03 PM #3
- Rep Power
- 0
Re: Default save Word2k3 to .odt

Originally Posted by
CyberNerd I tried putting the same key in HKLM and HKU/.DEFAULT with no success (I am no registry guru).
You would have to do a load hive on the NtUser.dat file in Default User profile then make the edit. This would apply to new created profiles. This approach would probably be best for mandatory profiles.
For existing users, as you suggest, the log in script might be better:
Code:
REG ADD HKCU\Software\Microsoft\OfficeHKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Word\Options /F /V "Default Format" /D "ODF"
or the equivalemt in VBS/JS or KiX
-
-
22nd May 2007, 08:03 AM #4 Re: Default save Word2k3 to .odt
Thanks NetworkGeezer. I have been able to set this as default by using the office resource kit deployment wizard and adding the registry key to that.
-
SHARE:
Similar Threads
-
By Geoff in forum Office Software
Replies: 11
Last Post: 4th April 2012, 01:48 PM
-
By ozzy in forum How do you do....it?
Replies: 4
Last Post: 6th December 2007, 03:36 PM
-
By zag in forum Educational Software
Replies: 4
Last Post: 24th April 2007, 10:44 AM
-
By john in forum Educational Software
Replies: 0
Last Post: 31st March 2007, 05:46 PM
-
By british-wave in forum How do you do....it?
Replies: 4
Last Post: 26th September 2005, 11:28 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules