Home > Article > Computer Tutorials > Can edge webview2 runtime be uninstalled? What is the use of Edge webview?
WebView2Runtime is an embedded web browsing control provided by Microsoft. The new browsing control is built on Microsoft Edge based on Chromium. What is edge webview2 runtime? Can it be uninstalled? Let's take a look together.
Can edge webview2 runtime be uninstalled?
edge webview2 runtime can be uninstalled. WebView2 is Microsoft's new embedded web control that uses Microsoft Edge as the drawing engine for displaying web content in native applications. Since the control is built on Microsoft Edge (Chromium), uninstallation is possible.
edge webview2 runtime uninstall tutorial
1. Click once in the search box displayed on the desktop taskbar.
2. Enter the code, and then enter [WindowsPowerShell].
#3. Run as administrator: After the Windows PowerShell function is expanded, click the [Run as administrator] option. This ensures that the program is run with administrator privileges.
4. In the administrator’s Windows PowerShell dialog box, enter the command [get-appxpackage *edge*] and press the Enter key.
#5. Copy options. At this time, copy all the following in the PackageFullName option in the prompt window (press Ctrl C key).
6. Enter the code, enter [remove-appxpackageMicrosoft.MicrosoftEdge_44.17763.1.0_neutral__8wekyb3d8bbwe] and press the Enter key on the keyboard.
The above is the detailed content of Can edge webview2 runtime be uninstalled? What is the use of Edge webview?. For more information, please follow other related articles on the PHP Chinese website!