Vinod Nadiadwala <thinwala <at> gmail.com> writes:
Hi,
I am migrating my company's pc to libreoffice on windows, all my users
are using windows terminal services, now i want to set default file save
format to MS-Office i.e. .doc, .xls, .ppt to all users.
I know how to do it manually, but i want to it to be applied to all
users using some registry entry or configuration file, is there any way to
do it, as i have 200+ pc's in my company and configuring each user is some
hectic job, let me know if solution if anybody have.
Thanks for the great job LibreOffice developers,
Vino
The responses so far have been extremely helpful, but let me be even more
helpful and tell you how to accomplish what you want. Inside the Program Files
folder, you'll see the LibreOffice application folder. Open it and navigate to
the following folder:
\Basis3.4\share\registry
Use a text editor to alter three files in that "registry" folder.
The first is writer.xcd
Open the writer.xcd file with Notepad, and make the following change:
The line that reads as follows . . .
<prop oor:name="ooSetupFactoryDefaultFilter"><value>writer8</value>
. . . should be changed to read:
<prop oor:name="ooSetupFactoryDefaultFilter"><value>MS Word 97</value>
Next, open the calc.xcd file with Notepad, and make the following change:
The line that reads as follows . . .
<prop oor:name="ooSetupFactoryDefaultFilter"><value>calc8</value>
. . . should be changed to read:
<prop oor:name="ooSetupFactoryDefaultFilter"><value>MS Excel 97</value>
Finally, open the impress.xcd file with Notepad, and make the following change:
The line that reads as follows . . .
<prop oor:name="ooSetupFactoryDefaultFilter"><value>impress8</value>
. . . should be changed to read:
<prop oor:name="ooSetupFactoryDefaultFilter"><value>MS PowerPoint 97</value>
Now, all users will default to .doc, .xls, and .ppt when they go to File > Save.
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.