注册表添加后缀命令 与 文件夹权限
对注册表文件打开方式添加后缀命令
- 位置
1
计算机\HKEY_CLASSES_ROOT\ChromeHTML\shell\open\command
- 如果打开mht文件提示,则需要改这里
1
计算机\HKEY_CLASSES_ROOT\mhtmlfile\shell\opennew\command
- 添加
1
"D:\Program Files\Google\Chrome\Application\chrome.exe" --disable-background-networking -- "%1"

禁止下载更新安装包
- 位置
1
C:\Users\Administrator\AppData\Local\Google

快捷方式添加后缀命令
1
--disable-background-networking
