open multiple profiles of chrome using cmd at once
To open Multiple profiles follow below procedure
- Create a new text file
- change its extention to bat ie opener.bat
- change its content as
@echo off start chrome --profile-directory="Profile 41" start chrome --profile-directory="Profile 42" - save file
- double click to open it
- It will open two chrome instance with profile 41, 42
- To check profile number open below link in chrome
chrome://version/