version_chrome_installer.exe 解压后得到 chrome.7z 文件
D:\Toolkit\Chrome\Chrome-bin\chrome.exe --disable-background-networking --user-data-dir="D:\Chrome UserData"
外部调用Chrome修改:
HKEY_CLASSES_ROOT\ChromeHTML\shell\open\command
HKEY_CLASSES_ROOT\ftp\shell\open\command
HKEY_CLASSES_ROOT\http\shell\open\command
HKEY_CLASSES_ROOT\https\shell\open\command
将 chrome.exe %1
改为 chrome.exe --disable-background-networking --user-data-dir="D:\Chrome UserData" %1
原文:https://www.cnblogs.com/Tty725/p/12048186.html