> For the complete documentation index, see [llms.txt](https://docs.konnekt.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.konnekt.io/de/configuration/system-settings/download-directory.md).

# Download-Verzeichnis

Das Download-Verzeichnis ist der Pfad, in dem KONNEKT Dateien speichert, die der Benutzer wiederherstellen möchte.&#x20;

Der typische Anwendungsfall ist, dass beim Übertragen einer Datei zu SharePoint Online ein Fehler aufgetreten ist. In diesem Fall zeigt KONNEKT einen Fehler im Windows-Datei-Explorer an. Eine Möglichkeit für Benutzer ist es, "[Datei in den Download-Ordner exportieren](/de/troubleshooting/how-to-deal-with-error-s.md)".

Mehr über den Umgang mit Fehlern erfahren Sie [hier](/de/troubleshooting/access-token-issues/error-message-about-missing-token.md).

## Standardpfad

Der Standardpfad für das Download-Verzeichnis ist `%USERPROFILE%\Downloads`.

## Vom Benutzer festgelegt

Benutzer können den Speicherort manuell im Einstellungsdialog ändern, solange die Richtlinie nicht festgelegt ist.

<figure><img src="/files/77a643b8d8ff153227ddda9fec18cb2bd9b43c76" alt=""><figcaption></figcaption></figure>

## Richtlinie

{% hint style="info" %}
Diese Richtlinie ist in KONNEKT 2.6.0 oder neuer verfügbar
{% endhint %}

### **Definition**

**Richtlinienname:** `Download-Verzeichnis`

**Richtliniengruppe:** KONNEKT / Systemeinstellungen

| Richtlinieneinstellung | Verhalten                                                                                                                                                                 |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Nicht konfiguriert     | Die Benutzereinstellung bzw. der Standardwert wird verwendet.                                                                                                             |
| Aktiviert              | Das in der Richtlinie konfigurierte Download-Verzeichnis wird von KONNEKT verwendet. Der Benutzer kann das Download-Verzeichnis nicht über den Einstellungsdialog ändern. |
| Deaktiviert            | Die Benutzereinstellung bzw. der Standardwert wird verwendet.                                                                                                             |

### **Richtlinie anwenden**

1. Über GPO, siehe [Einstellungen über GPO](/de/configuration/management-options/settings-via-gpo.md)
2. Richtlinien über Intune bereitstellen, siehe [Einstellungen für von Intune verwaltete Geräte](/de/configuration/management-options/setting-for-intune-managed-devices-1.md)

{% hint style="warning" %}
Stellen Sie sicher, dass Sie das aktuellste [ADMX-Datei](/de/configuration/management-options/settings-via-gpo.md#admx-file), das zu Ihrer KONNEKT-Version passt.
{% 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.konnekt.io/de/configuration/system-settings/download-directory.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.
