> ## Documentation Index
> Fetch the complete documentation index at: https://docs.truu.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# TruU for RDP and UAC Feature

> TruU gives you the ability utilize the Windows RDP and UAC native Windows OS functions passwordlessly. The following options in the system tray can be checked, or unchecked, depending on need.

To access these two features, follow the steps below:

1. Navigate to the "Down Arrow" icon on the bottom right corner of your screen. Then, click the **TruU** icon. Here, you can see the two options as to what features - whether it be RDP or UAC - you wish to use

<img src="https://mintcdn.com/truu-2/YlfY4z_3_-uDkBaP/images/docs/66630c6464ca2aae11b72c7c72f839b8d77c6cbfdd7beb8a2345c87fe20d4755-image.png?fit=max&auto=format&n=YlfY4z_3_-uDkBaP&q=85&s=78e79761316079fb7878137c2a015801" alt="" width="1002" height="758" data-path="images/docs/66630c6464ca2aae11b72c7c72f839b8d77c6cbfdd7beb8a2345c87fe20d4755-image.png" />

**RDP**

TruU enhances Remote Desktop Protocol (RDP) sessions by prompting users to authenticate using their biometrics or PIN, ensuring secure and seamless access. This feature provides an additional layer of security, making remote access convenient and highly secure.

<img src="https://mintcdn.com/truu-2/L38yxuvvUa8uAW5I/images/docs/1290c8431ab37b21bed6884312015f317c3e91dd10a7535f1fc5498d3ee6c88f-image.png?fit=max&auto=format&n=L38yxuvvUa8uAW5I&q=85&s=c97a0b427ef60f30089b7413f15e9763" alt="" width="499" height="580" data-path="images/docs/1290c8431ab37b21bed6884312015f317c3e91dd10a7535f1fc5498d3ee6c88f-image.png" />

<img src="https://mintcdn.com/truu-2/E6hYbyLPrBHWbQ3m/images/docs/cc71c9502415adc9c9408018f6c5b56c6332f26d8898bcc3d8bf60a508f6c9a6-image.png?fit=max&auto=format&n=E6hYbyLPrBHWbQ3m&q=85&s=d6095723989f85107b55afdaab020d7a" alt="" width="705" height="489" data-path="images/docs/cc71c9502415adc9c9408018f6c5b56c6332f26d8898bcc3d8bf60a508f6c9a6-image.png" />

To disable TruU for RDP, use the command below. This can be deployed for individual users or groups:

```
HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Authentication\\Credential Providers\{5fd3d285-0dd9-4362-8855-e0abaacd4af6}" /v TruuForRdpFeatureEnabled /t REG_DWORD /d 0 /f
```

**UAC**

TruU integrates with User Account Control (UAC) by prompting users to authenticate using their biometrics or PIN, ensuring secure elevation of privileges. This feature enhances security by verifying user identity before allowing administrative actions.

<img src="https://mintcdn.com/truu-2/jMF4bYA9yOA_2TKv/images/docs/2ff8e556b01a04b5c128385bec828ba17d7834ea7ba594f4e22eb26467d031ff-image.png?fit=max&auto=format&n=jMF4bYA9yOA_2TKv&q=85&s=9c88f00cb306ef865f62ae77bde608fc" alt="" width="518" height="689" data-path="images/docs/2ff8e556b01a04b5c128385bec828ba17d7834ea7ba594f4e22eb26467d031ff-image.png" />

To disable TruU for UAC, use the command below. This can be deployed for individual users or groups:

```
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\Credential Providers\{5fd3d285-0dd9-4362-8855-e0abaacd4af6}" /v TruuForUacFeatureEnabled /t REG_DWORD /d 0 /f
```

***

[MacOS Binding to AD: Consider the Alternatives](/docs/mac-binding-to-ad-consider-the-alternatives)

[TruU's Internationalization](/docs/truus-internationalization)
