How to create a desktop shortcut to open multiple websites in Windows 11

Опубликовано: 27 Ноябрь 2021
на канале: EasyTechGuides
541
4

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/


Смотрите видео How to create a desktop shortcut to open multiple websites in Windows 11 онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь EasyTechGuides 27 Ноябрь 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 541 раз и оно понравилось 4 людям.