Forum Discussion
How do you remove "Edge closed unexpectedly"
We are getting a message that says "Restore Pages. Microsoft Edge Closed Unexpectedly."
Then there is a big blue "Restore" button.
We want to disable this. How do we do it?
Supposedly people used to have an option of selecting "Zero" as an option with "RestoreOnStartup" as well as disabling StartupBoostDetected. This no longer seems to work. Any other suggestions?
Just to test I changed the registry to "Zero" and you can see in Edge this policy value is no longer supported.
Edge Version 102.0.1245.44 (Official build) (64-bit)
Windows 10 - 20H2
3 Replies
- Deleted
Please keep this in mind:
https://docs.microsoft.com/en-us/lifecycle/announcements/windows-10-20h2-end-of-servicing
- Kelly_Y
Microsoft
JaredHeinrichsTeranet Hello! Have you tried to use the HideRestoreDialogEnabled policy? More information here: https://docs.microsoft.com/en-us/deployedge/microsoft-edge-policies#hiderestoredialogenabled Thanks!
-Kelly
- ChikuCopper Contributor
The key "HideRestoreDialogEnabled" is not available anywhere in the Registry Editor (Edge Version 133.0.3065.59 (Official build) (64-bit)), nor is there any path "SOFTWARE\Policies\Microsoft\Edge".
The line that worked was running this in Command Prompt (Admin):
"
reg add "HKLM\Software\Policies\Microsoft\Edge" /v "HideRestoreDialogEnabled" /t REG_DWORD /d "1" /f
"