Table of Contents
Jump to Section
What is Remote Desktop Group Policy
1. How to Enable RDP on Windows 10 using Setting or GUI
2. How to Enable Remote Desktop Remotely Using PowerShell
3. How to Enable/Disable Remote Desktop Using Group Policy
4. Network Level Authentication NLA on the remote RDP server
Conclusion
Also Read
Home Software Tutorial Office Software How to Enable Remote Desktop On Windows

How to Enable Remote Desktop On Windows

Aug 03, 2025 am 02:39 AM

Assume a situation whereby you have just set up a remote site and now you find yourself having users or support servers that you can’t physically gain access. This means walking to the desk is out of your options. So how do you go about it to access the data and information you may be in need of?

To get it right, you need to figure out how to enable Remote Desktop via Group Policy, so that it can get applied to all devices at your site. Configuration of remote desktop forms the basis of our guide today. Let’s get started. 

Jump to Section

  • What is Remote Desktop Group Policy
  • How to Enable RDP on Windows 10 using Setting or GUI
  • How to Enable Remote Desktop Remotely Using PowerShell
  • How to Enable/Disable Remote Desktop Using Group Policy
  • Network Level Authentication NLA on the remote RDP server
  • Enable remote connections on Windows using the Control Panel
  • Conclusion

What is Remote Desktop Group Policy

Almost all users who are interested in building safe connections between computers on the internet might have heard about RDP or VPN. RDP stands for the Remote Desktop Protocol. It is a network of communications protocol developed by Microsoft, to allow users to connect to another computer.

With RDP, one can connect to any computer that runs Windows. With RDP, you can connect to the remote PC, view the same display and interact as if you are working on that machine locally. 

Some instances where you may need to use RDP include;

  • When traveling or when on vacation and you need to access your work computer
  • When you can’t go to your office due to certain reasons and you still need to fulfill your daily tasks
  • When you are a system admin and you need to perform administrative duties on your PC such as computer troubleshooting, tune-up, ID protection setting, printer set-up, software installation, email setup, virus and spyware removal, among others.
  • When you need to give a demo and you need to access data from a private device
  • When you want to personalize your remote desktop on experiences such as resolution, connection setting, screen setting, toolbar, start menu, icons among others.

1. How to Enable RDP on Windows 10 using Setting or GUI

The easiest way to enable Remote Desktop on the Windows operating system family is to use a Graphical User Interface (GUI).Using the Settings app, follow the steps below to enable remote access on Windows 10:

  1. Open the “System” control panel

    How to Enable Remote Desktop On Windows

  2. Go to “Remote Desktop”
  3. Toggle the “Enable Remote Desktop” switch to “On”.
  4. Enable the “Allow remote connection to this computer” option in the Remote Desktop section.

    How to Enable Remote Desktop On Windows

  5. Hit “Confirm”.

Once you’ve allowed Remote Desktop on Windows 10, there will be two additionally enabled options:

  • Keep my PC awake for connection when it’s plugged in.
  • Make my PC discoverable on private networks to enable automatic connection from a remote device.

These settings ensure that users always can connect to the remote machine whenever they like.

How to Enable Remote Desktop On Windows

However, performing the above process will need local access to the computer on which you want to enable the RD. 

By default, remote desktop is disabled in both desktop versions of Windows and in Windows Server.

If users go to the “Advanced settings” window, they'll see extra advanced features, such as the option to require computers to utilize “Network Level Authentication” when connecting remotely. This setting ensures the connections are more secure by restricting access only to those who can authorize the connection with the network before they can access the device.

How to Enable Remote Desktop On Windows

The “Advanced settings” page also has the current Remote Desktop port. This information is useful if the user ever needs to reconfigure a router to permit remote desktop access from outside of their network.

Note: By default, the port number is set to 3389.

2. How to Enable Remote Desktop Remotely Using PowerShell

Suppose you want to remotely enable RDP on Windows Server 2012 R2/2016/2019. Here is the procedure to achieve the same;

  1. On your computer, open the PowerShell console and run the following commands to connect to your remote server. Enter-PSSession -ComputerName server.domain.local -Credential domain\administrator.
  2. You will have established a remote session with a computer and now you can execute PowerShell commands on it. To enable Remote Desktop, you need to change registry parameter fDenyTSConnections from 1 to 0 on the remote machine. Run the command; Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server'-name "fDenyTSConnections" -Value 0
  3. When RDP is enabled this way (as opposed to GUI method) the rule that allows remote RDP connections is not enabled in the Windows Firewall rules.
  4. To allow incoming RDP connections in Windows Firewall, run the command; Enable-NetFirewallRule -DisplayGroup "Remote Desktop"
  5. If for some reason the firewall rule is deleted, you can create it manually using the following commands. netsh advfirewall firewall add rule name="allow RemoteDesktop" dir=in protocol=TCP localport=3389 action=allow
  6. In case you need to allow secure RDP authentication (NLA – Network Level Authentication) run the command; Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp' -name "UserAuthentication" -Value 1
  7. Now from your computer, you can check the TCP 3389 port on the remote host to see if it has become available. To do so, run the command below’ Test-NetConnection 192.168.1.11 -CommonTCPPort RDP.
  8. If successful, you should get results similar to what is shown below’

