# Validating A Successful Activation

After completing the activation of the hot desk computer, you can optionally validate the activation was configured correctly.

{% stepper %}
{% step %}
First validate the the start-up entry was created in the Windows Registry. This entry is responsible for starting up <code class="expression">space.vars.PRODUCT\_NAME</code> when a user signs in to the computer. Hit the Windows key on your keyboard, enter "registry" then click the Registry Editor app

<figure><img src="/files/DA2lkj7Vd8L2f5oWbr5s" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
The Registry Editor will pop open. Copy and paste the following line of text in to the address bar of the Registry Editor and hit return:

`Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Run`

You should now be in the Run folder in the Registry Editor with an entry showing in the right hand pane with the name `Thinkscape.ZeeDrive.1`

<figure><img src="/files/5zytPyVRFMgW1SsdTDex" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Now validate that the hot desk computer is showing in the <code class="expression">space.vars.PRODUCT\_NAME</code> [Administration Console](/administration-guide/overview-of-the-administration-console.md). Choose the option "Manage hot desk computers and desktop servers" from the action button

<figure><img src="/files/WXU6deOSWaVZ6z9WYyEX" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
The busy indicator will show briefly whilst the list of activated computers are retrieved from the activation service, after which the name you assigned to the hot desk computer during activation should now show in the listing

<figure><img src="/files/7Bj76KDmMUfmpqKTChEO" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.zeedrive.com/administration-guide/deploying-to-hot-desk-computers/validating-a-successful-activation.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.
