Category: Tutorials|Aug 26, 2017 | Author: Admin

[Microsoft] Create single desktop shortcut to open multiple web pages in Windows

Share on

It is possible to add several web page shortcuts to the Windows 10 desktop, but that might not be a good idea since it could cause a huge mess when things begin to pile up. So what should computer users do?

It is possible to add several web page shortcuts to the Windows 10 desktop, but that might not be a good idea since it could cause a huge mess when things begin to pile up. So what should computer users do?

Well, we have an idea of how to get this done without downloading a new app. It’s all about creating a batch file though many computer users have no idea how this is done. No need to worry, we’re going to drop it like it’s hot and make it easy to understand.

Create single shortcut to open multiple web pages

First off, the user needs to set up the batch file by opening Notepad. Once the app is open, we require users to add “@echo off” at the top of the document, and then after that, add the start website URL in lines below.

Create-single-shortcut-to-open-multiple-web-pages

We should point out that “website URL” should be the URL of the website. For example, should a user want to open TheWindowsCub, the URL will be www.thewindowsclub.com. Add other websites in the same manner in order to open them at the same time with the batch file.

If you do not specify the browser, the link will open in your default browser in seperate tabs:

@echo off
start www.thewindowsclub.com
start www.bing.com
start www.google.com

In the above case all the three sites will open in your default browser.
If you want the different links to open in different browsers, you can specify the browser as follows:

@echo off
start iexplore www.thewindowsclub.com
start chrome www.bing.com
start firefox www.google.com

Here the three links will open seperately in the browsers specified.

After everything above is done, we now need to save the Notepad file. So click File > Save As. Then users will need to enter a file name; it can be anything, as long as it contains .bat at the end. For this to happen, click the drop-down menu that says “Text Document” and click “All Files.” Rename the file and add the .bat and hit save.

wep-pages-batch-file-2-600x424

Make sure to save to the desktop for quick access.

Once the batch file has been saved to the desktop, just double-click on it to launch all the websites at the same time.

Saving shortcuts to the desktop in this manner is great for saving space, so the desktop doesn’t end up looking like a cluttered mess. Plus, it also saves time, so for folks who have a lot of shortcuts littered on their desktop, we suggest giving this tip a try.

Bear in mind that you can add as many shortcuts to the batch file that you see fit. However, we do not recommend adding too much since it might take a while for all web pages to load, which might cause strain on some computer systems.

Sponsored Ads:

Comments:


Microsoft is ending Edge support on computers without SSE3

Category: Microsoft|May 18, 2024 | Author: Admin

Gratulerer med 17. mai!

Category: General|May 17, 2024 | Author: Admin

Now many can try Android 15

Category: Google|May 16, 2024 | Author: Admin

Apple has released iOS 17.5

Category: Apple|May 15, 2024 | Author: Admin

Toshiba demonstrates 30TB+ HDDs using HAMR and MAMR technologies — customer sampling scheduled for 2025

Category: IT|May 14, 2024 | Author: Admin

Microsoft’s free PC optimizer makes it easier to free up storage space

Category: Microsoft|May 13, 2024 | Author: Admin

Stack Overflow Users Are Revolting Against an OpenAI Deal

Category: IT|May 12, 2024 | Author: Admin

ChatGPT is probably coming to the iPhone

Category: Apple|May 11, 2024 | Author: Admin

April Windows Server updates also cause crashes, reboots

Category: Microsoft|May 10, 2024 | Author: Admin

Apple skin braided after advertising stunt

Category: Apple|May 9, 2024 | Author: Admin

"RTX 5080 coming this fall"

Category: IT|May 8, 2024 | Author: Admin

Sorry, but it will stop on October 14, 2025

Category: Microsoft|May 7, 2024 | Author: Admin

Microsoft announces new security services and features for AI deployments

Category: Microsoft|May 6, 2024 | Author: Admin

Can force Facebook to allow it

Category: IT|May 5, 2024 | Author: Admin

Siri can no longer tell the clock

Category: Apple|May 4, 2024 | Author: Admin
more