How to Configure Client Proxy Server Settings by Using a Registry File (819961)



The information in this article applies to:

  • Microsoft Internet Security and Acceleration Server
  • Microsoft Internet Explorer 6.0
  • Microsoft Proxy Server 2.0


IMPORTANT: This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows Registry

SUMMARY

This article describes how to create a Windows registry file to configure the proxy server settings on a client computer that is running Microsoft Internet Explorer.

MORE INFORMATION

You can automatically configure the proxy server settings on a client computer by updating the client computer registry. To do this, create a registry file that contains the registry settings you want to update, and then distribute it to the client computer by using a batch file or logon script.

To configure the proxy server settings on a client computer, create the following .reg file to populate the registry with the proxy server information:
Regedit4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MigrateProxy"=dword:00000001
"ProxyEnable"=dword:00000001
"ProxyHttp1.1"=dword:00000000
"ProxyServer"="http://ProxyServername:80"
"ProxyOverride"="<local>"
In this file, ProxyServername is the name of your proxy server.

You can also use the Microsoft Internet Explorer Administration Kit (IEAK) to configure proxy server settings on client computers. For additional information about IEAK, visit the following Microsoft Web site:

Modification Type:MinorLast Reviewed:9/14/2006
Keywords:Kbisa2004yes kbinfo KB819961 kbAudITPRO