I have a program launching a website via the following command.
cmd \"start /max http://url.com\"
When launching a website via this method
To open a URL with the default browser, you can execute:
rundll32 url.dll,FileProtocolHandler https://www.google.com
I had issues with URL parameters with the other solutions. However, this one seemed to work correctly.