> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/es/knowledge-base/troubleshooting-articles/microsoft-edge-webview2-runtime-installation-troubleshooting.md).

# Solución de problemas de instalación del runtime de Microsoft Edge WebView2

Al instalar Microsoft Edge WebView2 Runtime para Remote Desktop Manager, puede aparecer el siguiente mensaje de error:

**Installation failed. The Microsoft Edge WebView2 Runtime is already installed for the system.**

### Solución

Fuerce la reinstalación del programa eliminando una clave de registro:

1. Abra el Editor del Registro de Windows. Para ello, pulse las teclas <kbd>Windows</kbd>+<kbd>R</kbd> para abrir el cuadro de diálogo ***Ejecutar*** de Windows.
2. En el cuadro de diálogo, escriba «regedit» en el campo y haga clic en ***Aceptar*** (o pulse <kbd>Enter</kbd>).
3. Copie la siguiente ruta: **`HKLM\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate\Clients\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}`**
4. En el Editor del Registro, pulse las teclas <kbd>Alt</kbd>+<kbd>D</kbd> y pegue la ruta copiada anteriormente. Pulse <kbd>Enter</kbd>.
5. Haga clic con el botón derecho en la clave ***{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}*** y seleccione ***Exportar***.
6. Guarde el fichero de la clave de registro en una ubicación que recuerde, por ejemplo en **C:\Program Files (x86)\Microsoft\EdgeWebView2**.
7. Haga clic con el botón derecho en la clave en el Editor del Registro y seleccione ***Eliminar***.
8. Instale la última versión del bootstrapper. Consulte [Descargar Microsoft Edge Chromium](/rdm/es/knowledge-base/knowledge-base-articles/download-microsoft-edge-webview2-runtime-for-remote-desktop-manager.md) para asegurarse de que está descargando la versión compatible con Remote Desktop Manager.
9. Una vez descargado e instalado, reinicie Remote Desktop Manager para que la instalación surta efecto.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Si sigue teniendo problemas con la instalación de Microsoft Edge WebView2 Runtime con Remote Desktop Manager, contacte con nuestro equipo de atención al cliente en <a href="mailto:service@devolutions.net">service@devolutions.net</a>.</p></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/es/knowledge-base/troubleshooting-articles/microsoft-edge-webview2-runtime-installation-troubleshooting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
