Chrome更改缓存路径

根据需要可修改注册表如下四处:


HKEY_CLASSES_ROOT\http\shell\open\command
HKEY_CLASSES_ROOT\https\shell\open\command
HKEY_CLASSES_ROOT\ChromeHTML\shell\open\command
HKEY_CLASSES_ROOT\ftp\shell\open\command

在"chrome路径" -- "%1"中插入你的参数, 如:
"chrome路径" --user-data-dir="R:\User Data" -- "%1"


"D:\GP\chrome\chrome.exe" --user-data-dir="d:\gp\chrome_userData"  --disk-cache-dir="R:\TEMP\Chrome"  --disk-cache-size=800000000  "%1"

你可能感兴趣的:(shell,command,chrome,user)