Windows 10 Rdp Registry Settings



Learning has never been so easy!

When you need to access a computer that does not have the remote desktop enabled

5 Steps total

NOTE: Enabling RDP through the registry will not configure the Windows Firewall with the appropriate ports to allow RDP connections. Type the following in an administrative command prompt: Netsh advfirewall firewall set rule group=”remote desktop” new enable=yes. Use the following registry sections to define all relevant user folders in which to save data about the applications, desktop, local settings, personal files, network environment, print environment, or start menu: HKCU SOFTWARE Microsoft Windows CurrentVersion Explorer User Shell Folders.

Windows

See full list on wikihow.com. Sep 19, 2019 Once you are connected to the remote machine’s registry, navigate to the location: HKEYLOCALMACHINE SYSTEM CurrentControlSet Control Terminal Server. In the right pane, double-click the DWORD fDenyTSConnections and change its value from 1 to 0. Reboot your machine and remote desktop should now be accessible.

Step 1: Login to workstation with administrator credentials

If you're in a domain, you will need administrator alike permissions to connect to remote computer

Step 2: Open Registry Editor

By typing at command line regedit

Step 3: Connect network Registry

To connect to registry for the remote computer

Step 4: Find the registry key and

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal Server
In the right pane, locate a REG_DWORD value named fDenyTSConnection. Double-click on fDenyTSConnection and change the value data from 1 (Remote Desktop disabled) to 0 (Remote Desktop enabled

Step 5: Reboot remote machine

command line
shutdown -m hostname -r

You can now connect to remote machine using rdp

3 Comments

  • Mace
    hsc5775 Feb 28, 2012 at 04:42am

    I think that there are already
    Remotely enable Remote Desktop on another computer
    http://community.spiceworks.com/how_to/show/395#comments

  • Pimiento
    kevin.dondrea Dec 2, 2013 at 05:14pm

    There is more to it than just that. There are 3 registry settings not to mention you have to add them to the Remote Desktop Connections group.

    HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal Server

    fDenyTSConnections = DWord 0
    TSUserEnabled = DWord 1

    HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon
    WinStationsDisabled = String 0

  • Poblano
    Saaj Jan 8, 2015 at 12:08pm

    If the remote computer is not on the domain (but on the same network) and you need to connect using alternate/local admin credentials, use psexec and launch remote cmd as local admin and add the reg keys as below

    reg add 'hklmsystemcurrentControlSetControlTerminal Server' /v 'AllowTSConnections' /t REG_DWORD /d 0x1 /f

    reg add 'hklmsystemcurrentControlSetControlTerminal Server' /v 'fDenyTSConnections' /t REG_DWORD /d 0x0 /f

    You can also start remote services using alternate credentials as below (to start/restart services)

    C:WindowsSystem32runas.exe /netonly /user:computer_nameadministrator 'mmc.exe C:WindowsSystem32services.msc /computer=IP_Address'

Remote desktop is one of the popular features of Windows OS. It allows users to connect to a remote machine and perform all tasks that can be done on a local computer. Below are some frequently asked questions about Remote desktop.What is terminal services?Terminal services is just another name for remote desktop but it’s mostly used to refer to the server component of remote desktop feature.

What configuration should I have to use remote desktop?

  • Remote computer should support remote desktop server feature. Not all windows editions support Remote desktop feature. On Windows 7 it’s supported only on Professional, Ultimate and enterprise editions. Home Basic and Home premium editions does not support remote desktop server.
  • Terminal services (TS) service must be running on the remote machine.
  • You need to enable remote desktop on the remote machine.

How to use remote desktop

Execute the command mstsc from Run window. This will open Remote desktop client user interface. Exapnd the window by clicking on ‘Options‘ button.

You need to specify host name, user login id and password details to connect to the remote PC.

Should I run terminal services service on my PC to do remote desktop connection to another PC?

No, You do not need to. Terminal services service is the server component of Remote desktop feature. To connect to another computer from your PC you just need to have the client component i.e(mstsc). Running Terminal services enables other computers to connect to your PC.

How to find the version of remote desktop client on my PC?

Open remote desktop client by running mstsc from Run window. Do a left click or right click on the mini computer icon on the left top corner of the remote desktop connection window. Now you will see a menu like below. Click on About and it will show you a window with version information.

The default version of remote desktop on Windows XP is 6.0. If you have Windows 7 then you have Remote desktop client 7.0

How to find the version of terminal services(remote desktop server)?

Open registry editor and navigate to the path HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal Server. The registry value ProductVersion has terminal services version number.
Or you can run the below command from command prompt to know the version number.

reg query 'HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal Server' /v ProductVersion

I have Windows XP on my computer. Can I install Remote desktop client 7.0 on my machine?

Surely. You can download remote desktop client 7.0 for Windows XP from the microsft download page: RDP 7.0 client for Windows XP. This requires to have Service Pack 3 on the XP PC. If you have not yet upgraded to SP3, you can install it from this link: XP Service Pack 3 package

Can I stop or disable terminal services service if none needs to connect to my computer from another PC?

If you do not need to connect to your PC remotely then you can go ahead and disable terminal services. There is no other use of this service except serving remote desktop connections.

Rdp Registry Key

Can every user of the computer have permission to do remote desktop to a computer?

Administrators by default have remote desktop access. Other users need to be added explicitly in Remote tab window in system properties using the ‘Select Remote users‘ button.

Terminal Services is missing on my Windows 7 computer..

On Windows 7 terminal services is renamed as remote desktop services. If you don’t see remote desktop services in the services list then you are running one of the unsupported editions i.e Windows 7 starter, Windows 7 Home basic or Windows 7 home premium. On these editions remote desktop server is not supported.

If you have any other questions to ask, please write in the comments section below.

How to disallow users from saving their passwords in remote desktop client(mstsc)?

In the domain group policy settings, enable the setting ‘Do not allow passwords to be saved. This setting can be found under the node ‘User configuration -> Administrative templates -> Windows components -> Terminal services -> Client‘.

‘Remember my password’ check button is missing in remote desktop connection window. Why?

This is because of the group policy setting described above. When this GP is enforced users won’t see the check button ‘Remember my password‘.

How to enable remote desktop from command prompt or from batch file?

Registry Settings For Rdp Windows 10

Read Enable Remote desktop from Windows command line

How to delete the history of the computers I connected to using remote desktop?
Read Clear remote desktop connections history

Can I connect to a XP home system using remote desktop?

No, you can’t. XP Home edition does not support remote desktop server feature. However, you can use XP home as host PC and connect to another PC that has remote desktop server/terminal service running.

How to enable remote desktop using registry settings?

You can enable remote desktop by setting the following registry value to 0.

See More Results

fDenyTSConnections under the registry key HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal Server

Windows 10 Remote Desktop Client Registry Settings

To disable remote desktop set the above registry value to 1.