Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

default_browser_win10

Set default browser in Windows 10

There is no API or script to set default browser in Windows 10.
One possible solution is to utilize GPO (Group Policy Object), but it is usually forbidden in company.
Currently the only way is to open system settting and set the default browser.

This app provides a button in GUI. After clicking the button, the system setttings will show and the app will pick the default browser as you specifed in the config file.

    <!--The integer in desiredBrowerIndex should be the index of desired web browser in Default apps -->
    <!--The string in desiredBrowerIndex should be one of the followings-->
    <!--InternetExplorer, Firefox, Chrome, Opera, Safari, Edge-->
    <add key="desiredBrowerIndex" value="3,Chrome"/>

applicationframehost_2017-04-28_11-33-50

About

Set default browser in Windows 10

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages