According to studies, the average rate of browsing the sites by the average user is more than dozens of web pages and internet sites on an almost daily basis. By studying, as well as for work purposes, downloading files, viewing content ... etc., and logically, the process of searching all of these sites daily and with the same links may seem a little tiring, which will definitely make you look for a way to help you browse all of them at once without the need to click On one website after another, and in the professional blog, we have shared some articles that include smart methods and tricks that allow you to quickly access your favorite webpages, such as installing service links in the taskbar, or opening websites via the CMD command prompt..etc, and today we will present You have another great way that will allow you to open a group of websites using a desktop shortcut only. Yes, if you are running Windows 10, you can browse several sites quickly at the same time, thus saving you some time.
First, you right-click the computer's mouse button in an empty space on the desktop and then choose New <Text Document
Then you paste this code in the writing box for the file.
echo off @
start https://www.google.com
start https://www.facebook.com
You may notice the addresses of the sites that you see above, you can change them with all your favorite sites that you intend to browse, no matter how many, through this code, and after completion you save the file with the .bat extension. For example: test.bat
Depending on the path you saved the file to, you will find it like this.
Once you click on it, all the websites that you previously entered will be opened once through the default browser of your computer as you can see in the picture
You can change the default browser in which you intend to open the sites in the code by specifying it as in this line of code, and if you choose Microsoft Edge browser, you enter it in this way:
echo off @
start microsoft-edge https://www.google.com
start microsoft-edge https://www.facebook.com
save the file with the .bat extension