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

# Werkzeuge

Gehen Sie zu ***Datei*** – ***Einstellungen*** – ***Tools***, um die Verzögerungszeit bis zum Tool-Timeout zu konfigurieren.

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

#### Tools

<table data-header-hidden><thead><tr><th width="263"></th><th></th></tr></thead><tbody><tr><td><strong>OPTION</strong></td><td><strong>BESCHREIBUNG</strong></td></tr><tr><td><strong>Verzögerung für Verbinden, wenn verfügbar</strong></td><td>Geben Sie die Verzögerung bis zum Verbindungs-Timeout an, wenn die Funktion <em><strong>Verbinden, wenn verfügbar</strong></em> verwendet wird.</td></tr><tr><td><strong>Standardbetreff</strong></td><td>Definieren Sie einen Standard-E-Mail-Betreff.</td></tr><tr><td><strong>Standard-Nachrichtentext</strong></td><td>Legen Sie einen vordefinierten E-Mail-Nachrichtentext fest.</td></tr><tr><td><strong>Scandauer</strong></td><td>Definieren Sie die Dauer (in Sekunden) für einen Netzwerkscan-Vorgang.</td></tr></tbody></table>
{% endtab %}

{% tab title="macOS" %}

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

<table><thead><tr><th width="268">OPTION</th><th>BESCHREIBUNG</th></tr></thead><tbody><tr><td><strong>Timeout für Dienstsuche</strong></td><td>Geben Sie die Zeit an, die der Bonjour-Dienst suchen soll, bis das Dienst-Timeout eintritt.</td></tr><tr><td><strong>Verzögerung für Verbinden, wenn verfügbar</strong></td><td>Geben Sie die Verzögerung bis zum Verbindungs-Timeout an, wenn die Funktion <em><strong>Verbinden, wenn verfügbar</strong></em> verwendet wird.</td></tr><tr><td><strong>Ping-Timeout</strong></td><td>Geben Sie die Zeit bis zum Timeout des Ping-Dienstes an.</td></tr><tr><td><strong>WOL-Port</strong></td><td>Geben Sie die Zeit bis zum Timeout des Wake-on-LAN-Dienstes an.</td></tr><tr><td><strong>Nachrichten automatisch schließen</strong></td><td>Geben Sie die Zeit an, bis das Nachrichtenfenster automatisch geschlossen wird.</td></tr></tbody></table>

#### Remote-Verwaltung

<table><thead><tr><th width="149">OPTION</th><th>BESCHREIBUNG</th></tr></thead><tbody><tr><td><strong>Ereignisprotokoll</strong></td><td><p>Wählen Sie das bevorzugte Ereignisprotokoll aus, das standardmäßig geöffnet wird, wenn das Remote-Ereignis auf einem Remote-Computer gestartet wird:</p><ul><li>Alle</li><li>Anwendung</li><li>Sicherheit</li><li>System</li><li>DFS-Replikation</li><li>Verzeichnisdienst</li><li>DNS-Server</li><li>Hardwareereignisse</li><li>Internet Explorer</li><li>Schlüsselverwaltungsdienst</li><li>Windows PowerShell</li></ul></td></tr><tr><td><strong>Ereignistyp</strong></td><td><p>Wählen Sie den bevorzugten Ereignistyp aus, der standardmäßig geöffnet wird, wenn das Remote-Ereignis auf einem Remote-Computer gestartet wird:</p><ul><li>Alle</li><li>Fehler</li><li>Warnung</li><li>Information</li><li>Sicherheitsüberwachung erfolgreich</li><li>Sicherheitsüberwachung fehlgeschlagen</li></ul></td></tr><tr><td><strong>Zeitraum</strong></td><td><p>Definieren Sie den Zeitraum für das Remote-Ereignis:</p><ul><li>Letzte Woche</li><li>Heute</li><li>Gestern</li><li>Letzter Monat</li><li>Aktueller Monat</li><li>Letzte 7 Tage</li><li>Letzte 30 Tage</li><li>Letzte 31 Tage</li><li>Letzte 60 Tage</li><li>Letzte 90 Tage</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/de/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.
