I’m trying to use the new registry configuration backend that was added in 4.2 with the ultimate goal of concocting some admx
files for easy Active Directory-based configuration.
I have tried to set multiple values by hand in the registry, but only succeeded with one I got from a presentation on that subject.
Using the following registry file sets the appropriate option in the UI and stops the user from changing it:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\LibreOffice\org.openoffice.Office.Common\Security\Scripting\WarnCreatePDF]
"Value"="true"
"Final"=dword:00000001
But taking an example from the release notes has no apparent affect:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\LibreOffice\org.openoffice.UserProfile\Data\o]
"Value"="Example Corp."
"Final"=dword:00000001
Using those settings, I don’t see the organization value set in the UI. All other settings I’ve tried (setting the work path at HKEY_CURRENT_USER\SOFTWARE\Policies\LibreOffice\org.openoffice.Office.Paths\Paths\org.openoffice.Office.paths:NamedPath['Work']
, setting the default file format etc.) don’t have any effect either.
Is there anything I’m missing?
Regards,
Dennis