> 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/fr/troubleshooting/ajouter-les-chemins-konnekt-en-tant-que-sites-approuves.md).

# Ajouter les chemins KONNEKT en tant que sites approuvés

## Situation

Les utilisateurs ne peuvent pas ouvrir des fichiers, par exemple des fichiers macro Excel, en double-cliquant dessus dans KONNEKT.

## Problème

&#x20;Toutes les URL SharePoint et le chemin UNC correspondant utilisés dans KONNEKT doivent être définis comme sites de confiance

## Solution

Celles-ci peuvent être définies dans :

* Options Internet dans Edge ou Internet Explorer (pour les utilisateurs de Windows 10)
* Centre de gestion de la confidentialité dans une application Office de votre choix
* Ou via une stratégie Intune

### Intune

* Créer un nouveau profil pour "Windows 10 et versions ultérieures"
* Type de profil "Catalogue de paramètres"

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

* Rechercher "pages de sécurité"
* Sélectionnez la catégorie suivante&#x20;  \\

```
Composants Windows > Internet Explorer > Panneau de configuration Internet > Page de sécurité
```

* Utilisez soit&#x20;
  * Liste d’affectation des sites aux zones
  * Liste d’affectation des sites aux zones (Utilisateur)

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

* Définissez les trois chemins - UNC et URL

<figure><img src="/files/3d4982bb11a0a2f2ad7acd673993ca98e9450f71" alt=""><figcaption></figcaption></figure>

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

{% hint style="info" %}
TenantName est défini par le nom initial ou le nom par défaut du locataire défini dans[ le Centre d’administration Microsoft](https://admin.cloud.microsoft/?#/Domains). Cela dépend si "[EnhancedAuthentication](/fr/configuration/system-settings/authentification-renforcee.md)" est activé.&#x20;
{% endhint %}

La configuration de cela n’empêchera pas Outlook d’afficher un avertissement de sécurité.

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

Pour savoir comment désactiver cette boîte de dialogue, consultez l’article [*Activer ou désactiver les messages d’avertissement sur les liens hypertextes dans les programmes Office*](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\
Valeur : 1

{% hint style="warning" %}
Cette solution de contournement rend un ordinateur ou un réseau plus vulnérable aux attaques de la part d’utilisateurs malveillants ou de logiciels malveillants tels que des virus.
{% 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/fr/troubleshooting/ajouter-les-chemins-konnekt-en-tant-que-sites-approuves.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.
