> 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/windows-11-noni-pdf-purebygareru.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 ファイルが File Explorer のプレビュー ペインで表示されなくなったことに気付きました。代わりに、次の警告が表示されます：

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

この動作は **意図的なものであり** 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/windows-11-noni-pdf-purebygareru.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.
