To have multiple profiles you need to follow the following steps:
- Create a folder where the new profile can be stored, in this example i will use c:/MyProfile
- Go to the installation folder of Google Chrome (Where is Google Chrome installed on my system?)
- Start Chrome with the following command line arguments:
chrome chrome.exe --user-data-dir="c:/MyProfile" -first-run
- Now Google Chrome has created a new profile, now create a link on your desktop or somewhere else with the same arguments except remove the -first-run argument.
|