---
title: Remote Desktop Windows Login
description: To enable MFA for a remote desktop login (RDP), the following additional configurations are required.
component: enterprise-connect
version: latest
page_id: enterprise-connect:workstation-windows-guide-3.7.2.7293:remote-deskop-login
canonical_url: https://docs.pingidentity.com/enterprise-connect/latest/workstation-windows-guide-3.7.2.7293/remote-deskop-login.html
section_ids:
  editing_the_remote_desktop_script: Editing the remote desktop script
  configuring_windows_system_properties: Configuring Windows system properties
---

# Remote Desktop Windows Login

To enable MFA for a remote desktop login (RDP), the following additional configurations are required.

## Editing the remote desktop script

Edits are required to the RDP script.

Edit RDP script

1. Launch a Remote Desktop Connection.

2. Select the remote computer and click Show Options.

3. Under Connection Settings, click Save As and save the RDP script.

   ![remote desktop script](../_images/workstation-windows-guide/remote-desktop-script.png)

4. Add the following line to the end of the script:

   ```
   enablecredsspsupport:i:0
   ```

   |   |                                                                                                                                                                                                                  |
   | - | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
   |   | To open the RDP file in a text editor, you must first open the text editor and then open up the RDP file from there. If you select the RDP file directly in Windows, it will attempt to run the RDP application. |

5. Save the script.

## Configuring Windows system properties

System protection settings need to be in place for the remote desktop.

Configure system protection settings

1. Log into the relevant remote desktop Windows machine.

2. Go to Control Panel > System and Security > System.

3. Click Remote settings.

4. Under Remote Desktop:

   * Select the Allow remote connections to this computer radio button.

   * Verify that the Allow connections only from computers running Remote Desktop with Network Level Authentication checkbox is **NOT** selected.

5. Click Apply.

![remote desktop system protection settings](../_images/workstation-windows-guide/remote-desktop-system-protection-settings.png)

|   |                                                                |
| - | -------------------------------------------------------------- |
|   | Administrative privileges are required to perform this action. |
