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

Instructions to fix the error “Network path was not found” in Windows

Instructions to fix the error “Network path was not found” in Windows

When a computer, mobile device, or printer tries to connect to a Microsoft Windows computer over a network, for example, the error message network path was not found — Error 0x80070035 may appear.

How to block Internet connection of Windows 10 software and applications

How to block Internet connection of Windows 10 software and applications

We can block Internet access for any application or software on the computer, while other programs can still access the network. The following article will guide readers on how to disable Internet access for software and applications on Windows.

How to Stay Safe on Windows 10 Until 2030

How to Stay Safe on Windows 10 Until 2030

Instead of paying $30 for a year of security updates, keep Windows 10 safe until 2030 with this simple solution.

Windows Startup Tips That Will Save You From Dangerous Malware

Windows Startup Tips That Will Save You From Dangerous Malware

When it comes to Windows, it’s always helpful to know a few tricks for when your computer starts to crash. Many people have recently encountered a similar situation, and have restarted their computers with this super simple trick.

Using CMD to Delete Large Folders on Windows

Using CMD to Delete Large Folders on Windows

Large folders on the system are one of the culprits that eat up a lot of system space. Many folders that you create, after deleting them, will come back after a while. Maybe those are junk folders that you try to remove them.

11 Ways to Open Recycle Bin on Windows

11 Ways to Open Recycle Bin on Windows

This guide will help you answer the question Where is the Recycle Bin in Windows 10? and let you choose the most comfortable way to reach the Windows 10 Recycle Bin location:

How to reset Windows Security settings on Windows

How to reset Windows Security settings on Windows

On Windows, sometimes you also need to reset Windows Security settings to default to fix some connection errors, stop working or simply want to return to the original state...

Heres how to check if your IP address is static or dynamic

Heres how to check if your IP address is static or dynamic

To check if the IP address you are using is a dynamic IP address or a static IP address, you can refer to the article below by WebTech360.

Instructions to block automatic driver installation on Windows 11

Instructions to block automatic driver installation on Windows 11

Windows 11 can download drivers for your computer without user intervention, but you don't always want to install drivers automatically to avoid unwanted problems.

How to Run and Stop Clean Boot on Windows 11

How to Run and Stop Clean Boot on Windows 11

Clean Boot is a troubleshooting technique used to start Windows with a basic, essential set of drivers and startup programs.

How to clone Windows hard drive without third party software

How to clone Windows hard drive without third party software

The cloning process involves moving data from one storage device to another (in this case, a hard drive) with an exact copy copied from the destination drive.

How to Disable Fast Startup on Windows

How to Disable Fast Startup on Windows

Fast Startup Windows 11 helps your computer boot faster, but it can also be the reason why your Windows computer doesn't shut down completely.

How to enable cloud storage file search on Windows 11

How to enable cloud storage file search on Windows 11

Search on Windows 11 pulls results not only from files and apps on your computer, but also from cloud storage linked to your Microsoft account.

Coding is not as difficult as you think

Coding is not as difficult as you think

Once you learn and actually try it out for yourself, you will find that encryption is incredibly easy to use and incredibly practical for everyday life.

How to Open Control Panel on Windows 11

How to Open Control Panel on Windows 11

Control Panel still plays a vital role in many of the configuration tasks you need on your new operating system. Here are a few different ways you can access Control Panel on Windows 11.