Registry key for Edge browser for preventing opening up of multiple tabs

AjithThomas

New member
Nov 27, 2015
3
0
0
What should be the registry settings of MicroSoft Egde browser for preventing the browser in opening multiple tabs. The browser should open a new link in existing tab instead of opening a new tab each time.

Regards,
Ajith
 
Currently we are launching a VC ++ desktop application from edge browser based on the MIME type of HTTP response.
Once the application is launched and user clicks on cancle button of VC++ application the (cancel) redirect URL is getting opened in a new TAB.

We want to prevent opening up of a new tab each time when the redirection occurs.

In IE 10/11 we have a registry key ShortcutBehavior. The value in this key is used by IE to determine whether the redirect URL should be opened in a new TAB or currently opened TAB.

Are there any similar registry key settings in Edge browser

Regards,
Ajith