> 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/it/knowledge-base/how-to-articles/export-and-import-user-specific-settings.md).

# Esportare e importare le impostazioni specifiche dell'utente

{% hint style="warning" %}
Le funzionalità ***Esporta*** e ***Importa*** per le ***Impostazioni specifiche dell'utente*** sono specifiche per cassaforte, il che significa che deve selezionare la cassaforte da cui o in cui desidera esportare o importare le sue impostazioni.
{% endhint %}

Se lei o i suoi ***Utenti*** sovrascrivono le proprietà delle voci con le ***Impostazioni specifiche dell'utente*** in Remote Desktop Manager, tutti dovranno esportare e importare l'***Elenco delle impostazioni specifiche dell'utente*** durante la migrazione dei dati.

### Esportazione

1. Nel ***riquadro di navigazione*** di Remote Desktop Manager, selezioni il suo spazio di lavoro e la cassaforte.
2. Vada su ***File – Impostazioni del mio account***.
3. Clicchi su ***Elenco delle impostazioni specifiche dell'utente*** in ***Impostazioni***.
4. Clicchi su ***Esporta***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6094.png" alt=""><figcaption></figcaption></figure>
5. Salvi il file .rds sul suo computer.
6. Crittografi il file con una ***Password*** e clicchi su ***OK***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6095.png" alt=""><figcaption></figcaption></figure>
7. Clicchi su ***OK*** per chiudere la finestra di conferma che appare.

Le sue ***Impostazioni specifiche dell'utente*** sono state esportate in un file .rds nella posizione specificata sul suo computer.

### Importazione

1. Nel ***riquadro di navigazione*** di Remote Desktop Manager, selezioni il suo nuovo spazio di lavoro e la cassaforte.
2. Vada su ***File – Impostazioni del mio account***.
3. Clicchi su ***Elenco delle impostazioni specifiche dell'utente*** in ***Impostazioni***.
4. Clicchi su ***Importa***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6096.png" alt=""><figcaption></figcaption></figure>
5. Individui il file .rds sul suo computer e clicchi su ***Apri***.
6. Inserisca la ***Password***, poi clicchi su ***OK***.
7. Clicchi su ***OK*** per chiudere la finestra di conferma che appare.

Le sue ***Impostazioni specifiche dell'utente*** sono state importate nello spazio di lavoro e nella cassaforte specificati.


---

# 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/it/knowledge-base/how-to-articles/export-and-import-user-specific-settings.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.
