> 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/troubleshooting/add-konnekt-paths-as-trusted-sites.md).

# KONNEKT-Pfade als vertrauenswürdige Sites hinzufügen

## Situation

Benutzer können Dateien, z. B. Excel-Makrodateien, nicht öffnen, indem sie in KONNEKT doppelt darauf klicken.

## Problem

Alle SharePoint-URLs und der entsprechende in KONNEKT verwendete UNC-Pfad müssen als vertrauenswürdige Sites festgelegt werden

## Lösung

Diese können festgelegt werden in:

* Internetoptionen in Edge oder Internet Explorer (für Windows-10-Benutzer)
* Trust Center in einer Office-App Ihrer Wahl
* Oder über eine Intune-Richtlinie

### Intune

* Neues Profil für "Windows 10 und neuer" erstellen
* Profiltyp "Einstellungskatalog"

<figure><img src="/files/5e53bc6cf053f37ac0aadfe68db4d81de6bf73fe" alt=""><figcaption></figcaption></figure>

* Nach "Sicherheitsseiten" suchen
* Wählen Sie die folgende Kategorie \\\\

```
Windows-Komponenten > Internet Explorer > Internetsteuerungsfeld > Sicherheitsseite
```

* Verwenden Sie entweder
  * Liste für Site-zu-Zone-Zuordnung
  * Liste für Site-zu-Zone-Zuordnung (Benutzer)

<figure><img src="/files/139d8bf0ff16bf935e67d230303787803cb514c2" alt=""><figcaption></figcaption></figure>

* Alle drei Pfade festlegen - UNC und URL

<figure><img src="/files/afe0cc84e0307617cd324d1cbc3682d52da9a4c8" alt=""><figcaption></figcaption></figure>

```
"<TenantName>.sharepoint.com"      = "2",
"<TenantName>-my.sharepoint.com"   = "2",
"\\OneDrive-<TenantName>" = "2"​
```

{% hint style="info" %}
TenantName ist definiert durch den anfänglichen oder standardmäßigen Tenant-Namen, der festgelegt ist in[ Microsofts Admin Center](https://admin.cloud.microsoft/?#/Domains). Dies hängt davon ab, ob "[EnhancedAuthentication](/de/configuration/system-settings/enhanced-authentication.md)" aktiviert ist.
{% endhint %}

Die Einrichtung verhindert nicht, dass Outlook eine Sicherheitsmeldung anzeigt.

<figure><img src="/files/c496604adfe730fae9f5de7ef5e61f03dca65a83" alt=""><figcaption></figcaption></figure>

Anweisungen zum Deaktivieren dieses Dialogfelds finden Sie im Artikel [*Hyperlink-Warnmeldungen in Office-Programmen aktivieren oder deaktivieren*](https://learn.microsoft.com/en-us/troubleshoot/microsoft-365-apps/office-suite-issues/enable-disable-hyperlink-warning#how-to-globally-enable-or-disable-hyperlink-warnings).

HKEY\_CURRENT\_USER\\\software\\\policies\\\microsoft\\\office\\\16.0\\\common\\\security\
DWORD: DisableHyperlinkWarning\
Wert: 1

{% hint style="warning" %}
Diese Problemumgehung macht einen Computer oder ein Netzwerk anfälliger für Angriffe durch böswillige Benutzer oder durch Schadsoftware wie Viren.
{% 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/troubleshooting/add-konnekt-paths-as-trusted-sites.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.
