I am currently working on deactivating the execution and editing of macros and VBS scripts system-wide on our terminal server farm.
So far I have tried the following:
1) In the soffice.ini under “*\Programs\OpenOffice\program\soffice.ini” to add the following block:
Code: Select all
[Security]
VbscriptingEnabled=false
JavascriptingEnabled=false
PythonscriptingEnabled=false
ScriptProtectionMode=true
BeansEnabled=falseHowever, it is still possible for me to go to Tools > Macros > Manage macros ... > OpenOffice Basic ... to write and execute scripts.
I have also noticed that the setting under “Macrossecurity” can be changed independently by each user.
Is there a way to deactivate this editing and execution machine-wide?
We use OpenOffice 4.1.15 and Microsoft Server 2016 / 2019.