Forcing New Browser Window when clicking on web link in an email (Outlook Desktop App)?

Just wondering if there is a registry hack or some other easy way I can get Outlook Desktop app (2016, 2019, 365, etc.) to open a new web browser window (instead of a new tab in an existing window) when I click a hyperlink in an email? I'm using Chrome as my default browser although probably switching to Edge shortly, although hopefully any registry edit or other change will work on whatever I use as my default browser.

Thanks!


In my opnion, it may be related to the browse settings. According to my experience in Chrome, we could set the register like below to meet it:

Location: Computer\HKEY_CLASSES_ROOT\ChromeHTML\shell\open\command

Value : Default

change the value data to:

"C:\Program Files\Google\Chrome\Application\chrome.exe"  --new-window "%1"