# How to Manage Processes Remotely

**Overview**

The Remote Process Manager gives you a real-time view of all applications and background processes running on a managed device. Similar to the Windows Task Manager, this tool allows you to monitor system activity and immediately terminate (kill) any unresponsive or malicious processes without interrupting the user's session.

#### **Step-by-Step Guide**

**1. Navigate to the Computer List**

First, select the device you need to troubleshoot.

* From the main menu, go to Devices (1) and then select Computers (2).
* Locate the target machine in the list (e.g., `#BDESK-CL1`) and click on its name (3) to open the details page.

<figure><img src="/files/UnltxGEcfaB4bqJGjNIV" alt=""><figcaption></figcaption></figure>

**2. Access the Processes Tool**

Once on the device page, open the live management tools.

* Click on the Live Connection tab (1) in the top navigation bar.
* In the sidebar menu on the left, select Processes (2).

**3. Monitor and Terminate Processes**

The main panel will display a live list of all active processes.

* View Details: You can see the PID (Process ID) and the Name of the application (e.g., `System`, `Registry`).
* Terminate a Process: If an application is frozen or using too many resources, locate it in the list and click the Stop icon (⊖) in the Actions column (left side) to force it to close immediately.

<figure><img src="/files/7JUPVo0zDdH7KbDz9NpB" alt=""><figcaption></figcaption></figure>


---

# 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.booldesk.com/how-to-use-modules/system-management-module/how-to-manage-processes-remotely.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.
