This tutorial video will show you step by step how to create a single desktop shortcut to open multiple websites or webpages in Windows 11. /create-a-desktop-shortcut-to-open-multiple-web-pages/
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. Notepad is included with Windows 11. 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
start /t/windows/
start /t/android/
start /t/linux/
start /t/internet/