I use two shortcuts to start Chrome with different profiles, so I have:
Code:
C:\Users\Me\AppData\Local\Google\Chrome\Application\chrome.exe --user-data-dir="C:\Users\Me\Chrome_Profile_1"
and
Code:
C:\Users\Me\AppData\Local\Google\Chrome\Application\chrome.exe --user-data-dir="C:\Users\Me\Chrome_Profile_2"
The problem is I can't pin both shortcuts to the start menu. They are treated as if they are the same (I guess it's because the executable is the same, and the extra arguments are ignored).
What can I do?
Thanks,
Dave