---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/servicenow-platform

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# PAC file with registry setting

# PAC file with registry setting {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

In this proxy configuration, the Proxy Auto-Configuration (PAC) file can be configured
in Password Reset Windows Application registry settings.
The name of the registry setting enables the proxy via PAC file is UseProxyAutoConfigScript. The PAC script location (URL) can be provided in the ProxyServer setting. The reference
configuration is provided as shown in the following image:

## Registry setting to configure proxy via PAC {#win-pac-file-with-registry-setting__section_rkg_hnw_25b}

* ProxyEnable -- \<true\>Enables the proxy on application level.

* ProxyServer -- \<PAC file URL\>Initialize the PAC file location here.

* UseProxyAutoConfigScript -- \<true\>If set to true, it indicates that the address
  provided in the ProxyServer registry setting is PAC
  script.

{#win-pac-file-with-registry-setting__ul_on3_jnw_25b}

## How it works {#win-pac-file-with-registry-setting__section_ogf_vnw_25b}

The PAC file provided in the ProxyServer registry setting is used to
get the actual target proxy server address for a URL (In this case, the ServiceNow instance) based on the PAC file script configuration. The PAC
file script must return a valid Proxy server address for a provided ServiceNow URL to make the application work.  
The target proxy address is cached for a URL in the machine. The caching behavior is applicable for the browsers as well. The ServiceNow® Password Reset Windows Application behaves the same as the Internet Explorer browser. That is, if the URL is accessible via a browser, then it's accessible via the app as well.  
Hinweis:  
It is not necessary to configure the proxy setting in Internet Explorer as the APP is reading the PAC file script via a registry.

