# How to manually register the QLM Agent Windows Service

If the QLM Agent Windows Service fails to install, you can follow the procedure below to register it.

#### Install the QLM Agent Service

* Open a Windows command prompt as Administrator (Run As Administrator)
* Type: C\Windows\Microsoft.NET\Framework64\v4.0.30319\InstallUtil.exe "C:\Program Files\Soraco\QuickLicenseMgr\QlmAgentSvc.exe" /install

If a previous version of the QLM Agent Service was not successfully removed, you can uninstall it as follows:

* Open a Windows command prompt as Administrator (Run As Administrator)
* Type: C\Windows\Microsoft.NET\Framework64\v4.0.30319\InstallUtil.exe "C:\Program Files\Soraco\QuickLicenseMgr\QlmAgentSvc.exe" /uninstall


---

# 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.soraco.co/docs/qlm-agent/how-to-manually-register-the-qlm-agent-windows-service.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.
