Windows 11 24H2 Edge Webview

brucine Posted messages 25307 Registration date   Status Member Last intervention   -  
fabul Posted messages 42297 Registration date   Status Moderator 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 answers

  1. MPMP10 Posted messages 47626 Registration date   Status Member Last intervention   19 107
     
    0
    1. brucine Posted messages 25307 Registration date   Status Member Last intervention   4 196
       

      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
  2. fabul Posted messages 42297 Registration date   Status Moderator Last intervention   6 093
     

    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