VDA Default Browser Configuration Issue | Host To Client Redirection
book
Article ID: CTX330822
calendar_today
Updated On:
Description
Host To Client Redirection is enabled and, the VDA Default Browser is opening Internet Explorer instead of Edge or Chrome.
The ServerFTAHTML is set up to open Edge or Chrome however, it is always rewritten to open Internet Explorer after VDA reboot.
Resolution
Please, open Registry Editor (VDA Server) and go to "HKEY_CLASSES_ROOT\http\shell\open" and "HKEY_CLASSES_ROOT\https\shell\open", create a new Key "command_backup" and, set up the following configuration for Edge or Chrome:
HTTP
HKEY_CLASSES_ROOT\http\shell\open\command_backup
Value: Default (REG_SZ)
Data: "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" %1 or "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" %1
HTTPs
HKEY_CLASSES_ROOT\https\shell\open\command_backup
Value: Default (REG_SZ)
Data: "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" %1 or "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" %1
*NOTE: Please, reboot the VDA Server to make sure the changes are applied properly.