How to Enable Remote Desktop On Windows


The above results mean RDP on the remote host is enables and you can establish a remote desktop connection using mstsc client.

3. How to Enable/Disable Remote Desktop Using Group Policy

You can enable or disable remote desktop using group policy. To do so, perform the following steps.

  1. Search gpedit.msc in the Start menu. In the program list, click gpedit.msc  as shown below;

    How to Enable Remote Desktop On Windows


  2. After Local Group Policy Editor opens, expand Computer Configuration >> Administrative Templates >> Windows Components >> Remote Desktop Services >> Remote Desktop Session Host >> Connections. 
  3. On the right-side panel. Double-click on Allow users to connect remotely using Remote Desktop Services. See below;

    How to Enable Remote Desktop On Windows

  4. Select Enabled and click Apply if you want to enable Remote Desktop. Select Disabled and click Apply if you need to disable it. 

How to Enable Remote Desktop On Windows

Now you will have enabled or disabled remote desktop using group policy

4. Network Level Authentication NLA on the remote RDP server

Network Level Authentication is a method used to enhance RD Session Host server security by requiring that a user be authenticated to RD session Host Server before a session can be created.

If you want to restrict who can access your PC, you can choose to allow access only with Network Level Authentication (NLA). NLA is an authentication tool used in RDP  Server. When a user tries to establish a connection to a device that is NLA enabled, NLA will delegate the user’s credentials from the client-side Security Support Provider to the server for authentication, before creating a session.

The advantages of Network Level Authentication is;

  • It requires fewer remote computer resources initially.
  • It can provide better security by reducing the risk of denial of service attacks.

To configure Network Level Authentication for a connection, follow the steps below.

    1. On the RD Session Host Server, open Remote Desktop Session Host Configuration. To do so, click Start>>Adminstrative Tools1>>Remote Desktop Services>> Remote Desktop Session Host Configuration.
    2. Under Connections, right-click the name of the connection and then click Properties.
    3. On the General tab, select Allow the connection only from computers running Remote Desktop with Network Level Authentication checkbox
    4. Click OK

Note, under step 3, if the “Allow connections only from computers running a remote desktop with network-level authentication” checkbox is not enabled, the “Require user authentication for remote connections by using network-level authentication” Group Policy setting has to be enabled, and has been applied to the RD Session Host Server.

5. Enable remote connections on Windows using the Control Panel

Even though the Settings app and Control panel are easy options for enabling remote desktop access, you can also enable RDP access using the Control Panel. Below you’ll find the instructions on how to enable remote desktop on Windows 10 or 11 via the Control Panel:

  1. Open the Control Panel. The most optimal way would be to type in the "control panel" query in the search box.
    How to Enable Remote Desktop On Windows
  2. In the control panel, select “System and Security”.
    How to Enable Remote Desktop On Windows
  3. Under the “System” section, click “Allow remote access”.
    How to Enable Remote Desktop On Windows
  4. The System Properties window will appear.
  5. In the Remote tab, check the box “Allow Remote Assistance connections to this computer” in the section Remote Assistance. Then, select “Allow remote connections to this computer” in the section Remote Desktop.
    How to Enable Remote Desktop On Windows
  6. Hit “Apply” and then “OK”.
  7. Voila!

Conclusion

After turning on the remote desktop access on Windows 10/11, it’s time to connect to the remote computer. You can use the modern Remote Desktop application (recommended) or the built-in Remote Desktop Connection (RDC) utility with every Windows version.

If you would then need to disable Remote Desktop access, you should not experience any issues since you'll only need to reverse the steps from this guide.

That's it, from us' Now to you.

We're glad you've read this article up to here, thank you :) 

If you have an extra minute, please share the article on your socials; Someone else may benefit.

And, subscribe to our newsletter below for more articles like this. We also share deals and promotions on the email that you shouldn't miss.

Also Read

