Does anybody have a solution for replacing ActiveX in ZEN interfaces running in Chrome and Edge?
I am not able to modify security settings in either browser, hence looking for a replacement for those controls.
Sample1:
var loc = new ActiveXObject("WbemScripting.SWbemLocator");
var objWMIService = loc.ConnectServer(".", "root\\cimv2"); var colItems = objWMIService.



