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

12 ways to quickly access Settings on Windows 10

12 ways to quickly access Settings on Windows 10

On Windows 10, Microsoft integrated a new application called Settings. This Settings application is a Metro application created by Microsoft to replace the classic Control Panel application.

List of useful Alt shortcuts to insert special characters in Windows

List of useful Alt shortcuts to insert special characters in Windows

Simply hold down the Alt key and type the corresponding number to insert a special character. If you have memorized the code of your favorite special character, you can insert it in less than a second.

Instructions for sharing files using Nearby Sharing Windows 11

Instructions for sharing files using Nearby Sharing Windows 11

Nearby Sharing Windows 11 is a built-in sharing feature on your computer that lets you send files or web pages directly to others.

How to fix IRQL NOT LESS OR EQUAL error on Windows

How to fix IRQL NOT LESS OR EQUAL error on Windows

The IRQL NOT LESS OR EQUAL error is a memory-related error that typically occurs when a system process or driver attempts to access a memory address without proper access permissions.

Turn off Windows Defender (Windows Security) on Windows 10, Windows 11

Turn off Windows Defender (Windows Security) on Windows 10, Windows 11

How to completely disable Windows Defender on Windows 10? There are several ways to disable Windows Defender on Windows 10, please see the detailed instructions below.

How to use IE Mode to replace the recently discontinued Internet Explorer

How to use IE Mode to replace the recently discontinued Internet Explorer

From Windows 11, Internet Explorer will be removed. In this article, WebTech360 will guide you how to use Internet Explorer on Windows 11.

Repair Windows without losing data with just one USB

Repair Windows without losing data with just one USB

If your computer is having problems that prevent it from booting, such as a constant blue screen of death (BSoD), there is still hope. Grab a USB and this article will show you how to fix it.

Guide to automating Windows maintenance using Task Scheduler

Guide to automating Windows maintenance using Task Scheduler

With the Task Scheduler built into Windows, you can automate everything from daily cleaning to launching your favorite apps at startup.

9 Windows Features You Should Turn On By Default

9 Windows Features You Should Turn On By Default

Windows comes with a lot of useful features that are hidden or disabled by default, although they are good enough to be enabled on first launch.

How to fix “Well Need Your Current Windows Password” error on Windows 10/11

How to fix “Well Need Your Current Windows Password” error on Windows 10/11

Are you getting the “We'll need your current Windows password one last time” error? This annoying pop-up can prevent you from getting things done.

Quickly fix Unmountable Boot Volume error on Windows 10/11

Quickly fix Unmountable Boot Volume error on Windows 10/11

The Unmountable Boot Volume error occurs due to some installed software conflicting with the operating system or due to the computer suddenly shutting down,... In the article below, WebTech360 will guide you through some ways to fix this error.

How to Fix Clipboard History Error in Windows 11 Latest Update

How to Fix Clipboard History Error in Windows 11 Latest Update

If you use Clipboard History to store data for later use, there is a small chance that the data will remain empty no matter what you try.

How to remove Copilot and other AI features in Windows

How to remove Copilot and other AI features in Windows

If you don't care about having extra bloatware on your system, there are ways to remove or disable Windows Copilot on Windows 11.

Why is the laptop battery percentage estimate never accurate?

Why is the laptop battery percentage estimate never accurate?

Most laptop users have encountered a situation where Windows shows 2 hours of battery life left, then five minutes later it jumps to 5 hours or even 1 hour. Why does this time jump around like that?

10 Windows 11 settings to maximize laptop battery life

10 Windows 11 settings to maximize laptop battery life

Laptop batteries degrade over time and lose capacity, resulting in less battery life. But after tweaking some deeper Windows 11 settings, you should see a significant improvement in battery life.