https://productforums.google.com/forum/#!topic/chrome/9bqidhQLwHg
directorio:
- Windows XP:
%USERPROFILE%\Local Settings\Application Data\Google\Chrome\User Data\ - Windows Vista/ Windows 7/ Windows 8:
%LOCALAPPDATA%\Google\Chrome\User Data\
C:\path-to-chrome-executable\chrome.exe --user-data-dir=c:\some-directory-here
The default profile is here on Windows XP:
C:\Documents and Settings\bob\Local Settings\Application Data\Google\Chrome\User Data\Default
You can copy the content of that Default folder into lets say C:\Profiles\bob
Now to use this profile with Chrome, create a shortcut to this address:
Of course replace bob with your windows username.
C:\Documents and Settings\bob\Local Settings\Application Data\Google\Chrome\User Data\Default
You can copy the content of that Default folder into lets say C:\Profiles\bob
Now to use this profile with Chrome, create a shortcut to this address:
"C:\Documents and Settings\bob\Local Settings\Application Data\Google\Chrome\Application\chrome.exe" --user-data-dir="C:\Profiles\ bob"
Of course replace bob with your windows username.