How to create a desktop shortcut to open multiple web pages in Windows 10

3 years ago
4

This tutorial video will show you step by step how to create a single desktop shortcut to open multiple web pages in Windows 10.

This will be a batch script file that allows you to open multiple URLs with a single click or double click in your default web browser.

This shortcut will work for all web browsers, such as Google Chrome, Microsoft Edge, Firefox, Brave, and all other web browsers.

You can create this file using Notepad, which is already built into Windows 10. So you don't need to install an extra program for creating this shortcut.

You can also use Notepad to edit the shortcut when you need to add or remove websites or web pages from it.

Example code:

@echo off
start https://www.easytechguides.com
start https://www.easytechguides.com/t/windows/
start https://www.easytechguides.com/t/android/
start https://www.easytechguides.com/t/linux/
start https://www.easytechguides.com/t/internet/

Loading comments...