> 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/ja/troubleshooting/pdf-preview-broken-after-windows-11-update.md).

# Windows 11 更新後に PDF プレビューが壊れる

## 状況

2025年10月の累積更新プログラム（[KB5066835](https://support.microsoft.com/en-us/topic/october-14-2025-kb5066835-os-builds-26200-6899-and-26100-6899-1db237d8-9f3b-4218-9515-3e0a32729685)）をインストールした後、多くのユーザーが、PDFファイルがファイル エクスプローラーのプレビューウィンドウで表示されなくなったことに気付きました。代わりに、次の警告が表示されます：

> 「プレビューしようとしているファイルは、コンピューターに害を及ぼす可能性があります。ファイルと、その送信元を信頼できる場合は、開いて内容を表示してください。」

この動作は **意図的なものです** 25H2 でのものです。Windows は現在、 **Mark of the Web (MOTW) -** でタグ付けされたファイルに対して、より厳格な処理を強制しています。これは、インターネットまたはネットワーク共有からダウンロードされたファイルに適用されるセキュリティ ラベルです。これらのファイルが明示的に信頼されていない限り、プレビューウィンドウはそれらを表示しません。

## 解決策

ユーザーは、KONNEKT の UNC パスを信頼済みサイトの一覧に追加できます：

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

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

**レジストリ パス**:

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

"file" という名前のエントリを REG\_DWORD として追加し、その値を 2 に設定します。

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

### 推奨事項

通常、このエントリは Intune ポリシーまたは GPO を使用して設定することを推奨します。ユーザーごと、またはデバイスごとのいずれでもかまいません。

<figure><img src="/files/c60f4604d3df7e6e675cf55c15fe3bd16ad57dd1" 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/ja/troubleshooting/pdf-preview-broken-after-windows-11-update.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.
