> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/ja/getting-started/installing-finder-classic/expanding-investigations-time-frame-with-finder-classic.md).

# Finderでの調査期間の拡大（クラシック)

{% hint style="info" %}
Nexthink FinderはWindows専用のデスクトップアプリケーションで、現在その機能はNexthinkウェブインターフェース内で利用可能です。 Nexthinkはブラウザから直接利用できるようになり、ほとんどの機能は追加のデスクトップアプリケーションを必要としなくなりました。
{% endhint %}

Nexthinkインスタンスが保持するイベントの膨大な数のため、アクティビティやイベントを繰り返す調査は高い計算コストを要する場合があります。

調査がアクティビティやイベントを繰り返す理由は次のいずれかです。

* 調査がアクティビティまたはイベントを取得します。 例えば、特定のデバイスで最後の1時間に実行されたすべての操作をリストする調査です。
* 調査がオブジェクトを取得しますが、それが以下のいずれかの状況で行われます。
  * アクティビティまたはイベントに関する条件。 例えば、最後の日にパッケージが削除された（アンインストールイベント）デバイスをリストする調査です。
  * 少なくとも1つの集計の計算がアクティビティやイベントに依存し、データストレージ層で利用可能な全期間に対してあらかじめ計算されていません。 例えば、最後の1時間に送信されたネットワークトラフィックが10MBを超えるデバイスをリストする調査です。
  * 強制されたタイムフレームの制限。 例えば、最後の1日のタイムフレームでユーザーをリストする調査は、その最後の日にアクティブだったユーザーのみを返します。

これらの調査は**利用可能な全期間**のタイムフレームを許可しません、なぜなら完全に実行するのに時間がかかりすぎる可能性があるからです。 実際、長期的で高コストの計算を避けるために、アクティビティ関連の調査のタイムフレームはデフォルトで最大7日に制限されています。

Finderでの調査の7日制限を回避するには、Windowsレジストリを操作する必要があります。 制限を削除すると、FinderはNexthinkインスタンスで利用可能な最大日数にわたるタイムフレームの調査をクエリすることができます。 しかし注意が必要なのは、非常に長いタイムフレームの調査はより多くの計算能力を必要とし、データ処理層の反応性を低下させ、Finderの他のユーザーに影響を与える可能性があることです。 したがって、この機能を使用する際は注意してください。

1. Finderがインストールされているコンピュータで、**Winキー+R**を押して実行ダイアログを表示します。
2. ダイアログで開くプログラムとして**regedit**と入力し、**Enter**を押します。 レジストリエディタが開きます。
3. レジストリエディタでWindowsレジストリを参照し、キー**HKEY\_CURRENT\_USER\Software\Nexthink**を選択します。
   * キーが存在しない場合は、**Software**フォルダを右クリックして作成します。
     1. コンテキストメニューから**新規 -> キー**を選択します。
     2. 新しいキーの名前として'Nexthink'と入力します。
     3. レジストリエディタの右側にあるキーの値のリストの領域を右クリックします。
     4. コンテキストメニューから**新規 -> DWORD (32ビット)値**を選択します。
     5. 値の名前として**Remove7DayLimit**と入力します。
4. 名前**Remove7DayLimit**の値を右クリックして、そのデータを変更します。
5. コンテキストメニューから\*\*変更...\*\*を選択します。 値を編集するダイアログが表示されます。
6. ダイアログの**値データ**フィールドの値を1に設定します。
7. **OK**をクリックします。

この方法は1台のコンピュータでのみレジストリキーの値を変更します。 または、GPOを使用してFinderがインストールされているすべてのコンピュータでレジストリキーの同じ値を設定することができます。


---

# 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.nexthink.com/platform/ja/getting-started/installing-finder-classic/expanding-investigations-time-frame-with-finder-classic.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.
