# Add KONNEKT paths as Trusted sites

## Situation

Users cannot open files e.g. Excel macro files by double clicking on it in KONNEKT.

## Problem

&#x20;All SharePoint URLs and the corresponding UNC path used in KONNEKT need to be set as trusted sites

## Solution

These can be set in:

* Internet options in Edge or Internet Explorer (for Windows 10 users)
* Trust Center in an Office app of your choice
* Or via an Intune policy

### Intune

* Create new profile for "Windows 10 and later"
* Profile type "Settings catalog"

<figure><img src="https://2727108687-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M8zLVuKYctMIUr68_fs%2Fuploads%2FCdpa73ZsVt1QIovsydLh%2Fimage.png?alt=media&#x26;token=f8be0631-f18a-4d7f-b850-1d18742f615e" alt=""><figcaption></figcaption></figure>

* Search for "security pages"
* Select the following category&#x20;  \\

```
Windows Components > Internet Explorer > Internet Control Panel > Security Page
```

* Use either&#x20;
  * Site to Zone Assignment List
  * Site to Zone Assignment List (User)

<figure><img src="https://2727108687-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M8zLVuKYctMIUr68_fs%2Fuploads%2FXRonCd6OqLguqRaXodD1%2Fimage.png?alt=media&#x26;token=b2da539c-f38a-459e-8d29-e69fc31271f0" alt=""><figcaption></figcaption></figure>

* Set all three paths - UNC and URL

<figure><img src="https://2727108687-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M8zLVuKYctMIUr68_fs%2Fuploads%2FwUzqyFL6gT9sZ76e6YRO%2Fimage.png?alt=media&#x26;token=1e5ea2e6-0676-44ff-860c-feb4c13c8738" alt=""><figcaption></figcaption></figure>

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

{% hint style="info" %}
TenantName is defined by the initial or the default tenant name set in[ Microsoft's Admin Center](https://admin.cloud.microsoft/?#/Domains). This depends if "[EnhancedAuthentication](https://docs.konnekt.io/configuration/system-settings/enhanced-authentication)" is enabled.&#x20;
{% endhint %}

Setting this up won't pretend Outlook from displaying a Security notice.

<figure><img src="https://2727108687-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M8zLVuKYctMIUr68_fs%2Fuploads%2Fm0JOFL1KDnJ5edZoxNuK%2Fimage.png?alt=media&#x26;token=66cdcbed-f193-426b-8f3d-b60e4fdb41b2" alt=""><figcaption></figcaption></figure>

For instructions on how to turn off this dialog, refer to the article [*Enable or Disable Hyperlink Warning Messages in Office Programs*](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\
Value: 1

{% hint style="warning" %}
This workaround makes a computer or a network more vulnerable to attack by malicious users or by malicious software such as viruses.
{% endhint %}
