谷歌浏览器

chrome://flags#closed-tab-cache
chrome://flags#block-insecure-private-network-requests
chrome://flags#tab-restore-sub-menus

chrome://flags#enable-portals
chrome://flags#enable-portals-cross-origin

chrome://flags#cross-origin-embedder-policy-credentialless

chrome://flags#system-keyboard-lock

chrome://flags#enable-system-notifications

chrome://flags#composite-after-paint

Composite after paint

chrome --no-startup-window

1.进入C:\Users\userName\AppData\Local\Google\Chrome\User Data\Default文件夹

2.修改Preference文件中的exit_type的值为Normal, exited_cleanly:true, 保存退出

    然后修改Preferrence文件的属性为只读

打开文件夹 %UserProfile%\AppData\Local\Google\Chrome\User Data\Default\
开启档案 preferences
在底部,找到以下行:

"exit_type": "Crashed"
然后替换Crashed为normal:

"exit_type": "Normal"
保存并重新启动Chrome

命令行启动方法:
--kiosk
--incognito 以隐身模式启动

start chrome.exe --flag-switches-begin --disable-session-crashed-bubble --disable-features=BlockInsecurePrivateNetworkRequests --flag-switches-end --disable-background-networking
start chrome.exe --disable-session-crashed-bubble --disable-features=BlockInsecurePrivateNetworkRequests --disable-background-networking

"C:\Program Files\Google\Chrome\Application\chrome.exe" --flag-switches-begin --disable-features=BlockInsecurePrivateNetworkRequests,CompositeAfterPaint --flag-switches-end

--flag-switches-begin --disable-features=BlockInsecurePrivateNetworkRequests,CompositeAfterPaint --flag-switches-end
--profiling-flush

posted @ 2022-12-01 15:49  gzhq  阅读(490)  评论(0编辑  收藏  举报