> 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/ribbon-menu-bar/file/settings/tools.md).

# Strumenti

Vada su ***File*** – ***Impostazioni*** – ***Strumenti*** per configurare il ritardo prima del timeout dello strumento.

{% tabs %}
{% tab title="Windows" %}

#### Strumenti

<table data-header-hidden><thead><tr><th width="263"></th><th></th></tr></thead><tbody><tr><td><strong>OPZIONE</strong></td><td><strong>DESCRIZIONE</strong></td></tr><tr><td><strong>Ritardo Connetti quando disponibile</strong></td><td>Indichi il ritardo prima del timeout della connessione quando si utilizza la funzionalità <em><strong>Connetti quando disponibile</strong></em>.</td></tr><tr><td><strong>Oggetto predefinito</strong></td><td>Definisca un oggetto email predefinito.</td></tr><tr><td><strong>Corpo predefinito</strong></td><td>Imposti un corpo email predefinito.</td></tr><tr><td><strong>Durata della scansione</strong></td><td>Definisca la durata (in secondi) di un'operazione di scansione di rete.</td></tr></tbody></table>
{% endtab %}

{% tab title="macOS" %}

#### Strumenti <a href="#tools-1" id="tools-1"></a>

<table><thead><tr><th width="268">OPZIONE</th><th>DESCRIZIONE</th></tr></thead><tbody><tr><td><strong>Timeout ricerca servizi</strong></td><td>Indichi il tempo di ricerca del servizio Bonjour prima del timeout del servizio.</td></tr><tr><td><strong>Ritardo Connetti quando disponibile</strong></td><td>Indichi il ritardo prima del timeout della connessione quando si utilizza la funzionalità <em><strong>Connetti quando disponibile</strong></em>.</td></tr><tr><td><strong>Timeout ping</strong></td><td>Indichi il tempo prima del timeout del servizio ping.</td></tr><tr><td><strong>Porta WOL</strong></td><td>Indichi il tempo prima del timeout del servizio Wake on LAN.</td></tr><tr><td><strong>Chiudi automaticamente i messaggi</strong></td><td>Indichi il tempo prima che la finestra del messaggio si chiuda automaticamente.</td></tr></tbody></table>

#### Gestione remota

<table><thead><tr><th width="149">OPZIONE</th><th>DESCRIZIONE</th></tr></thead><tbody><tr><td><strong>Registro eventi</strong></td><td><p>Selezioni il registro eventi preferito da aprire per impostazione predefinita all'avvio dell'evento remoto su un computer remoto:</p><ul><li>All</li><li>Application</li><li>Security</li><li>System</li><li>DFS Replication</li><li>Directory Service</li><li>DNS Server</li><li>Hardware Events</li><li>Internet Explorer</li><li>Key Management Service</li><li>Windows PowerShell</li></ul></td></tr><tr><td><strong>Tipo di evento</strong></td><td><p>Selezioni il tipo di evento preferito da aprire per impostazione predefinita all'avvio dell'evento remoto su un computer remoto:</p><ul><li>All</li><li>Error</li><li>Warning</li><li>Information</li><li>Security Audit Success</li><li>Security Audit Failure</li></ul></td></tr><tr><td><strong>Intervallo di tempo</strong></td><td><p>Definisca l'intervallo di tempo per l'evento remoto:</p><ul><li>Last week</li><li>Today</li><li>Yesterday</li><li>Last Month</li><li>Current Month</li><li>Last 7 days</li><li>Last 30 days</li><li>Last 31 days</li><li>Last 60 days</li><li>Last 90 days</li></ul></td></tr></tbody></table>
{% 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/it/ribbon-menu-bar/file/settings/tools.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.