» Remote Access Software: A Guide to Choosing the Right Solution for Your Business
» How To Fix "Remote Desktop Can’t Connect to the Remote Computer"
» Working Remotely Tips: Remote work tips and tools for beginners
» Benefits and Major Challenges of Hybrid Work?
»8 Best Practices for Secure Remote Working

The above is the detailed content of How to Enable Remote Desktop On Windows. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undress AI Tool

Undress AI Tool

Undress images for free

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

PHP Tutorial
1545
276
How to Screenshot on Windows PCs: Windows 10 and 11 How to Screenshot on Windows PCs: Windows 10 and 11 Jul 23, 2025 am 09:24 AM

It's common to want to take a screenshot on a PC. If you're not using a third-party tool, you can do it manually. The most obvious way is to Hit the Prt Sc button/or Print Scrn button (print screen key), which will grab the entire PC screen. You do

How to get the last value in a column in Excel How to get the last value in a column in Excel Jul 26, 2025 am 08:03 AM

To obtain the last value of a column in Excel, you can choose different methods according to the data characteristics: 1. Use the LOOKUP function to quickly find the last non-null value, which is suitable for situations where there may be empty rows in the data. The formula is =LOOKUP(2,1/(A:A""), A:A); 2. Use the INDEX COUNTA combination to process continuous data, which is suitable for data columns without empty rows, and the formula is =INDEX(A:A,COUNTA(A:A)); 3. Use the INDEX MATCH combination to obtain the last numeric value, which is suitable for data columns containing only numbers, and the formula is =INDEX(A:A,MATCH(9.99E 307,A:A)). this

how to add different headers and footers in word how to add different headers and footers in word Jul 26, 2025 am 04:17 AM

To set different headers and footers in Word, you must first insert the section break character. 1. Click the starting position of the new section, 2. Select "Next Page" or "Continuous" in the "Delimiter" in "Layout", 3. After inserting, double-click the header footer area, cancel "Link to Previous" to disconnect the link, so that each section can be set independently; if it cannot be modified, it may be that the link is not cancelled or the section break character is deleted by mistake, you can set the cover page to "None" header footer, and hide it by setting the height to 0 or enabling "Different Home Page".

how to use styles in word how to use styles in word Jul 23, 2025 am 02:16 AM

Using Word styles can effectively unify formats, improve layout efficiency and generate directories. Styles are shortcuts for a set of formatting, which can be applied to text with one click, and the whole article will be automatically updated when modified; use title styles (such as titles 1~9) to build a document structure and achieve quick jumps with the navigation pane; text styles are used to unify the text format, and other styles such as "emphasis" and "code" are suitable for specific scenarios; modifying styles can adjust the format by right-clicking "Modify". Create a new style and set the format in the management style; copy and paste can reapply the correct style to solve the problem when the style is confused, and custom styles support exporting to other documents.

How to use the XLOOKUP function in Excel? How to use the XLOOKUP function in Excel? Aug 03, 2025 am 04:39 AM

XLOOKUP is a modern function used in Excel to replace old functions such as VLOOKUP. 1. The basic syntax is XLOOKUP (find value, search array, return array, [value not found], [match pattern], [search pattern]); 2. Accurate search can be realized, such as =XLOOKUP("P002", A2:A4, B2:B4) returns 15.49; 3. Customize the prompt when not found through the fourth parameter, such as "Productnotfound"; 4. Set the matching pattern to 2, and use wildcards to perform fuzzy search, such as "Joh*" to match names starting with Joh; 5. Set the search mode

How to start a Word document How to start a Word document Jul 26, 2025 am 12:36 AM

Microsoft Word is the go-to tool for word processing across the globe. Whether you're a student drafting an essay or a professional preparing business reports, Word provides all the tools you need. But every project starts with one essential step—cre

how to print a word document without comments or markup how to print a word document without comments or markup Jul 24, 2025 am 02:14 AM

To print a clean Word document, first turn off revisions and hide comments by clicking the "Review" tab, accept or reject all changes, and uncheck the annotation display option; secondly, select "Print Document Only" in the print settings to ensure that the mark is not printed; finally, you can switch to the "Final Status" view preview effect, or use the "Document Checker" to completely delete the revisions and comments before printing.

Step-by-Step Tutorial: How to Create Drop Down List in Excel Step-by-Step Tutorial: How to Create Drop Down List in Excel Jul 24, 2025 am 12:03 AM

Are you struggling with manual data entry in Excel and looking for a solution to streamline your process? One effective way is to create drop down list in Excel.  In this tutorial, we will guide you through the step-by-step process of how to create

See all articles