# id

`privilege::id` requests a privilege by its `id`.

In the following example, the `id` with value `10` maps to the `SeLoadDriverPrivilege` privilege (like the [driver](/mimikatz/modules/privilege/driver.md) command).

```
mimikatz # privilege::id 10
Privilege '10' OK
```

Depending on the defined privilege number, the following error might be raised:

```
mimikatz # privilege::id 1
ERROR kuhl_m_privilege_simple ; RtlAdjustPrivilege (1) c0000061

mimikatz # privilege::id 2
ERROR kuhl_m_privilege_simple ; RtlAdjustPrivilege (2) c0000061
```

This indicates that Mimikatz is not running with administrative privileges. UAC is also a case to consider when GUI access is not possible.


---

# 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://tools.thehacker.recipes/mimikatz/modules/privilege/id.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.
