Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Batch - Default Browser?

Tags:

Is there a way for using a batch file to find the default browser on my computer?

like image 348
user377419 Avatar asked Sep 10 '10 13:09

user377419


People also ask

How do I set multiple browsers as default?

Navigate to the "Default apps" screen and scroll down. Near the bottom of the screen, you'll see Microsoft Edge under the “Web browser” listing. Click the Microsoft Edge icon and you'll see a pop-up with a list of your installed browsers. Select a different browser to be your default.

How do I change my default browser in CMD?

The Short Answer: Use the SetDefaultBrowser tool made by Christoph Kolbicz. Run it once with no command-line options to see your browsers. Then run something like SetDefaultBrowser.exe HKLM FIREFOX. EXE to switch to Firefox, or SetDefaultBrowser.exe HKLM "Google Chrome" to switch to Chrome.

How do I set multiple default browsers in Windows 10?

Select the Start button, and then type Default apps. In the search results, select Default apps. Under Web browser, select the browser currently listed, and then select Microsoft Edge or another browser.


1 Answers

Simply use

start www.google.com

See here

like image 120
bubble Avatar answered Oct 02 '22 18:10

bubble