Hi, guys! Could you please help me? My goal is to set up Internet Explorer Security Settings, such as security zones and their security levels. For that I need to use object Security Manager with CLSID = {7b8a2d94-0ac9-11d1-896c-00c04Fb6bfc4}. The problem is that ObjCreate function does not accept CLSIDs, only ProgID's as argument. But my required class does not have a ProgID. How can I create this object in AutoIt? There are a lot of solutions for .NET or VBS in Internet, but nothing for AutoIt