If you’ve been using Windows 10 for a time, you’re probably aware that it has more app support than any other desktop OS. On Windows 10, you’ll find programmes for a variety of purposes.
We’ve already posted a list of the most useful Windows 10 programmes on techviral.
The list will assist you in selecting the best app from among the many available. When using Windows 10, we occasionally want to open many programmes with a single click.
We open multiple programmes at once even when we initially log in to our Windows 10 PC. What if I told you that you could open all of your favourite programmes with only a double-click?
In this post, we’ll show you how to launch multiple apps at the same time on the Windows 10 operating system. So, let’s get this party started.
Steps to Launch Multiple Apps At Once on Windows 10
To run multiple apps at the same time, we must first build a batch file. The path to the programmes you want to open will be in the batch file. Take a look at the basic methods outlined below.
Step 1: To begin, look for the application you wish to add in the batch file. Select Open File Location from the context menu when you right-click on the app.
Step 2: This will take you to the program’s installation folder. Select Properties from the shortcut’s right-click menu.
Step 3: Copy the Target field from the properties. To copy the value of this field, press CTRL+C.
Step 4: Now, on your computer, open a notepad file and paste the code below into it.
off @echo
start FILE with cd “PATH”
exit
Important: Replace ‘PATH’ with the location of your programme. After that, you must change FILE with the name of the executable file.
Step 5: The whole command would be as follows:
off @echo
start Lightshot.exe from “C:Program Files (x86)SkillbrainslightshotLightshot.exe” cd “C:Program Files (x86)SkillbrainslightshotLightshot.exe”
exit
Step 6: You can expand the batch file with new programmes. You’ll need to use the identical code for all of your other apps to do this. For instance, I’d like to launch both Lightshot and Avidemux at the same time. As a result, the code would be as follows:
off @echo
start Lightshot.exe from “C:Program Files (x86)SkillbrainslightshotLightshot.exe” cd “C:Program Files (x86)SkillbrainslightshotLightshot.exe”
the cd “Avidemux 2.7 VC++ 64bits C:Program FilesAvidemux
avidemux.exe is a programme that allows you to watch movies on your computer “launch avidemux.exe
exit
Step 7: On your Notepad, go to the File menu and select the Save As option.
Step 8: Now it’s time to name the batch file. You can call the batch file whatever you like; just remember to include the ‘.bat’ at the end. Applaunch.bat, for example.
That concludes our discussion. You’ve completed your task. Double-click the.bat file whenever you want to launch your favourite apps.
So, in this article, we’ll show you how to run multiple apps at the same time on Windows 10. I hope you found this material useful! Please pass it on to your friends as well. If you have any questions, please leave them in the comments section below.