> 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/add-konnekt-paths-as-trusted-sites.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, ao fazer duplo clique neles no KONNEKT.

## Problema

Todos os URLs do SharePoint e o respetivo caminho UNC usados no KONNEKT precisam de ser definidos como sites fidedignos

## 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 Office à sua escolha
* Ou através de uma política do Intune

### Intune

* Criar novo perfil para "Windows 10 e posterior"
* Tipo de perfil "Catálogo de definições"

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

* Procurar por "páginas de segurança"
* Selecione a seguinte categoria \\\\

```
Componentes do Windows > Internet Explorer > Painel de Controlo da Internet > Página de segurança
```

* Utilize um dos seguintes
  * Lista de atribuição de sites a zonas
  * Lista de atribuição de sites a zonas (Utilizador)

<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 predefinido do Tenant definido em[ Centro de administração da Microsoft](https://admin.cloud.microsoft/?#/Domains). Isto depende de se "[EnhancedAuthentication](/pt/configuration/system-settings/enhanced-authentication.md)" está ativado.
{% endhint %}

Configurar 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ção 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 temporária torna um computador ou uma rede mais vulnerável a ataques por utilizadores maliciosos 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/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.
