# Change KONNEKT name in explorer

By editing the following registry key, you can change the name of KONNEKT in Windows Explorer to a preferred name e.g. File Server, SharePoint files, company name, etc.

### **Key paths**

You have to change the "(Default)" values in the following two registry keys:

Key for 64 bit apps:

```
Computer\HKEY_CLASSES_ROOT\CLSID\{6E619E0D-21EB-4471-A40B-040815C884EF}
```

Key for 32 bit apps:

```
Computer\HKEY_CLASSES_ROOT\WOW6432Node\CLSID\{6E619E0D-21EB-4471-A40B-040815C884EF}
```

Change the value of the "(Default)" REG\_SZ to whatever name you would like. By default it is `KONNEKT`.

In the following example, we changed it to `SharePoint Data`

![](/files/1BFSKoao0flTARluHN7m)

### **Result**

![](/files/97iR6Mvi2xdwZyR7cDsq)


---

# 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.konnekt.io/configuration/gui-behavior/change-konnekt-name-in-explorer.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.
