# Finder（クラシック）でのパスワード保存防止

### 概要 <a href="#preventingpasswordsavinginfinder-classic-overview" id="preventingpasswordsavinginfinder-classic-overview"></a>

Finderのログインセッションのパスワードを保存することは、何度もパスワードを入力せずに済む便利な機能です。 しかし、特にユーザーがFinderで使用するワークステーションを共有する場合は、セキュリティ上の理由から、パスワード入力を必須とするポリシーを実施したいかもしれません。

しかし、V6.18からは、FinderおよびNexthink webインターフェースのユーザー認証をWindows認証に設定することで、より便利で安全です。 V6.21以降では、[ユーザーのSAML認証の有効化](https://nxdocs.atlassian.net/wiki/spaces/nxserver/pages/125304920/Enabling+SAML+authentication+of+users)により、その他の企業向けシングルサインオンオプションが利用可能です。 可能な限り、以下の方法を使用してパスワードの保存を防ぐために、SAMLまたはWindows認証に基づく企業向けシングルサインオンソリューションを使用することが望ましいです。

### 手順 <a href="#preventingpasswordsavinginfinder-classic-procedure" id="preventingpasswordsavinginfinder-classic-procedure"></a>

FinderはWindowsレジストリ内のキーを読み込み、ユーザーがパスワードを保存できるかどうかを判断します。 キーの値が1に設定されている場合、Finderはログインダイアログにある「パスワードを記憶する」と「自動サインイン」のオプションを非表示にします。

Finderセッションでユーザーがパスワードを保存しないようにするには：

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

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

***

関連タスク

* [Finderにログインする](/platform/ja/getting-started/installing-finder-classic/logging-in-to-finder-classic.md)
* [ユーザーのSAML認証の有効化](https://nxdocs.atlassian.net/wiki/spaces/nxserver/pages/125304920/Enabling+SAML+authentication+of+users)


---

# Agent Instructions: 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:

```
GET https://docs.nexthink.com/platform/ja/references/references-classic/maintenance-operations-classic/security-and-user-account-management-classic/preventing-password-saving-in-finder-classic.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
