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 Access Android Storage on Windows 11

How to Access Android Storage on Windows 11

You can directly access your Android phone's storage in Windows 11 File Explorer via Microsoft's new Cross Device Experience Host.

How to enable or disable Secure Sign-In on Windows 10, Windows 11

How to enable or disable Secure Sign-In on Windows 10, Windows 11

Windows is the most targeted operating system by hackers. Therefore, you should strengthen your PC's defenses to stay safe both online and offline. This article will guide you on how to enable or disable Secure Sign-In in Windows 10.

23 Awesome Screensavers to Protect Your Windows Computer Screen

23 Awesome Screensavers to Protect Your Windows Computer Screen

Screensaver - computer screensaver, which is automatically activated when the computer is not used for a certain period of time. Here are 23 beautiful screensavers for Windows.

Windows 11 will make a much-needed change to the Start menu

Windows 11 will make a much-needed change to the Start menu

The latest change being tested solves one of the most annoying things with Windows 11's Start menu, and hopefully it will actually make it to release.

Completely delete the most stubborn files on Windows

Completely delete the most stubborn files on Windows

When you can't open, edit, or delete a file in Windows File Explorer, the file is still open in a program running in the background or something isn't closing properly.

How to Set Up the Perfect Dual Monitor on Windows with FancyZones

How to Set Up the Perfect Dual Monitor on Windows with FancyZones

If you regularly use multiple monitor setups, FancyZones can be a game changer. This Windows PowerToys utility allows you to completely customize your monitor layout.

How to Use Google Authenticator on Windows PC

How to Use Google Authenticator on Windows PC

Google Authenticator can be useful, but it's frustrating that Google hasn't made an official desktop app yet. However, you can use Google Authenticator on your Windows PC through other means. Let's explore how you can use Google Authenticator on your PC.

How to fix network adapter not found error on Windows 10

How to fix network adapter not found error on Windows 10

Many people have encountered the problem of network adapter disappearing from Device Manager or receiving a missing network adapter message. This article will guide you on how to fix the missing network adapter driver problem on Windows 10.

How to hide/unhide the Taskbar on Windows 11

How to hide/unhide the Taskbar on Windows 11

In Windows 11, the taskbar takes up only a small portion of the display space at the bottom of the screen.

Learning from Apple, Microsoft is also about to have Windows Intelligence

Learning from Apple, Microsoft is also about to have Windows Intelligence

Recently, clues that Microsoft will likely "follow the path" of Apple in the field of artificial intelligence have gradually been revealed.

How to create USB Boot using Command Prompt

How to create USB Boot using Command Prompt

Creating a bootable USB to install Windows is becoming more and more popular, there are many software that help create a bootable USB with just a few clicks. But if you are familiar with Command Prompt, you can use this tool to create a bootable USB without installing additional software.

How to Restore WordPad in Windows 11

How to Restore WordPad in Windows 11

Microsoft is killing off its free rich text editor WordPad at the end of 2023 in an effort to transition users to premium Office apps.

How to Take Scrolling, Long Screenshots in Windows

How to Take Scrolling, Long Screenshots in Windows

This guide shows the best tools for taking long, scrolling screenshots in Windows 11 and Windows 10.

How to Set Windows Photo Viewer as Default Photo Viewer on Windows 11

How to Set Windows Photo Viewer as Default Photo Viewer on Windows 11

Windows Photo Viewer was first released alongside Windows XP and has quickly become one of the most frequently used tools on Windows.

Windows 11 is about to add a system configuration advice section

Windows 11 is about to add a system configuration advice section

The latest previews of Windows 11 that Microsoft released this week include an improved About section in the Settings app, where users can get more information about the hardware inside their computer.