This is an old question, but I was still having a problem getting it to work so I did some more research to understand what was happening. The answer from @PrashanthSams is correct, but I was incorrectly adding Default
to the end of the profile path
I found that Chrome appends Default
to the profile path specified in the user-data-dir
. So if your profile path is specified as:
user-data-dir=C:Usersuser_nameAppDataLocalGoogleChromeUser DataDefault
it will append Default
and you will end up at:
C:Usersuser_nameAppDataLocalGoogleChromeUser DataDefaultDefault
which is not the same as the profile that you would get if you opened chrome under that user profile normally.
You can also verify your settings if you open a command prompt, navigate to the chrome executable directory, and run chrome with the options specified similar to this:
chrome.exe --user-data-dir="C:Usersuser_nameAppDataLocalGoogleChromeUser Data"
Finally, you can go to a new tab in Chrome and browse to chrome://version/
you will see the actual profile that is being used. It will be listed like:
Profile Path C:Usersuser_nameAppDataLocalGoogleChromeUser DataDefault
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…