[][src]Module proxyconf::internet_settings::modern

Internet Explorer settings, considered as the system settings since Windows 8 and shown in the Control Panel.

Stored in a binary value per connection in key HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Connections

The default/LAN connection settings are stored in a key named DefaultConnectionSettings.

The same key in HKLM can optionally be used by all users if the value ProxySettingsPerUser in HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings is 1 (DWORD)

System services also use a WinHttpSettings key in HKLM that can be set by proxycfg/netsh winhttp and always has version 0x28 and counter = 0.

Modules

registry
serialization

Structs

FullConfig
ProxyConfig

Constants

IE6_VERSION

The format as of IE 6

IE7_VERSION

The format as of IE 7, still used in IE 11 / Windows 10

WINHTTP_VERSION

An old format still used by proxycfg/netsh winhttp

Functions

empty_config
empty_full_config