Hit Subscribe!

Don’t Be a Noob, Subscribe Already!

How-To

How to Launch Multiple Apps At Once on Windows

When we first login to our Windows PC, we open several programs at once. What if I told you that you can open all your most used applications with just a double click?

To launch multiple apps at once, we first need to create a batch file. The batch file will contain the path of the apps that you want to open. Follow some of the simple steps shared below.

Launch Multiple Apps At Once on Windows

This batch file allows you to launch as many apps as you want. However, please note that this script may not work on every build of Windows 10/11.

1. First of all, search for the application that you want to include in the batch file. Right-click on the app and select Open File Location.

Open File LocationOpen File Location

2. This will open the folder where the program has been installed. Right-click on the shortcut and select Properties.

PropertiesProperties

3. On the properties, copy the Target field. Press CTRL+C to copy the value of this field.

copy the Target fieldcopy the Target field

4. Now open a notepad file on your system and paste the code given below.

@echo off

cd "PATH"
start FILE

exit

Important: You need to replace PATH with the path to your app. Next, you need to replace FILE with the executable file name.

@echo off

cd "C:Program Files (x86)SkillbrainslightshotLightshot.exe"
start Lightshot.exe

exit

echo off lightshotecho off lightshot

6. You can add more programs to the batch file. You need to use the same code for all your other apps. For example, I want to launch Lightshot and Avidemux at once. So, the code would look like

@echo off

cd "C:Program Files (x86)SkillbrainslightshotLightshot.exe"
start Lightshot.exe

cd "C:Program FilesAvidemux 2.7 VC++ 64bitsavidemux.exe"
start avidemux.exe

exit

echo off program nameecho off program name

7. Now click on the File menu on your Notepad and select the Save As button.

Save As buttonSave As button

8. Now, you need to give the batch file a name. You can name the batch file anything; make sure to add the ‘.bat’ at the end of the file. For example, Applaunch.bat

Applaunch.batApplaunch.bat

Now, whenever you wish to launch your favorite apps, double click on the .bat file.

lick on the .bat filelick on the .bat file

This guide explains how to launch multiple apps at once on Windows. I hope this article helped you! Please share it with your friends. If you have any doubts, let us know in the comment box below.

Source

 

Hey there! Just so you know, we’re an Amazon affiliate. This means if you buy something through our links, we may earn a small commission. It doesn’t cost you extra and helps keep our lights on. Thanks for supporting us!”

Avatar

Geeks Gadgets

About Author

Leave a comment

Your email address will not be published. Required fields are marked *

Productivity & Shortcuts

xbox parental control settings
How-To

How to set up parental controls on your Xbox Series X|S

Set parental controls for your children and have peace of mind when they’re gaming
image of laptop displaying the windows 11 2020 update on office desk
How-To

How to roll back Windows updates

We’ll show you how to roll back Windows updates in several ways.

Add A Knowledge Base Question !

You will receive an email when your question will be answered.

+ = Verify Human or Spambot ?