Skip to content

sflesch/SearchWithMyBrowser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SearchWithMyBrowser

Since April 28th, Cortana opens searches only in Microsoft Edge to prevent users from using another search engine than Bing.
SearchWithMyBrowser is a little utility that associates itself with the microsoft-edge: protocol, used by Cortana to open Edge. After parsing the request to make sure it's a valid URL, it will redirect it to your default browser.

Donating

If you like my work, you are more than welcome to donate.

Installing the program

Go to the releases section to download the latest version. Once downloaded, run the installer and follow the instructions.
If for any particular reason you need to test the executable you builded yourself, you can either make the same registry entries than the installer or just overwrite the file created by the installer.

Building the program

First, make sure you have the latest release of Inno Setup installed in the default location if you want to build the installer.
To build the whole project, run the Make.cmd file at the root of the repository. You can also build subcomponents by running the Make.cmd file present in their subfolder.

Boring legal stuff

Copyright © 2017 Charles Milette charles.milette@gmail.com
This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the LICENSE file for more details.

Some assets used where designed by my friend dAKirby. See his other icons here.

About

Open Cortana searches with your default browser.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Inno Setup 69.6%
  • C# 15.5%
  • Batchfile 14.9%