Choose how to specify proxy server settings

Allows you to specify the proxy server used by Google Chrome and prevents users from changing proxy settings. ARC-apps will be able to use this proxy server, too.

If you choose to never use a proxy server and always connect directly, all other options are ignored.

If you choose to use system proxy settings, all other options are ignored.

If you choose to auto detect the proxy server, all other options are ignored.

If you choose fixed server proxy mode, you can specify further options in 'Address or URL of proxy server' and 'Comma-separated list of proxy bypass rules'. Only the HTTP proxy server with the highest priority is available for ARC-apps.

If you choose to use a .pac proxy script, you must specify the URL to the script in 'URL to a proxy .pac file'.

For detailed examples, visit:
https://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-sett.

If you enable this setting, Google Chrome and ARC-apps ignore all proxy-related options specified from the command line.

Leaving this policy unset will allow the users to choose the proxy settings on their own.

Supported on: SUPPORTED_WIN7

Choose how to specify proxy server settings


  1. Never use a proxy
    Registry HiveHKEY_LOCAL_MACHINE or HKEY_CURRENT_USER
    Registry PathSoftware\Policies\Google\Chrome
    Value NameProxyMode
    Value TypeREG_SZ
    Valuedirect
  2. Auto detect proxy settings
    Registry HiveHKEY_LOCAL_MACHINE or HKEY_CURRENT_USER
    Registry PathSoftware\Policies\Google\Chrome
    Value NameProxyMode
    Value TypeREG_SZ
    Valueauto_detect
  3. Use a .pac proxy script
    Registry HiveHKEY_LOCAL_MACHINE or HKEY_CURRENT_USER
    Registry PathSoftware\Policies\Google\Chrome
    Value NameProxyMode
    Value TypeREG_SZ
    Valuepac_script
  4. Use fixed proxy servers
    Registry HiveHKEY_LOCAL_MACHINE or HKEY_CURRENT_USER
    Registry PathSoftware\Policies\Google\Chrome
    Value NameProxyMode
    Value TypeREG_SZ
    Valuefixed_servers
  5. Use system proxy settings
    Registry HiveHKEY_LOCAL_MACHINE or HKEY_CURRENT_USER
    Registry PathSoftware\Policies\Google\Chrome
    Value NameProxyMode
    Value TypeREG_SZ
    Valuesystem


chrome.admx

Administrative Templates (Computers)

Administrative Templates (Users)