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

How to update graphics drivers in Windows 10 and 11

How to update graphics drivers in Windows 10 and 11

Updating your graphics card driver to the latest version can help fix issues with screen resolution, games, and your computer's overall graphics performance.

Learn about the nature of UAC in Windows and how to use this setting to control Windows user permissions

Learn about the nature of UAC in Windows and how to use this setting to control Windows user permissions

In the following article, Quantrimang.com will go into the specific details of what UAC is, how UAC works, and the benefits of enabling this feature in any version of Windows.

Useful Tips to Never Run Out of Windows Storage Space

Useful Tips to Never Run Out of Windows Storage Space

Constant low storage notifications can drive you crazy, so start implementing smart habits to make sure you never run out of storage!

Enable GodMode on Windows 10, 8 and 7

Enable GodMode on Windows 10, 8 and 7

GodeMode is called Shortcut Windows Master Control Panel. GodMode (or God Mode) is a control panel, allowing you to set up and access everything on your Windows operating system.

How to turn off location request notifications on Windows 11

How to turn off location request notifications on Windows 11

Starting with Windows 11 build 25977, Microsoft has added an option to turn off location request notifications to help you manage which apps have location access.

Windows 11 updates silently create a mysterious folder on the C drive

Windows 11 updates silently create a mysterious folder on the C drive

The April security updates for Windows 11 silently created a new empty folder on the C drive.

How to delete the Learn More About This Picture icon Windows 11

How to delete the Learn More About This Picture icon Windows 11

The Spotlight wallpaper on the Windows 11 desktop and lock screen has an annoying “Learn More About This Picture” icon. Here is a guide to remove the “Learn More About This Picture” Windows 11 icon.

9 ways to open Apps & Features tool on Windows 11

9 ways to open Apps & Features tool on Windows 11

The Apps & Features control panel is the settings equivalent to the Programs and Features tool from the Control Panel.

How to display Libraries folder on Windows 11

How to display Libraries folder on Windows 11

The Libraries folder in Windows 11 is hidden in the File Explorer interface, but you can easily show it again with just a few taps.

How to fix high memory usage issue on Microsoft Edge

How to fix high memory usage issue on Microsoft Edge

Are you getting a High Memory Usage Detected warning while browsing on Microsoft Edge? It means that some browser processes are using too much memory (RAM).

How to set up speech recognition in Windows

How to set up speech recognition in Windows

Follow these steps to set up speech recognition on your Windows laptop or PC.

Restore hidden folders in Windows when infected with virus

Restore hidden folders in Windows when infected with virus

In many cases, it is usually due to virus attacks that the hidden folders of the system cannot be displayed even after activating the “Show hidden files and folders” option in Folder Options. Some of the following methods will help to handle this problem.

3 ways to turn off Windows 10 firewall

3 ways to turn off Windows 10 firewall

Sometimes you still need to turn off the firewall to perform certain functions. The 3 ways to turn off the Win 10 firewall below will help you in such situations.

How to add Shutdown desktop shortcut in Windows 11

How to add Shutdown desktop shortcut in Windows 11

If you're looking for a quicker method, here's how to add a dedicated shutdown shortcut to your Windows 11 desktop or taskbar.

How to add JPEG XL support in Windows 11

How to add JPEG XL support in Windows 11

Windows 11 doesn't support the JPEG X image format by default, but you can install an add-on that does. Here's how to add JPEG XL support in Windows 11.