크롬 실행시 정해주는 방법
C:\path-to-chrome-executable\chrome.exe --user-data-dir=c:\some-directory-here
Windows 7 명령프롬프트에서 mklink라는 명령으로 정해주는 방법
mklink /J "C:\Users\{username}\AppData\Local\Google\Chrome\User Data" "D:\Chrome Cache and Profile\User Data"
C:\path-to-chrome-executable\chrome.exe --user-data-dir=c:\some-directory-here
mklink /J "C:\Users\{username}\AppData\Local\Google\Chrome\User Data" "D:\Chrome Cache and Profile\User Data"