Let Google Chrome not pop up to set the default browser reminder

Record those practical Google Chrome startup parameter settings:

"D:\Program Files\Google\chrome61\chrome.exe" --user-data-dir="User Data" --disable-background-networking --no-default-browser-check

--kiosk full screen mode
--app application mode
--disable-desktop-notifications disable desktop notifications
--no-first-run non-first run (avoid some first run prompts)
--disable-popup-blocking disable blocking pop-up windows
-- incognito anonymous mode (there will be no caching problem at startup)
--disk-cache-size custom cache size
--profile-directory specify personal data folder
--user-data-dir user data directory
--disk-cache-dir Internet cache purpose
--disable-infobars No longer receive update prompts on XP
--disable-background-networking Prohibit Chrome version is too old prompt
--no-default-browser-check Disable default browser check
 

Guess you like

Origin blog.csdn.net/jessezappy/article/details/131747783