Windows 11 24H2 Edge Webview

brucine Posted messages 24375 Registration date   Status Membre Last intervention   -  
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

MPMP10 Posted messages 46960 Registration date   Status Membre Last intervention   18 830
 
0
brucine Posted messages 24375 Registration date   Status Membre Last intervention   4 092
 

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"

0
MPMP10 Posted messages 46960 Registration date   Status Membre Last intervention   18 830 > brucine Posted messages 24375 Registration date   Status Membre Last intervention  
 
0
fabul Posted messages 42077 Registration date   Status Modérateur Last intervention   6 028
 

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

0