Forum Discussion
JaredHeinrichsTeranet
Jun 24, 2022Copper Contributor
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 us...
Kelly_Y
Microsoft
Jun 24, 2022JaredHeinrichsTeranet 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
Chiku
Feb 13, 2025Copper 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
"