# How to Use Remote Registry Editor

**Overview**

The Remote Registry Editor allows IT administrators to view, create, and modify Windows Registry keys and values on a managed device without needing a remote desktop session. This is critical for applying configuration fixes, disabling specific features, or auditing system settings in the background.

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

**1. Navigate to the Computer List**

First, select the device you need to configure.

* From the main menu, expand Devices (1) and select Computers (2).
* Locate the target machine (e.g., `WIN-OEA8DBV56CT`) and click on its name (3) to open the details page.

<figure><img src="/files/83CeyBUPE5FwwUeaMVTg" alt=""><figcaption></figcaption></figure>

**2. Access the Registry Tool**

Establish a live connection to access the system tools.

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

**3. Browse and Modify Keys**

The interface mimics the standard Windows Registry Editor.

* Navigation: Use the tree view on the left to browse through hives like `HKEY_LOCAL_MACHINE` and `HKEY_CURRENT_USER` to find the specific key you need (e.g., `SOFTWARE > SOFTWARE_Child_1`).
* Add New Value: To create a new registry entry, click the Plus (+) icon (3) located at the top right of the value list.

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

**4. Define Value Data**

In the "New value" pop-up window, configure the specific entry details.

* Name: Enter the name of the registry value (e.g., `DisableKeyboard`).
* Type: Select the correct data type from the dropdown, such as DWORD (32-bit integer), String, or Binary.
* Data: Enter the value data (e.g., `1` to enable the setting).
* Click OK to save the change immediately to the remote device.

<figure><img src="/files/g5KFPOYgxTCH58wh8KUY" 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-use-remote-registry-editor.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.
