Windows 11 24H2 Edge Webview
fabul Posted messages 42077 Registration date Status Modérateur Last intervention -
Hello,
Since the update and without me asking anything, Edge Webview is running in the background, probably related to the Widgets which I'm not using either (I have a classic Open Shell display desktop and thus none), and not to Edge which I don't use.
I can't find a way to configure it without uninstalling it, I assume that some applications might manually request access to it?
Thank you.
2 réponses
Hello,
Unless I'm mistaken, check the solution proposed by fabul here.
There's this too (but it's a bit old…) so you might want to see if this solution is still relevant or not!
How to disable Edge from starting up in Windows 10, 11
https://www.malekal.com/fermer-applications-arriere-plan-windows/
Hello,
You can start by disabling it (Widgets) with the registry:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Dsh]
"IsPrelaunchEnabled"=dword:00000000
But the PowerShell command (Admin) to uninstall is:
Get-AppxPackage *WebExperience* | Remove-AppxPackage
Hello,
It's not Edge that's the issue and it's already set not to start, but Webview should not be uninstalled in case an application relies on it.
I've found the culprit: it's the Widgets, although I don’t use them. You just need to uninstall them, assuming that Winget is installed:
winget uninstall "MicrosoftWindows.Client.WebExperience_cw5n1h2txyewy"
OK.
https://www.commentcamarche.net/informatique/windows/25295-uninstall-or-reinstall-widgets-in-windows-11/