> 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/configuration/system-settings/offline-attribute.md).

# オフライン属性

KONNEKT によって提供されるファイルは、オフライン属性が付与されます（参照先も [FILE\_ATTRIBUTE\_OFFLINE](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-fscc/ca28ec38-f155-4768-81d6-4bfeb8586fc9)）。このオフライン属性は、Windows Explorer のような他のシステムコンポーネントに対して、そのファイルがローカルで利用できないことを示します。これにより、プレビュー、検索、インデックス作成などのコンポーネントがファイルにアクセスするのを防ぎます。

したがって、ファイルにオフライン属性を付与することで、KONNEKT クライアントと SharePoint Online の間の帯域幅を節約できます。その代わりとして、Windows Explorer ではサムネイルやプレビュー（例：画像のプレビュー）は表示されません。場合によっては、オフラインとしてマークされたファイルに Windows Explorer が灰色の X を表示することもあります（参照先も [ファイルとフォルダーに灰色の「X」または「茶色のスーツケース」が表示されるのはなぜですか?](/ja/troubleshooting/why-is-there-a-grey-x-on-my-files-and-folders.md)).

既定では、KONNEKT は PDF を除くすべてのファイルをオフラインとしてマークします。このポリシーにより、この動作を変更できます。

{% hint style="warning" %}
一部のファイル種類でオフライン属性を無効にすると、Windows Explorer はそのファイルのプレビュー情報を表示できるようになりますが、その代償としてネットワークトラフィックが増え、ディレクトリを閲覧する際の応答時間が遅くなる可能性があります。また、 [SharePoint のスロットリング](/ja/configuration/system-settings/throttling-prevention/sharepoint-throttling-prevention.md).

そのため、オフライン属性は慎重に無効化し、Office 365 への接続が良好な環境に対してのみ適用してください。
{% endhint %}

## すべてのファイルに対するオフライン属性の設定

このポリシーは、KONNEKT によって処理されるすべてのファイルがオフライン属性でマークされるかどうかを制御します。

**GPO ポリシー名**: 「オフライン属性」

**キー名**: `EnableOfflineAttribute` (REG\_DWORD)

**値**

|          GPO 設定         |   値  | 動作                                                     |
| :---------------------: | :--: | ------------------------------------------------------ |
|           未構成           | 該当なし | KONNEKT によって処理されるすべてのファイル種類（PDF を除く）は、オフラインとしてマークされます。 |
| <p>有効にする</p><p>(既定)</p> |   1  | KONNEKT によって処理されるすべてのファイル種類（PDF を除く）は、オフラインとしてマークされます。 |
|            無効           |   0  | KONNEKT によって処理されるすべてのファイル種類は、オンラインとしてマークされます。          |

## 特定のファイル種類をオフライン属性から除外する（フィルター）

{% hint style="info" %}
このポリシーはバージョン 2.0 以降に適用されます
{% endhint %}

このポリシーは、どのファイル種類が **機能しません** オフライン属性でマークされるかを制御します。

**GPO ポリシー名**: 「オフライン属性フィルター」

**キー名**: `OfflineAttributeFilter` (REG\_SZ)

**値**

| GPO 設定 |               値               | 動作                                       |
| :----: | :---------------------------: | ---------------------------------------- |
|   未構成  |              該当なし             | PDF ファイルのみがオフライン属性の対象外となります。             |
|  有効にする |          \<filetypes>         | 指定されたファイル拡張子（\| で区切る）は、オフライン属性の対象外となります。 |
|   無効   | <p>該当なし</p><p>(キーは存在しません)</p> | PDF ファイルのみがオフライン属性の対象外となります。             |

**例** \<filetypes> の例: `pdf|png|jpg|jpeg`

## **ポリシーを適用する方法はいくつかあります**

* マシンまたはユーザーのレジストリ設定の下でレジストリにキーを追加して手動で
* GPO で、参照 [GPO での設定](/ja/configuration/management-options/settings-via-gpo.md)
* Intune でポリシーを配信することで、参照 [Intune 管理対象デバイスの設定](/ja/configuration/management-options/setting-for-intune-managed-devices-1/intune-system-settings.md#offline-attribute)

**ポリシー** 保存先:

`HKEY_CURRENT_USER\SOFTWARE\Policies\glueckkanja\Konnekt`

`HKEY_LOCAL_MACHINE\SOFTWARE\Policies\glueckkanja\Konnekt`


---

# 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/configuration/system-settings/offline-attribute.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.
