# 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="https://2064684258-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOgDbJ5ZvPk7FwgPBzRqA%2Fuploads%2FC0BSz1OyzR5ZkexXhZkx%2Fimage.png?alt=media&#x26;token=e8bdf4cf-08f6-4cb3-aeb6-b2c5fad910db" 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 %}
