I’m a computer technician employed in a major Italian hospital. I’m working on the distribution of LibreOffice 4.2 to more than 4000 computers and I discover the possibility to configure LibreOffice via Windows registry. In particular I want to set .doc .xls .ppt as default save formats for all system users. I’m not interested for configurations via AD group policy and adm file.
On the page Setting .doc .xls .ppt as default save formats for all system users I found this entry for registrymodifications.xcu:
<item oor:path="/org.openoffice.Setup/Office/Factories/org.openoffice.Setup:Factory['com.sun.star.text.TextDocument']">
<prop oor:name="ooSetupFactoryDefaultFilter" oor:op="fuse">
<value>MS Word 97</value>
</prop> </item>
I tried to convert this entry in a .reg file but I’m not sure of the syntax. In particular, I don’t understand how to correctly insert the string [‘com.sun.star.text.TextDocument’]:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\LibreOffice\org.openoffice.Setup\Office\Factories\org.openoffice.Setup:Factory['com.sun.star.text.TextDocument']\ooSetupFactoryDefaultFilter/#fuse] "Value"="MS Word 97"
Thanks in advance