python - How to set program.exe as a default browser in Windows 10? -
i need set program.exe
default browser in windows 10
. can't find way how that. regedit
.
please give advice how that?
thanks!
i assume register default handler of http & https progids? take care of before windows vista.
you should register default program noted in "becoming default browser" section, display notification on newer versions of windows.
the file type , uri association model changed in windows 8:
apps no longer able programmatically set default handler file type or uri. instead, user controls default handler file type or uri scheme.
in windows vista windows 8 can call iapplicationassociationregistrationui::launchadvancedassociationui
, let user pick application default. in windows 10 api has been restricted , tells user manually perform steps in settings app.
if no application registered specific type become default never case browsers.
the windows 10 changes announced here.
Comments
Post a Comment