- Solved
- Archived
Unable to set multiple ExtensionSettings through imported admx
I am using the intune preview feature which allows you to import admx/adml instead of using the custom injection method. Everything works far better then with the inject… (read more)
I am using the intune preview feature which allows you to import admx/adml instead of using the custom injection method. Everything works far better then with the injection method, except for one settings:
ExtensionSettings this setting is working when I have only one setting set (ex):
{"someplugin@test.com": { "installation_mode" : "allowed" }}
If I add a second line to the entry:
{"someotherplugin@test.com":{ "installation_mode" : "allowed"}}
I understand this is a new feature, but if I had the correct format that would work for HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Mozilla\Firefox\ExtensionSettings to allow two plugins to work I belive I shouldn't have any issue getting the admx feature to do this, I even tried manually editing the registry setting and it breaks whenever I add the second line to it.