Proxy Setting Value
**********************************************************************************************************************************
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Connections
DefaultConnectionSettings
SavedLegacySettings
To get the binary we needed I made the changes required and then did an export of the same settings under HKCU, edited the .reg file to point to HKLM, and then imported.
**********************************************************************************************************************************
Disable Proxy Settings Per User
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings]
“ProxySettingsPerUser”=dword:00000000
Restricted User To Change Proxy Setting
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Control Panel]
“Proxy”=dword:00000001
It should work for all Windows including Windows 10, Windows 11 and Windows Server 2019.