From 9f976bf402128d30a7dc0c66f313364c3a88c237 Mon Sep 17 00:00:00 2001 From: dmki Date: Mon, 9 Oct 2023 17:48:46 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca5f613..ba0603b 100644 --- a/README.md +++ b/README.md @@ -1 +1,21 @@ -# BrowserSelector \ No newline at end of file +# BrowserSelector + +Initially a fork of https://github.com/DanTup/BrowserSelector, it was improved to support various scenarios: + +* Require VPN for particular websites +* Ignore particular addresses (null browser) +* Loading .wlt files +* Automatic finding of browser(s), if you transfer tool to another computer with different paths + +# Setting Up +Grab the latest release and extract to a folder somewhere on your PC. +Open the BrowserSelector.ini file and customise paths to your browsers and domain patterns (see below). +Run BrowserSelector.exe to register the tool in Windows as a web browser. +Open the "Choose a default browser" screen in Windows (you can simply search for "default browser" from the start screen). +Select BrowserSelector as the default browser. +So far, it has been tested on the following: + +Windows 7 +Windows 8.1 +Windows 10 (all editions) +Windows Server 2016 - 2022 From 74b1b3f821109ca5d56d6daa68f0640fe529565b Mon Sep 17 00:00:00 2001 From: dmki Date: Mon, 9 Oct 2023 17:56:36 +0100 Subject: [PATCH 2/2] Update README.md