> 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/pre-visualizacao-de-pdf-danificada-apos-a-atualizacao-do-windows-11.md).

# Pré-visualização de PDF danificada após a atualização do Windows 11

## Situação

Após instalar a atualização cumulativa de outubro de 2025 ([KB5066835](https://support.microsoft.com/en-us/topic/october-14-2025-kb5066835-os-builds-26200-6899-and-26100-6899-1db237d8-9f3b-4218-9515-3e0a32729685)), muitos utilizadores repararam que os ficheiros PDF já não são apresentados no painel de pré-visualização do Explorador de Ficheiros. Em vez disso, aparece um aviso:

> "O ficheiro que está a tentar pré-visualizar pode prejudicar o seu computador. Se confiar no ficheiro e na origem de onde o recebeu, abra-o para ver o seu conteúdo."

Este comportamento é **intencional** no 25H2. O Windows passa agora a aplicar um tratamento mais rigoroso aos ficheiros marcados com **Mark of the Web (MOTW) -** uma etiqueta de segurança aplicada a ficheiros transferidos da Internet ou de partilhas de rede. O painel de pré-visualização recusa renderizar estes ficheiros, a menos que sejam explicitamente considerados fidedignos.

## Solução

Os utilizadores podem adicionar o caminho UNC do seu KONNEKT à lista de sites fidedignos:

```
\\OneDrive-<TenantDefaultName>
```

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

**Caminho do Registo**:

```
Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\onedrive-<TenantDefaultName>
```

Adicione uma entrada chamada "file" como REG\_DWORD e defina o seu valor como 2.

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

### Recomendação

Geralmente, recomenda-se definir esta entrada através de uma política do Intune ou de uma GPO; por utilizador ou por dispositivo.

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


---

# 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/pre-visualizacao-de-pdf-danificada-apos-a-atualizacao-do-windows-11.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.
