C:\Documents and Settings\Administrator>proxycfg
Microsoft (R) WinHTTP Default Proxy Configuration Tool
Copyright (c) Microsoft Corporation. All rights reserved.

Current WinHTTP proxy settings under:
  HKEY_LOCAL_MACHINE\
    SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Connections\
      WinHttpSettings :

    Proxy Server(s) :  https://FRONT;http://FRONT
    Bypass List     :  <local>;front

C:\Documents and Settings\Administrator>proxycfg /?
Microsoft (R) WinHTTP Default Proxy Configuration Tool
Copyright (c) Microsoft Corporation. All rights reserved.

usage:

    proxycfg -?  : to view help information

    proxycfg     : to view current WinHTTP proxy settings

    proxycfg [-d] [-p <server-name> [<bypass-list>]]

        -d : set direct access
        -p : set proxy server(s), and optional bypass list

    proxycfg -u  : import proxy settings from current user's
                   Microsoft Internet Explorer manual settings (in HKCU)











proxycfg -p "http=http://FRONT https=https://FRONT" "<local>;front;"


proxycfg -d -p "YourProxyServer" "local;ServerName;IPAddress; FQDN"
proxycfg -d -p proxyserver "local;FRONT;www.a1ahardware.com;a1ahardware.com"

proxycfg -d -p "https=https://FRONT;http=http://FRONT " "<local>;FRONT;www.a1ahardware.com;a1ahardware.com"

proxycfg -p "https=https://FRONT;http=http://FRONT " "<local>;FRONT;www.a1ahardware.com;a1ahardware.com"





jason original
==============
proxycfg -p "http=http://front https=https://front" "<local>;front;www.a1ahardware.com;a1ahardware.com"
WITH -D
proxycfg -d -p "http=http://front https=https://front" "<local>;front;www.a1ahardware.com;a1ahardware.com"











C:\Documents and Settings\Administrator>

proxycfg -p "http=http://front https=https://front" "<local>;front;www.a1ahardware.com;a1ahardware.com"

Microsoft (R) WinHTTP Default Proxy Configuration Tool
Copyright (c) Microsoft Corporation. All rights reserved.

Updated proxy settings
Current WinHTTP proxy settings under:
  HKEY_LOCAL_MACHINE\
    SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Connections\
      WinHttpSettings :

    Proxy Server(s) :  http=http://front https=https://front
    Bypass List     :  <local>;front;www.a1ahardware.com;a1ahardware.com

C:\Documents and Settings\Administrator>ipconfig

Windows IP Configuration


Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . :
   IP Address. . . . . . . . . . . . : 192.168.2.90
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.2.44

C:\Documents and Settings\Administrator>^A