--- title: RemoteDesktop Policy CSP description: Learn more about the RemoteDesktop Area in Policy CSP. ms.date: 08/06/2024 --- # Policy CSP - RemoteDesktop ## AutoSubscription | Scope | Editions | Applicable OS | |:--|:--|:--| | ❌ Device
✅ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041.1370] and later
✅ Windows 10, version 20H2 [10.0.19042.1370] and later
✅ Windows 10, version 21H1 [10.0.19043.1370] and later
✅ Windows 10, version 21H2 [10.0.19044.1370] and later
✅ Windows 11, version 21H2 [10.0.22000] and later | ```User ./User/Vendor/MSFT/Policy/Config/RemoteDesktop/AutoSubscription ``` Controls the list of URLs that the user should be auto-subscribed to. This policy lets you enable automatic subscription for the Microsoft Remote Desktop client. If you define this policy, the client uses the specified URL to subscribe the signed-in user and retrieve the remote resources assigned to them. To automatically subscribe to [Azure Virtual Desktop](/azure/virtual-desktop/overview) in the Azure public cloud, set the URL to `https://rdweb.wvd.microsoft.com/api/arm/feeddiscovery`. **Description framework properties**: | Property name | Property value | |:--|:--| | Format | `chr` (string) | | Access Type | Add, Delete, Get, Replace | | Allowed Values | List (Delimiter: `|`) | **Group policy mapping**: | Name | Value | |:--|:--| | Name | AutoSubscription | | Friendly Name | Enable auto-subscription | | Location | User Configuration | | Path | AutoSubscription | | Registry Key Name | SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services | | Registry Value Name | AutoSubscription | | ADMX File Name | TerminalServer.admx | ## LoadAadCredKeyFromProfile | Scope | Editions | Applicable OS | |:--|:--|:--| | ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | ```Device ./Device/Vendor/MSFT/Policy/Config/RemoteDesktop/LoadAadCredKeyFromProfile ``` Allow encrypted DPAPI cred keys to be loaded from user profiles for Microsoft Entra accounts. This policy allows the user to load the data protection API (DPAPI) cred key from their user profile, and decrypt any previously encrypted DPAPI data in the user profile or encrypt any new DPAPI data. This policy is needed when using [FSLogix user profiles](/fslogix/overview) from Microsoft Entra joined VMs. **Description framework properties**: | Property name | Property value | |:--|:--| | Format | `int` | | Access Type | Add, Delete, Get, Replace | | Default Value | 0 | **Allowed values**: | Value | Description | |:--|:--| | 0 (Default) | Not allowed. | | 1 | Allowed. | ## Related articles [Policy configuration service provider](policy-configuration-service-provider.md)