I just create a gpo to configure proxy with this registry options:
https://theitbros.com/config-internet-explorer-11-proxy-settings-gpo/
HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings]:
ProxyEnable (REG_DWORD) = 00000001;
ProxyServer (REG_SZ) = ipproxy:port
ProxyOverride (REG_SZ) = local url etc.
I would also need enable the image option.
How can i do it?
Thanks,