> For the complete documentation index, see [llms.txt](https://tools.thehacker.recipes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tools.thehacker.recipes/mimikatz/modules/privilege/tcb.md).

# tcb

`privilege::tcb` requests the tcb privilege (`SeTcbPrivilege`).

> This privilege identifies its holder as part of the trusted computer base. Some trusted protected subsystems are granted this privilege.
>
> User Right: Act as part of the operating system.
>
> ([docs.microsoft.com](https://docs.microsoft.com/en-us/windows/win32/secauthz/privilege-constants))

```
mimikatz # privilege::tcb
Privilege '7' OK
```
