> 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/mouse-cursor-invisible-in-remote-desktop-manager.md).

# El cursor del ratón es invisible en Remote Desktop Manager

El cursor del ratón invisible en las sesiones de Remote Desktop Manager es un problema conocido del Microsoft Edge WebView2 Runtime, que se soluciona desactivando Ocultar el puntero al escribir.

El puntero del ratón puede volverse invisible al usar Remote Desktop Manager, aunque siga siendo visible y funcional en el resto del sistema operativo.

Este comportamiento se debe a un [problema conocido](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5687) del Microsoft Edge WebView2 Runtime (versión 152.0.4191.x), que Remote Desktop Manager utiliza para algunos de sus componentes. WebView2 mantiene incorrectamente el puntero del ratón marcado como oculto una vez que ha sido ocultado por la opción ***Ocultar el puntero al escribir***, lo que hace que el puntero permanezca invisible en toda la ventana de la aplicación.

En el momento de redactar este artículo, Microsoft no ha publicado ninguna corrección oficial. Una solución permanente depende de que Microsoft distribuya un WebView2 Runtime actualizado.

### Solución

Desactive la opción de Windows que provoca el error de WebView2:

1. Abra el Panel de control de Windows y vaya a las propiedades del ***Mouse***.
2. En la pestaña **Opciones del puntero**, desactive ***Ocultar el puntero al escribir*** y haga clic en ***Aplicar***.
3. Reinicie Remote Desktop Manager.

Esto desactiva el mecanismo que WebView2 está utilizando de forma incorrecta, por lo que el puntero permanece visible en Remote Desktop Manager. Una vez que Microsoft distribuya un runtime corregido, puede volver a activar esta opción si lo prefiere.

{% hint style="info" %}
Si desactivar esta opción no resuelve el problema, o para obtener novedades sobre este error de WebView2, consulte el [problema en Microsoft Edge WebView2Feedback](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5687).
{% endhint %}


---

# 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/mouse-cursor-invisible-in-remote-desktop-manager.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.
