Disable DNS rebind pop-up
Last updated
Last updated
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.
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
Default
Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
Trust1Connector API
C:\Users\{YOUR_USERNAME}\AppData\Local\Trust1Connector\t1c-launch.exe --env prod --silent --fix.dns.rebind false
Standalone
Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
Trust1Connector API
C:\Users\{YOUR_USERNAME}\AppData\Local\Trust1Connector\t1c-launch.exe --env prod --silent --fix.dns.rebind false
Admin
Computer\HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
Trust1Connector API
C:\Program Files\Trust1Connector\t1c-launch.exe --env prod --silent --fix.dns.rebind false
A reboot is required for this to take into account