1.打开谷歌浏览器,输入chrome://version/获取谷歌默认缓存地址
C:\Users\yuguang\AppData\Local\Google\Chrome\User Data\Default
2.将获取的目录打开,找到Cache、Code Cache剪切到想要迁移的目录
3.输入命令行,将谷歌默认地址和迁移地址替换成自己的
Mklink /d "C:\Users\yuguang\AppData\Local\Google\Chrome\User Data\Default\Cache" "D:\LenovoSoftstore\InstallData\GoogleCodeCache"
Mklink /d "C:\Users\yuguang\AppData\Local\Google\Chrome\User Data\Default\Code Cache" "D:\LenovoSoftstore\InstallData\GoogleCodeCache"
出现下面界面表示成功