How To Disable Chrome Restore Popup Window?

Chrome Restore Pop-Up Window issue fix.

  1. Edit the file located at C:\Users\username\AppData\Local\Google\Chrome\User Data\Default
  2. 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,
  1. Save the file, and change the attribute to "read only" so chrome can't revert the change.

Update: I am not sure which version of Google Chrome started including profiles but the “Preference” file (I am now at version 113.+) location has changed. The “preference” file could now be located in a different sub folder than “Default”, so you may need to inspect/change in something like:

C:\Users\username\AppData\Local\Google\Chrome\User Data\Profile #
(where # becomes a sequence from 1 to ? based on the user profile in use).