Disable Chrome session restore popup
Edit the file located at C:\Users\username\AppData\Local\Google\Chrome\User Data\Default
Right click "Preference" file and click edit. ctrl+f to find the following values, and change the value to:
"exit_type": "none",
"exited_cleanly":true,
Save the file, and change the attribute to "read only" so chrome can't change it back.
Chrome has a special flag to disable session restore window. But be aware options in chrome://flags
are experimental and you may lose browser data or compromise your security or privacy.
Follow these steps:
- Open Chrome.
- Type
chrome://flags/#infinite-session-restore
in address bar (Crtl+L). - Click on the right drop-down menu and change the 'Default' value to 'Disable'. Then restart Chrome to apply that setting.
So what does this do? That option says -- "Reduces the number of tabs being loaded simultaneously during session restore, to improve responsiveness of the foreground tab". After disabling and restating Chrome, it relaunches chrome.exe
with --disable-features=InfiniteSessionRestore
option.