{"id":1639,"date":"2025-10-26T23:45:38","date_gmt":"2025-10-26T23:45:38","guid":{"rendered":"https:\/\/www.ultrexstaff.com\/?p=1639"},"modified":"2025-10-26T23:45:39","modified_gmt":"2025-10-26T23:45:39","slug":"fixing-edge-webview2-errors-for-windows-arm-devices","status":"publish","type":"post","link":"https:\/\/www.ultrexstaff.com\/?p=1639","title":{"rendered":"Fixing Edge Webview2 Errors for Windows ARM Devices"},"content":{"rendered":"\n<p>QUICK Command prompt registry delete command:<\/p>\n\n\n\n<p>REG DELETE &#8220;HKLM\\SOFTWARE\\WOW6432Node\\Microsoft\\EdgeUpdate\\Clients{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}&#8221; \/f<\/p>\n\n\n\n<p>\ufeffMake sure to run evergreen installer after deletion!<\/p>\n\n\n\n<p>=======<\/p>\n\n\n\n<p>batch file you can run! You&#8217;ll just need to download the installer first. and save it like the steps below. Keep this on pcs where the issue keeps coming back.<br>Download the WebView2 Runtime installer from Microsoft. You can get it from this link:<br>https:\/\/developer.microsoft.com\/en-us\/microsoft-edge\/webview2\/<\/p>\n\n\n\n<p>Look for the \u201cEvergreen Standalone Installer\u201d and download it.<\/p>\n\n\n\n<p>Once it\u2019s downloaded, move the file to this folder on your computer:<br>C:\\WebView2Fix\\<\/p>\n\n\n\n<p>Make sure the file is named exactly like this:<br>MicrosoftEdgeWebview2Setup.exe<\/p>\n\n\n\n<p>@echo off<br>echo ============================================<br>echo WebView2 Fix Script &#8211; Run as Admin Only<br>echo ============================================<br>echo.<\/p>\n\n\n\n<p>NET SESSION &gt;nul 2&gt;&amp;1<br>IF %ERRORLEVEL% NEQ 0 (<br>echo This script must be run as Administrator.<br>pause<br>exit \/b<br>)<\/p>\n\n\n\n<p>echo Deleting WebView2 EdgeUpdate registry key\u2026<br>REG DELETE &#8220;HKLM\\SOFTWARE\\WOW6432Node\\Microsoft\\EdgeUpdate\\Clients{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}&#8221; \/f<\/p>\n\n\n\n<p>IF %ERRORLEVEL% EQU 0 (<br>echo Registry key deleted successfully.<br>) ELSE (<br>echo Failed to delete registry key or it does not exist.<br>)<\/p>\n\n\n\n<p>set &#8220;WebView2InstallerPath=C:\\WebView2Fix\\MicrosoftEdgeWebview2Setup.exe&#8221;<br>IF EXIST &#8220;%WebView2InstallerPath%&#8221; (<br>echo Installing WebView2 Runtime\u2026<br>&#8220;%WebView2InstallerPath%&#8221; \/silent \/install<br>echo Installation initiated.<br>) ELSE (<br>echo WebView2 installer not found at:<br>echo %WebView2InstallerPath%<br>)<\/p>\n\n\n\n<p>pause<\/p>\n\n\n\n<p>===============================================================<\/p>\n\n\n\n<p>Windows on ARM will often get errors with Outlook or Office programs in general with an error similar to this:<\/p>\n\n\n\n<p>Notes found in search GPT about this issue:<\/p>\n\n\n\n<p>I&#8217;m sorry to hear you&#8217;re encountering issues with installing the Microsoft Edge WebView2 Runtime for Outlook. This problem can arise due to various factors, but the following steps have proven effective for many users:<br>Repair or Reinstall Microsoft Edge WebView2 Runtime:<br>Repair:<br>Press Win + R, type appwiz.cpl, and press Enter to open the Programs and Features window.<br>Locate &#8220;Microsoft Edge WebView2 Runtime&#8221; in the list.<br>Right-click on it and select &#8220;Change,&#8221; then choose the &#8220;Repair&#8221; option.<br>Reinstall:<br>If the repair doesn&#8217;t resolve the issue, uninstall &#8220;Microsoft Edge WebView2 Runtime&#8221; from the same Programs and Features window.<br>Download the latest version from the official Microsoft Edge WebView2 page:<br>Install it and restart your computer.<br>Modify the Windows Registry:<br>Note: Some users have reported that the registry path might differ slightly, such as HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Microsoft\\EdgeUpdate\\Clients. Ensure you navigate to the correct path on your system.<br>answers.microsoft.com<\/p>\n\n\n\n<p>Getting a WebView2 error when trying to use New Outlook<br>Having consistant issues with New Outlook on a Surface laptop. When trying to open the program it gives the error:Installation failed. The Microsoft Edge WebView2 Runtime is already installed for the<br>answers.microsoft.com<br>Caution: Editing the registry can have significant implications. Ensure you back up the registry before making any changes.<br>Press Win + R, type regedit, and press Enter to open the Registry Editor.<br>Navigate to HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Microsoft\\EdgeUpdate\\Clients.<br>Look for a key named {F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}.<br>Right-click on this key and select &#8220;Delete.&#8221;<br>Close the Registry Editor.<br>Reinstall the WebView2 Runtime using the installer you downloaded earlier.<br>Check for Windows Updates:<br>Ensure your system is up-to-date. Go to &#8220;Settings&#8221; &gt; &#8220;Update &amp; Security&#8221; &gt; &#8220;Windows Update&#8221; and install any pending updates.<br>Run the Installer as Administrator:<br>Right-click on the WebView2 installer and select &#8220;Run as administrator&#8221; to ensure it has the necessary permissions to install correctly.<\/p>\n\n\n\n<p>If all else fails, might be time to prep a script using this as the template, making sure to update the installer name in the script to match the installer for ARM devices.<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/JohnVSeals\/WebView2_Repair_Tool\">https:\/\/github.com\/JohnVSeals\/WebView2_Repair_Tool<\/a><\/p>\n\n\n\n<p>===========================================================================================================================<\/p>\n\n\n\n<p>Level 2: Hard Mode \u2013 Manual WebView2 Removal &amp; Rebuild (ARM)<br>If repair, uninstall, and registry fixes fail \u2014 and C:\\Program Files (x86)\\Microsoft\\EdgeWebView is locked \u2014 follow this process to fully remove and rebuild WebView2 on Windows ARM devices (e.g., Surface laptops):<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Clean EdgeUpdate from the Registry<br>powershell<\/li>\n<\/ol>\n\n\n\n<p>Remove-Item &#8220;HKLM:\\SOFTWARE\\Microsoft\\EdgeUpdate&#8221; -Recurse -Force -ErrorAction SilentlyContinue<br>Remove-Item &#8220;HKLM:\\SOFTWARE\\WOW6432Node\\Microsoft\\EdgeUpdate&#8221; -Recurse -Force -ErrorAction SilentlyContinue<\/p>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li>Take Ownership of the Locked Folder<br>powershell<\/li>\n<\/ol>\n\n\n\n<p>$lockedPath = &#8220;C:\\Program Files (x86)\\Microsoft\\EdgeWebView&#8221;<br>$tempPath = &#8220;C:\\EdgeWebView-To-Delete&#8221;<\/p>\n\n\n\n<p>cmd \/c &#8220;takeown \/f <code>\"$lockedPath<\/code>&#8221; \/r \/d y&#8221;<br>cmd \/c &#8220;icacls <code>\"$lockedPath<\/code>&#8221; \/grant administrators:F \/t&#8221;<\/p>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li>Move the Folder Out of Program Files<br>powershell<\/li>\n<\/ol>\n\n\n\n<p>Move-Item -Path $lockedPath -Destination $tempPath -Force -ErrorAction SilentlyContinue<\/p>\n\n\n\n<ol start=\"4\" class=\"wp-block-list\">\n<li>Schedule Folder Deletion on Reboot<br>powershell<\/li>\n<\/ol>\n\n\n\n<p>schtasks \/create \/tn &#8220;DeleteEdgeWebView&#8221; \/tr &#8220;cmd \/c rd \/s \/q <code>\"C:\\EdgeWebView-To-Delete<\/code>&#8220;&#8221; \/sc onstart \/ru SYSTEM<\/p>\n\n\n\n<ol start=\"5\" class=\"wp-block-list\">\n<li>Reboot the Device<br>The folder will be deleted automatically at startup under the SYSTEM context.<\/li>\n\n\n\n<li>Reinstall Microsoft Edge (ARM64)<br>Download from https:\/\/www.microsoft.com\/edge, run as administrator, and reboot once complete. This restores WebView2, EdgeUpdate, and auto-update functionality.<\/li>\n\n\n\n<li>Remove the Scheduled Task<br>powershell<\/li>\n<\/ol>\n\n\n\n<p>schtasks \/delete \/tn &#8220;DeleteEdgeWebView&#8221; \/f<\/p>\n\n\n\n<p>Level 3: Expert Mode &#8211; Manual Edge Removal &amp; Rebuild (ARM)<br>Often best for repairing the Edge for ARM Error of &#8220;Can&#8217;t download &#8211; virus scan failed)<\/p>\n\n\n\n<p>\ud83e\uddf0 Advanced Method: Force Uninstall Microsoft Edge on Windows 11 ARM<br>Step 1: Remove EdgeUpdate Registry Entries<br>Open PowerShell as Administrator and execute:<br>Windows OS Hub<br>+8<br>UMA Technology<br>+8<br>Into Windows<br>+8<\/p>\n\n\n\n<p>powershell<br>Copy<br>Edit<br>Remove-Item &#8220;HKLM:\\SOFTWARE\\Microsoft\\EdgeUpdate&#8221; -Recurse -Force -ErrorAction SilentlyContinue<br>Remove-Item &#8220;HKLM:\\SOFTWARE\\WOW6432Node\\Microsoft\\EdgeUpdate&#8221; -Recurse -Force -ErrorAction SilentlyContinue<br>This removes the EdgeUpdate entries that can prevent uninstallation.<\/p>\n\n\n\n<p>Step 2: Take Ownership of the Edge Installation Folder<br>In the same PowerShell session, run:<br>Microsoft Answers<br>+7<br>UMA Technology<br>+7<br>PowerShell FAQs<br>+7<\/p>\n\n\n\n<p>powershell<br>Copy<br>Edit<br>$edgePath = &#8220;C:\\Program Files (x86)\\Microsoft\\Edge&#8221;<br>$tempPath = &#8220;C:\\Edge-To-Delete&#8221;<\/p>\n\n\n\n<p>cmd \/c &#8220;takeown \/f <code>\"$edgePath<\/code>&#8221; \/r \/d y&#8221;<br>cmd \/c &#8220;icacls <code>\"$edgePath<\/code>&#8221; \/grant administrators:F \/t&#8221;<br>This grants you the necessary permissions to modify the Edge installation directory.<\/p>\n\n\n\n<p>Step 3: Move the Edge Folder<br>Still in PowerShell, execute:<br>Solve Your Tech<br>+1<br>UMA Technology<br>+1<\/p>\n\n\n\n<p>powershell<br>Copy<br>Edit<br>Move-Item -Path $edgePath -Destination $tempPath -Force -ErrorAction SilentlyContinue<br>This moves the Edge folder to a temporary location, preparing it for deletion.<\/p>\n\n\n\n<p>Step 4: Schedule Folder Deletion on Reboot<br>To ensure complete removal, schedule the deletion of the temporary folder upon next startup:<\/p>\n\n\n\n<p>powershell<br>Copy<br>Edit<br>schtasks \/create \/tn &#8220;DeleteEdge&#8221; \/tr &#8220;cmd \/c rd \/s \/q <code>\"C:\\Edge-To-Delete<\/code>&#8220;&#8221; \/sc onstart \/ru SYSTEM<br>This sets up a task that will delete the Edge folder when the system restarts.<\/p>\n\n\n\n<p>Step 5: Reboot Your Device<br>Restart your computer to allow the scheduled task to execute and remove the Edge files.<\/p>\n\n\n\n<p>Step 6: Reinstall Microsoft Edge (ARM64 Version)<br>After rebooting, download the ARM64 version of Microsoft Edge from the official Microsoft Edge website. Run the installer as Administrator to reinstall Edge.<\/p>\n\n\n\n<p>Step 7: Remove the Scheduled Task<br>Once Edge is reinstalled, clean up by deleting the scheduled task:<\/p>\n\n\n\n<p>powershell<br>Copy<br>Edit<br>schtasks \/delete \/tn &#8220;DeleteEdge&#8221; \/f<br>\u26a0\ufe0f Important Considerations<br>System Stability: Microsoft Edge is integrated into Windows 11, and removing it might affect certain system functionalities. Proceed with caution.<\/p>\n\n\n\n<p>Windows Updates: Future Windows updates may reinstall Microsoft Edge automatically.<\/p>\n\n\n\n<p>Alternative Browsers: Ensure you have another browser installed and set as default before removing Edge.<br>Solve Your Tech<\/p>\n\n\n\n<p>If you need assistance with setting a different browser as your default or have further questions, feel free to ask!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>QUICK Command prompt registry delete command: REG DELETE &#8220;HKLM\\SOFTWARE\\WOW6432Node\\Microsoft\\EdgeUpdate\\Clients{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}&#8221; \/f \ufeffMake sure to run evergreen installer after deletion! ======= batch file you can run! You&#8217;ll just need to download the installer first. and save it like the steps below. Keep this on pcs where the issue keeps coming back.Download the WebView2 Runtime installer from Microsoft. [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[120],"tags":[],"class_list":["post-1639","post","type-post","status-publish","format-standard","hentry","category-windows","post-preview"],"_links":{"self":[{"href":"https:\/\/www.ultrexstaff.com\/index.php?rest_route=\/wp\/v2\/posts\/1639","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ultrexstaff.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ultrexstaff.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ultrexstaff.com\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ultrexstaff.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1639"}],"version-history":[{"count":1,"href":"https:\/\/www.ultrexstaff.com\/index.php?rest_route=\/wp\/v2\/posts\/1639\/revisions"}],"predecessor-version":[{"id":1640,"href":"https:\/\/www.ultrexstaff.com\/index.php?rest_route=\/wp\/v2\/posts\/1639\/revisions\/1640"}],"wp:attachment":[{"href":"https:\/\/www.ultrexstaff.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1639"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ultrexstaff.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1639"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ultrexstaff.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1639"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}