> 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/reset-layout.md).

# Restablecer el diseño

{% tabs %}
{% tab title="Windows" %}
Para resolver eficazmente la mayoría de los problemas de visualización en Remote Desktop Manager Windows, haga clic en ***Window*** – ***Reset layout***.

Si el panel de navegación está bloqueado y no responde, y el botón de restablecer el diseño no lo ha solucionado, existe otro método que puede seguir para corregirlo.

1. Cierre Remote Desktop Manager Windows.
2. Abra el Explorador de archivos y navegue a ***%localappdata%\Devolutions\RemoteDesktopManager**.*
3. Elimine el fichero ***RemoteDesktopManager.ext*** y todos los ficheros ***RemoteDesktopManagerLayout.lyt***.
4. Inicie Remote Desktop Manager Windows.

### Véase también

* [Devolutions Academy – Customize your Window layout in RDM](https://academy.devolutions.net/student/activity/2592196-customize-your-window-layout-in-rdm)
  {% endtab %}

{% tab title="macOS" %}
Para resolver eficazmente la mayoría de los problemas de visualización en Remote Desktop Manager macOS, haga clic en ***Window – Reset layout***.

Si esto no ha resuelto el error de la interfaz, cierre la aplicación y elimine los ficheros de diseño (**.lyt**).

1. Abra ***Finder***.
2. Haga clic en ***Go*** en el menú.
3. Seleccione ***Go to folder***.
4. Pegue esta ruta: **\~/Library/Application Support**.
5. Abra la carpeta: **com.devolutions.remotedesktopmanager** o **com.devolutions.remotedesktopmanager.free**.
6. Localice y elimine el fichero RemoteDesktopManager.lyt o RemoteDesktopManagerFree.lyt.

Inicie Remote Desktop Manager macOS.

### Véase también

* [Devolutions Academy – Customize your Window layout in RDM](https://academy.devolutions.net/student/activity/2592196-customize-your-window-layout-in-rdm)
  {% endtab %}
  {% endtabs %}


---

# 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/reset-layout.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.
