Comment désinstaller Microsoft Edge WebView2
Source : [Super User [windows-11]](https://windowsreport.com/microsoft-edge-webview2-runtime/](https://windowsreport.com/microsoft-edge-webview2-runtime/)
Comment désinstaller Microsoft Edge WebView2
Source : [Super User [windows-11]](https://windowsreport.com/microsoft-edge-webview2-runtime/](https://windowsreport.com/microsoft-edge-webview2-runtime/)
J’ai trouvé comment désinstaller Microsoft Edge WebView2 en suivant les instructions trouvées sur le site windowsreport :
https://windowsreport.com/microsoft-edge-webview2-runtime/
Cliquez sur l’icône de la loupe et tapez cmd dans la barre de recherche.
Faites un clic droit sur le premier résultat pour ouvrir l’application Command Prompt.
Sélectionnez Run as Administrator.
Ensuite, naviguez vers le chemin où il est installé en tapant la commande ci-dessous et en appuyant sur Entrée :
for /d %i in ("C:\Program Files (x86)\Microsoft\EdgeWebView\Application\*") do @if exist "%i\Installer" cd /d "%i\Installer"
.\setup.exe --uninstall --msedgewebview --system-level --verbose-logging --force-uninstall