答案1
我按照 windowsreport 网站上的说明找到了如何卸载 microsoft edge webview2:
https://windowsreport.com/microsoft-edge-webview2-runtime/
单击放大镜图标,然后在搜索栏中输入 cmd。
右键单击顶部结果以打开命令提示符应用程序。
选择以管理员身份运行。
接下来,通过键入以下命令并按 Enter 导航到安装路径:
cd C:\Program Files (x86)\Microsoft\EdgeWebView\Application\1*\Installer
接下来,键入或粘贴以下命令以静默卸载它并按 Enter:
.\setup.exe --uninstall --msedgewebview --system-level --verbose-logging --force-uninstall
答案2
这有效,谢谢。我的 Windows 11 中有一个变化,路径是 C:\Program Files (x86)\Microsoft\EdgeWebView\Application\120.0.2210.91\Installer