# Disable DNS rebind pop-up

The Trust1Connector by default will check and see if a DNS rebind issue has been detected or not.

If this is the case it will try to add a line to the `host`file. This file requires administrative rights to update so a pop-up will appear.

This will look like the following in windows.

<figure><img src="/files/cOtZwGB7jScO4n2Gdu2B" alt=""><figcaption></figcaption></figure>

If you want to prevent this from happening you can update the Registry key to disable this

The following table indicates which key must be updated with which value

<table data-full-width="true"><thead><tr><th width="136">Installer type</th><th width="273">Key location</th><th width="162">Key name</th><th>Key value</th></tr></thead><tbody><tr><td>Default</td><td>Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run</td><td>Trust1Connector API</td><td>C:\Users\{YOUR_USERNAME}\AppData\Local\Trust1Connector\t1c-launch.exe --env prod --silent --fix.dns.rebind false</td></tr><tr><td>Standalone</td><td>Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run</td><td>Trust1Connector API</td><td>C:\Users\{YOUR_USERNAME}\AppData\Local\Trust1Connector\t1c-launch.exe --env prod --silent --fix.dns.rebind false</td></tr><tr><td>Admin</td><td>Computer\HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run</td><td>Trust1Connector API</td><td>C:\Program Files\Trust1Connector\t1c-launch.exe --env prod --silent --fix.dns.rebind false</td></tr></tbody></table>

{% hint style="info" %}
A reboot is required for this to take into account
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://t1t.gitbook.io/t1c-js-guide-v3/miscellaneous/troubleshooting/disable-dns-rebind-pop-up.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
