Existe-t-il un moyen de uninstallez le Microsoft Edge WebView2 Runtime?
The Panneau de configuration (*Programs and Features*) gives the option to
"Change" but not to désinstaller WebView2.
The reason Je veux supprimer it is that Je suis dans le processus of
debloating Windows 11, and Je suis curious as to comment supprimer it,
parce que Windows ne give that option.
Ici is what J'ai achieved:
but après updating Windows today, J'ai remarqué that Webview2 started
to open tons of widgets, increasing the number of processes.
Comment uninstaller Microsoft Edge WebView2
Re: Comment uninstaller Microsoft Edge WebView2
I figured out comment désinstaller microsoft edge webview2 by following the instructions found on windowsreport website:
[https://windowsreport.com/microsoft-edge-webview2-runtime/](https://windowsreport.com/microsoft-edge-webview2-runtime/)
- Click sur le magnifying glass icône and tapez `cmd` inside la barre de recherche.
- Faites un clic droit sur le top result to ouvrez le `Command Prompt` app.
- Sélectionnez `Run as Administrator`.
- Next, navigate vers le chemin where it is installé by typing the command below and pressing Enter:
```
for /d %i in ("C:\Program Files (x86)\Microsoft\EdgeWebView\Application\*") do @if exist "%i\Installer" cd /d "%i\Installer"
```
- Next, tapez or paste the following command to silent désinstaller it and appuyez sur Enter:
```
.\setup.exe --uninstall --msedgewebview --system-level --verbose-logging --force-uninstall
```
[https://windowsreport.com/microsoft-edge-webview2-runtime/](https://windowsreport.com/microsoft-edge-webview2-runtime/)
- Click sur le magnifying glass icône and tapez `cmd` inside la barre de recherche.
- Faites un clic droit sur le top result to ouvrez le `Command Prompt` app.
- Sélectionnez `Run as Administrator`.
- Next, navigate vers le chemin where it is installé by typing the command below and pressing Enter:
```
for /d %i in ("C:\Program Files (x86)\Microsoft\EdgeWebView\Application\*") do @if exist "%i\Installer" cd /d "%i\Installer"
```
- Next, tapez or paste the following command to silent désinstaller it and appuyez sur Enter:
```
.\setup.exe --uninstall --msedgewebview --system-level --verbose-logging --force-uninstall
```