此计算机很快就不会再收到 Google Chrome 更新,因为 Windows XP 和 Windows Vista 将不再受支持。
This computer will soon stop receiving Google Chrome updates because Windows XP and Windows Vista will no longer be supported.
Google Chrome 早在2013年就宣布不再支持 Windows XP/Vista,现在终于来真的了,在XP、Vista等老版本的Windows操作系统上面使用新版本的Google Chrome,会在地址栏下面出现黄色的警告内容:“此计算机很快就不会再收到 Google Chrome 更新,因为 Windows XP 和 Windows Vista 将不再受支持。”,英文版本对应的警告内容为“This computer will soon stop receiving Google Chrome updates because Windows XP and Windows Vista will no longer be supported.”
要解决这个问题,需要为 Google Chrome 添加一个新的启动参数:--disable-infobars,添加该参数后,Google Chrome 不会再向用户发送黄色警告信息,“此网站使用的插件(xxxxxxx)不受支持”,英文“This site uses a plugin (xxxxxxxxxxxxx) that is unsupported.”之类的警告信息也不会出现在地址栏下方
完整的Google Chrome启动参数举例
- --user-data-dir=profile --no-first-run --no-default-browser-check --start-maximized --save-page-as-mhtml --disable-infobars
复制代码
修改Google Chrome启动参数的方式:在快捷方式上面鼠标右键,选择“属性”,在“目标(T):”中的.exe后面添加相应的参数,以命令行方式启动的话,直接在chrome.exe后面加参数。 |
|