Hi guys,
I would like to ask you how can I lock the default configuration for all useres. I would like to have same configuration on all machines and don“t want that user can chage for example features,language,etc.
Regards,Martin
Stefan Ziegler Answered question
Therefore you have to write the settings into the HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\PDFPrint Windows registry area. To prevent users from "overwriting" these settings, prepend the key name with a "!" (without quotes). This give the settings in the HKEY_LOCAL_MACHINE area a higher priority.
Stefan Ziegler Edited answer