1
0 Comments

What is the simplest method to launch various Chrome profiles simultaneously via the Windows command line? For instance, if I enter “open 43, 41, 1” (where the numbers represent the –profile-directory), would this command run the requested task?

start chrome --profile-directory="Profile 43" && start chrome --profile-directory="Profile 41" && start chrome --profile-directory="Profile 1"

Askify Moderator Edited question April 27, 2023