> 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/user-guide/remote-actions/setting-up-and-managing-remote-actions/application-control-and-remote-actions.md).

# アプリケーションコントロールとリモートアクション

Microsoftは、組織がAppLockerを使用してアプリケーション制御ポリシーを展開できるようにしています。 これにより、サポートされているWindowsオペレーティングシステム上で、どの実行可能ファイル、スクリプト、Windows Installerファイル、動的リンクライブラリ（DLL）、パッケージアプリ、およびパッケージアプリインストーラーを実行できるかを制御できます。

Microsoftのドキュメントサイトで、[AppLocker](https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-application-control/applocker/applocker-overview)（外部リンク）およびその[要件](https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-application-control/applocker/requirements-to-use-applocker)（外部リンク）について詳しく学ぶことができます。

## AppLocker互換モード <a href="#applicationcontrolandremoteactions-applockercompatibilitymode" id="applicationcontrolandremoteactions-applockercompatibilitymode"></a>

Collector バージョン 6.27.2.186 以降では、マシン上でAppLockerが実行されている場合でも、現在のインタラクティブユーザーセッションの下でリモートアクションスクリプトを実行できます。

すべてが期待どおりに動作するようにするには、スクリプトがAppLockerポリシーによって実行を許可されている必要があります。 これはNexthink特有のものではなく、Microsoftのドキュメントサイトで詳しく学ぶことができます。

AppLocker互換モードを有効にするには、次のレジストリキーを追加します。

| キー    | **HKLM\Software\Nexthink\RemoteActions** |
| ----- | ---------------------------------------- |
| 値の名前  | **applockercompat**                      |
| 値の種類  | **DWORD**                                |
| 値のデータ | **1**                                    |

変更はすぐに有効になり、Collector やオペレーティングシステムを再起動する必要はありません。

## 重要なガイドライン <a href="#applicationcontrolandremoteactions-importantguidelines" id="applicationcontrolandremoteactions-importantguidelines"></a>

リモートアクションがAppLocker互換モードで実行される場合、入力パラメーター名の形式に影響する以下の特定のガイドラインに従うようにしてください。

* 最初の文字は、文字またはアンダースコアでなければなりません。
* 続く文字は、英数字、ハイフン、またはアンダースコアでなければなりません。
* パラメーター名は255文字を超えてはなりません。


---

# 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/user-guide/remote-actions/setting-up-and-managing-remote-actions/application-control-and-remote-actions.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.
