> 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/pt/troubleshooting/adicionar-caminhos-konnekt-como-sites-de-confianca.md).

# Adicionar caminhos KONNEKT como sites de confiança

## Situação

Os utilizadores não conseguem abrir ficheiros, por exemplo ficheiros de macros do Excel, fazendo duplo clique neles no KONNEKT.

## Problema

&#x20;Todos os URLs do SharePoint e o respetivo caminho UNC utilizados no KONNEKT precisam de ser definidos como sites de confiança

## Solução

Isto pode ser definido em:

* Opções da Internet no Edge ou no Internet Explorer (para utilizadores do Windows 10)
* Centro de Fidedignidade numa aplicação do Office à sua escolha
* Ou através de uma política do Intune

### Intune

* Criar novo perfil para "Windows 10 and later"
* Tipo de perfil "Settings catalog"

<figure><img src="/files/61c12521866b09bca46ea545f666641e89cb851a" alt=""><figcaption></figcaption></figure>

* Procurar por "security pages"
* Selecione a seguinte categoria&#x20;  \\

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

* Utilize qualquer um dos seguintes&#x20;
  * Site to Zone Assignment List
  * Site to Zone Assignment List (User)

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

* Defina todos os três caminhos - UNC e URL

<figure><img src="/files/8f7badbc6cd52f51507990e36723d762d5631e16" alt=""><figcaption></figcaption></figure>

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

{% hint style="info" %}
TenantName é definido pelo nome inicial ou pelo nome predefinido do tenant definido em[ Centro de Administração da Microsoft](https://admin.cloud.microsoft/?#/Domains). Isto depende se "[EnhancedAuthentication](/pt/configuration/system-settings/autenticacao-melhorada.md)" está ativado.&#x20;
{% endhint %}

Definir isto não impedirá o Outlook de apresentar um aviso de segurança.

<figure><img src="/files/7bc3b0ce6a3c2ae5e50e6847270cd1d936a046a6" alt=""><figcaption></figcaption></figure>

Para obter instruções sobre como desativar esta caixa de diálogo, consulte o artigo [*Ativar ou desativar mensagens de aviso de hiperligações nos programas do 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\
Value: 1

{% hint style="warning" %}
Esta solução alternativa torna um computador ou uma rede mais vulnerável a ataques por utilizadores mal-intencionados ou por software malicioso, como vírus.
{% 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/pt/troubleshooting/adicionar-caminhos-konnekt-como-sites-de-confianca.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.
