How to Change the RDP Port on Windows 10

This tutorial is about How to Change the RDP Port on Windows 10. We will try our best so that you understand this guide. I hope you like this blog, How to Change the RDP Port on Windows 10. If your answer is yes, please do share after reading this.

So lets keep reading for intertesting info:

Check How to Change the RDP Port on Windows 10

Remote Desktop Protocol (RDP) is a technical standard or protocol for using a desktop computer remotely. Remote desktop software can use several different protocols, including RDP, Independent Computing Architecture (ICA), and Virtual Network Computing (VNC), but RDP is the most widely used protocol. Originally published by Microsoft, RDP is available for most Windows operating systems, but can also be used with Mac operating systems.

Remote desktop is the ability to connect to and use a remote desktop from a separate computer. Remote desktop users can access their desktop, open and edit files, and use applications as if they were on their desktop computer. Employees often use remote desktop software to access their work computers when traveling or working from home. In this article, we will show you how to change RDP port in Windows 10.

How to change the RDP port in Windows 10

Using the Windows Registry

  • Click Windows + R to open the Run dialog. Type Regedit to open the registry editor.
  • Navigate to HKEY_LOCAL_MACHINESystemCurrentControlSetControlTerminal ServerWinStationsRDP-Tcp.
  • Look for Port number.
  • Click Edit > Modify.
  • Enter the new port number and click OK.
  • Close the record.
  • Restart your computer.
  • Check if you can connect to the remote computer.

If your remote system is using a firewall, be sure to configure it to allow connections to the new port number.

Using PowerShell

If you’re comfortable using PowerShell commands, this is the easiest way to do it.

  • Use the following script to check the current port being used:
    • Get-ItemProperty -Path ‘HKLM:SYSTEMCurrentControlSetControlTerminal ServerWinStationsRDP-Tcp’ -name “PortNumber”
  • Now use this PowerShell command to change the port to 3320:
    • $portvalue = 3320Set-ItemProperty -Path ‘HKLM:SYSTEMCurrentControlSetControlTerminal ServerWinStationsRDP-Tcp’ -name “PortNumber” -Value $portvalueNew-NetFirewallRule -DisplayName ‘RDPPORTLatest-TCP-In’ -Profile ‘ Public’ -Inbound Address -Allowed Action -TCP Protocol -LocalPort $port value New-NetFirewallRule -DisplayName ‘RDPPORTLatest-UDP-In’ -Profile ‘Public’ -Inbound Address -Allowed Action -UDP Protocol -LocalPort $port value port

You can choose either of the two methods to change remote desktop port number in Windows 10.

Final words: How to Change the RDP Port on Windows 10

I hope you understand this article, How to Change the RDP Port on Windows 10. If your answer is no, you can ask anything via the contact forum section related to this article. And if your answer is yes, please share this article with your friends and family to give us your support.

Editorial Staff
Editorial Staffhttps://www.bollyinside.com
The Bollyinside editorial staff is made up of tech experts with more than 10 years of experience Led by Sumit Chauhan. We started in 2014 and now Bollyinside is a leading tech resource, offering everything from product reviews and tech guides to marketing tips. Think of us as your go-to tech encyclopedia!

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Related Articles

How to Disable Samsung Galaxy Store ads and notifications: 4 easy...

You know how when you buy a new Samsung phone, it has a bunch of cool apps already on it?...
Read more
Grammarly, a complete digital writing helper, is a must-have for improving writing. Grammarly, founded in 2009 by Alex Shevchenko and...
When it comes to customer support operations, HubSpot Service Hub is an all-encompassing customer service platform that is meant to...
When players on Windows 11 or 10 try to log in to Steam, they may get the error code E87....
Users of Windows 11 or 10 may find it frustrating to deal with the error number 147-0 in Microsoft Office....
The Microsoft Store is an important part of the Windows operating system because it gives users a single place to...