John Daly
John Daly

Reputation: 199

How to stop Edge Chromium from showing 'Restore Pages' Pop Up

How to stop Edge Chromium version 94.0 from showing 'Restore Pages' Pop Up

Upvotes: 6

Views: 15140

Answers (4)

Aaron Diaz
Aaron Diaz

Reputation: 1

I dont have enough reputation to upvote or comment so going to try and relist the answer here.

HideRestoreDialogEnabled = 1 (DWORD) in HKLM\Software\Policies\Microsoft\Edge

This portion does work but you may not find this registry in this folder at all. If that is the case, just create the DWORD 32-bit registry. To help show an example here: enter image description here

Upvotes: 0

Fragobar
Fragobar

Reputation: 11

Since Edge 100, there a new registry key to control this :

HideRestoreDialogEnabled = 1 (DWORD) in HKLM\Software\Policies\Microsoft\Edge

So now, when you shutdown Windows 10-11 without previously closing Edge, you won't get prompted to restore pages upon reboot.

Upvotes: 1

Michael Jensen
Michael Jensen

Reputation: 11

In "Edge browser", click reset to standardsettings and try Enable "startupboost" in "Edge browser" version "96.0.1054.43".

Upvotes: 0

Deepak-MSFT
Deepak-MSFT

Reputation: 11335

Is the Edge browser got crashed or gets closed due to any reason?

If yes, then it is expected behavior to get the 'Restore Pages' popup. You could click the suitable option from the popup.

If you are closing the Edge browser normally without any problem and facing the said issue then there are several things you could try that might help you fix the said issue.

  1. Open tabs from the previous session.
  • Launch the Edge browser.
  • Paste edge://settings/startHomeNTP in the address bar and press the Enter key.
  • Select option Open tabs from the previous session.

enter image description here

  1. Turn off 'startup boost'.
  • Launch the Edge browser.
  • Paste edge://settings/system in the address bar and press the Enter key.
  • Turn off 'startup boost' option.

enter image description here

  1. If there is a new update available for the Edge browser then install the latest updates and see if it fixes the issue.

  2. Modify the RestoreOnStartup registry key.

  • Launch the Registry Editor.
  • Browse to location HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge.
  • Set the value of RestoreOnStartup to 0. (If the key and value are not there then you could add it manually.)

enter image description here

After testing the above suggestions, if you still facing the said issue then you could press the ALT + SHIFT + I key in the Edge browser window and provide the feedback to Microsoft.

Upvotes: -1

Related Questions