How to open multiple programs with one shortcut on Windows 10

You can actually open multiple programs at once with a single shortcut. Below is how to use a shortcut to open many applications on Windows 10 .

How to open multiple programs with one shortcut on Windows 10

1. Gather all the paths to the software you want to open into Notepad

Just find that application's shortcut, right-click on it and select Properties . Target is the item we are looking for. But we will divide it into Start in and executable file.

How to open multiple programs with one shortcut on Windows 10

Next, copy the content in that field and paste it into a blank Notepad window. Do the same with other software you want to open with a common shortcut.

2. Create Batch file

Open the Notepad file you just copied the links to the software above and adjust it like the example below:

@echo off
cd "C:\Program Files (x86)\Dropbox\Client\"
start Dropbox.exe
cd "C:\Program Files\Notepad++\"
start notepad++.exe
Exit

Here is an example of a complete batch file script. It will open Dropbox and Notepad++ at the same time. You can change them with a link to the software you want to open.

Detailed analysis of components in the script:

@echo off

This element separates the command shown in the command prompt that is used to run the batch file.

cd "C:\Program Files\Notepad++\"

Path to the software folder.

start notepad++.exe

Open the software run file in the above folder. Note, some programs like Dropbox need a specific destination, such as the /home directory . You will also see it in Properties .

Exit

Exit the program.

In Notepad, save this file (Make sure Save as type to All Files ) in .bat format . Note down the path to save the file because you will need it in the next step.

How to open multiple programs with one shortcut on Windows 10

3. Create a shortcut and point it to the Batch file

Now you can use batch files to open programs, but why not break it up a bit? If you want to use a custom file icon for batch files, you should use a shortcut.

Right-click on the desktop and select New > Shortcut . Choose a location, ideally coinciding with the batch file. Click Next . Then, enter the shortcut name and click Finish .

Now right-click on the new shortcut file, select Properties , update the Target field to point to the batch file. Click Apply and OK to save changes & exit.

How to open multiple programs with one shortcut on Windows 10

4. Customize the Shortcut icon

This step is optional. If you choose to ignore it, you will use the same Windows icon for the created batch file shortcut. If you plan to create multiple shortcuts, you should assign unique icons to each shortcut.

Right-click on the shortcut file, click the Shortcut tab > click the Change Icon button . Windows will check for an icon for the batch file and will come up with no results. That's okay. You just need to click OK .

You can now select an icon from the Change Icon menu . Click OK to confirm your selection, then click OK again to close the shortcut properties.

How to open multiple programs with one shortcut on Windows 10

5. Open the batch file from the shortcut

Now double click on the shortcut icon on your computer. You'll see a command prompt window briefly open, then close, then the applications you selected will open.

If all is in order, move your shortcut to a convenient location. For example, you can pin it to the Start menu or Quick Access ; Both options are visible in the shortcut's right-click menu.

Finally, don't forget to delete shortcuts that are no longer needed on the desktop.

Above is how to open many software with one shortcut on Windows. Hope the article is useful to you.

Sign up and earn $1000 a day ⋙

Leave a Comment

Enable or disable the built-in Administrator account on Windows

Enable or disable the built-in Administrator account on Windows

Windows 10/11 includes a hidden Administrator account that you can use to manage all the important data on your computer. Let's see how to enable or disable the built-in Administrator account on Windows 10/11!

Instructions to fix System Service Exception error on Windows

Instructions to fix System Service Exception error on Windows

System Service Exception or SYSTEM_SERVICE_EXCEPTION is one of the BSOD errors (blue screen of death errors). System Service Exceptions errors occur quite commonly and continuously.

Recover Deleted Data with Recuva Portable in Windows 7

Recover Deleted Data with Recuva Portable in Windows 7

In the following article, we will present the basic operations to recover deleted data in Windows 7 with the support tool Recuva Portable. With Recuva Portable, you can store it in any convenient USB, and use it whenever needed. The tool is compact, simple, easy to use with some of the following features:

How to delete duplicate files to save computer memory using CCleaner

How to delete duplicate files to save computer memory using CCleaner

CCleaner scans for duplicate files in just a few minutes, then lets you decide which ones are safe to delete.

10 Windows Settings You Should Never Leave as Default

10 Windows Settings You Should Never Leave as Default

Windows doesn't come with security set up by default, which means there are some default settings you need to change.

How to Download, Update, and Troubleshoot USB Drivers on Windows 10

How to Download, Update, and Troubleshoot USB Drivers on Windows 10

USB devices have become indispensable in everyday life, allowing us to connect a wide variety of essential hardware to our PCs.

How to Lock Guest Wi-Fi Network So No One Can Spy

How to Lock Guest Wi-Fi Network So No One Can Spy

If you properly lock down your guest Wi-Fi network, you can share your Internet connection with any visitors without sharing any other information.

Lost Admin rights on Windows 10, heres how to fix it

Lost Admin rights on Windows 10, heres how to fix it

For some reason, your Windows 10 computer lost Admin rights, every time you open an application on the screen you receive an error message. So how to restore lost Admin rights, please refer to the article below of WebTech360.

3 ways to turn off Windows 11 firewall

3 ways to turn off Windows 11 firewall

In this article, WebTech360 will guide you how to turn off the firewall on Windows 11.

Windows 11 22H2: Moment 1 update with many notable features

Windows 11 22H2: Moment 1 update with many notable features

After a long wait, the first major update of Windows 11 has officially been released.

How to fix Unhandled Exception Has Occurred error on Windows 10

How to fix Unhandled Exception Has Occurred error on Windows 10

The Unhandled exception has occurred error is not related to a specific application, making it more difficult to resolve. This article will guide you through some ways to fix the Unhandled exception has occurred error on Windows 10.

9 Ways to Convert MOV Files to MP4

9 Ways to Convert MOV Files to MP4

These days, most PCs and Apple devices can handle both MOV and MP4 files, at least to some extent. However, the need to convert MOV video files to MP4 files has not diminished.

What is end-to-end encryption? How does it work?

What is end-to-end encryption? How does it work?

Recognizing this need, major online messaging services use a technique called end-to-end encryption, to secure and protect users' conversations.

How to set different wallpapers on each monitor Windows 10/11

How to set different wallpapers on each monitor Windows 10/11

Setting up multiple monitors on Windows is quite simple and only takes a few minutes to do. After setting up multi-monitor mode (multiple screens), you can set up separate wallpapers for each screen. To do this, please refer to the article below from WebTech360.

How to use Command Prompt, how to use cmd on Windows

How to use Command Prompt, how to use cmd on Windows

Hidden deep within Windows is a world of command lines that few people know about. In this article, we will guide you on how to fix errors and make your computer more secure using the cmd command line tool.