If it's possible to detect at runtime that the current platform is bash on Windows, the latest Creators Update allows launching Windows applications from within bash.
See this article.
Running explorer.exe "https://google.com" on bash seems to work - it opens the URL in whichever browser is configured to be the default.
If it's possible to detect at runtime that the current platform is bash on Windows, the latest Creators Update allows launching Windows applications from within bash.
See this article.
Running
explorer.exe "https://google.com"on bash seems to work - it opens the URL in whichever browser is configured to be the default.