Mục lục bài viết

Mẹo Hướng dẫn Enable Remote Desktop Windows 10 registry Chi Tiết

Cập Nhật: 2022-02-24 09:13:06,You Cần tương hỗ về Enable Remote Desktop Windows 10 registry. Quý khách trọn vẹn có thể lại Comments ở cuối bài để Mình được tương hỗ.

784

Enable/Disable RDP GPO From regedit

I’m trying to enable/disable the Group Policy Object “Allow users to connect remotely using Remote Desktop Services”, found at the following path, by way of regedit and/or CLI: Local Computer PolicyComputer ConfigurationAdministrative TemplatesWindows ComponentsRemote Desktop ServicesRemote Desktop Session HostConnections I’ve tried changing the following two (2) registry keys: HKLMSystemCurrentControlSetControlTerminal ServerfDenyTSConnections HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows NTTerminal ServicesfDenyTSConnections When I change the values, no matter if I do a “gpupdate /force”, or reboot, the GPO doesn’t change. The value does always stay what I set it at, but the GPO isn’t changing. I can manually go in and change the GPO and it does change the system/remote settings appropriately. I am joined to a Domain – this is to notify. I would think that if this was a Domain-related issue, I wouldn’t be able to manually change the GPO, or the registry values change wouldn’t ever save. My end goal here is to be able to disable RDP connections to the machine from CLI or a batch file. Can someone advise? This machine is running the following: Windows 10 v20H2 (Build 19042.844) Thanks.

Tóm lược đại ý quan trọng trong bài

  • Enable/Disable RDP GPO From regedit
  • Remotely Enable Remote Desktop on Windows 10
  • How to Enable Remote Desktop with Registry, PowerShell or Command Prompt
  • Related posts:
  • Part 1

    Part 1 of 2:Enabling Remote Desktop Remotely

  • Part 2

    Part 2 of 2:Troubleshooting

  • To Enable or Disable Remote Desktop Connections to this Computer in Settings

remote-desktop-services

Comment

Comment · Show 1

Comment

5 |1600 characters needed characters left characters exceeded

  • Visible to all users
  • Visible to the original poster & Microsoft
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility

Toggle Comment visibility. Current Visibility: Visible to all users

Attachments: Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

GraceHE-MSFT · Mar 15, 2021 at 02:17 AM

Hi,
We are looking forward to your reply and ready for help.

—If the suggestions above are helpful, please ACCEPT ANSWER. Really appreciate. This will also help others with similar issue to find this post quickly. —

0 Votes 0 ·

GraceHE-MSFT answered Mar 9, ’21 | MikeKachar-5611 commented Mar 9, ’21

Hi,

Thank you for posting your query. Here are some suggestions.

type LOCAL SECURITY POLICY in the search box -> open local security policy -> local policies ->user rights assignments -> deny log on through Remote Desktop Service
![75831-microsoftteams-image.png][1]

—If the suggestions above are helpful, please ACCEPT ANSWER. Really appreciate. This will also help others with similar issue to find this post quickly. —
[1]: /answers/storage/attachments/75831-microsoftteams-image.png

microsoftteams-image.png (116.5 KiB)

Comment

Comment · Show 1

Comment

5 |1600 characters needed characters left characters exceeded

  • Visible to all users
  • Visible to the original poster & Microsoft
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility

Toggle Comment visibility. Current Visibility: Visible to all users

Attachments: Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

MikeKachar-5611 · Mar 09, 2021 at 08:16 PM

This option/setting is to configure what users and groups are prohibited from logging on as a Remote Desktop Services client.

You can see this info when you double-click on the policy, and then go to the “Explain” tab:

Deny log on through Remote Desktop Services

This security setting determines which users and groups are prohibited from logging on as a Remote Desktop Services client.

Default: None.

Important

This setting does not have any effect on Windows 2000 computers that have not been updated to Service Pack 2.

I’m looking to specifically know how to disable the ability to Enable/Disable Remote Desktop via regedit and/or CLI (so I can batch it out), and have it actually modify the Group Policy Object I listed in the original question: Local Computer PolicyComputer ConfigurationAdministrative TemplatesWindows ComponentsRemote Desktop ServicesRemote Desktop Session HostConnectionsAllow users to connect remotely using Remote Desktop Services

0 Votes 0 ·

GraceHE-MSFT answered Mar 11, ’21

Hi,
As your description and query, you are finding a way to enable/disable via REGEDIT. If so, here are some ideas for this.

  • type REGEDIT in the search box to start REGISTRY EDITOR.

  • navigate to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal Server. Then on the right-side pane, double-click on the fSingleSessionPerUser.
    ![76559-image.png][1]

  • Set the value data to 0 and click OK if you want to enable Remote Desktop. Set the value to 1 and click OK if you need to disable it.
    ![76653-image.png][2]
    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

  • —If the suggestions above are helpful, please ACCEPT ANSWER. Really appreciate. This will also help others with similar issue to find this post quickly. —
    [1]: /answers/storage/attachments/76559-image.png
    [2]: /answers/storage/attachments/76653-image.png

    image.png (175.7 KiB)

    image.png (111.8 KiB)

    Comment

    Comment Show 0

    Comment

    5 |1600 characters needed characters left characters exceeded

    • Visible to all users
    • Visible to the original poster & Microsoft
    • Viewable by moderators
    • Viewable by moderators and the original poster
    • Advanced visibility

    Toggle Comment visibility. Current Visibility: Visible to all users

    Attachments: Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

    Remotely Enable Remote Desktop on Windows 10

    / / Information Technology

    We’ve all been there – we’ve finished at a customer’s site, and need to quickly remote in later on to finish/fix something. Trouble is, Windows doesn’t enable Remote Desktop Protocol by default.

    There are four steps needed toremotelyenable RDP connections in Windows 10.

  • Open ports in the Windows firewall
  • Edit the registry
  • Start the Remote Desktop service
  • Connect
  • This guide relies on you being on the same LAN as the remote PC you wish to access – you may already have RDP’ed into another server on that LAN. You must also have Windows administrativeprivilegesfor the remote computer. These instructions work well in a domain environment.

    Note: If you have access to the computer, you can follow the standard procedure for enabling Remote Desktop.

    How to Enable Remote Desktop with Registry, PowerShell or Command Prompt

    September 19th, 2019 by Leave a reply »

    Is there a script to remotely enable remote desktop on Windows Server năm nay? Previously we’ve covered how to turn on remote desktop protocol (RDP) using the GUI interface, but those methods don’t work in some scenarios where you do not have physical access to the computer on which you want to enable RDP. In this tutorial we’ll show you how to enable remote desktop remotely using Registry, PowerShell or Command Prompt.

    Method 1: Enable Remote Desktop Using Registry Tweak

    Once you are connected to the remote machine’s registry, navigate to the location: HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal 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. If you need to disable remote desktop in future, just set the value of fDenyTSConnections to 1.

    Method 2: Enable Remote Desktop Using PowerShell

    Before getting started, you need to establish a session with the remote computer using PowerShell. Once connected, run the following PowerShell commands to enable remote desktop:

    Set-ItemProperty -Path ‘HKLM:SystemCurrentControlSetControlTerminal Server’-name “fDenyTSConnections” -Value 0
    Enable-NetFirewallRule -DisplayGroup “Remote Desktop”

    The first command will turn on remote desktop, while the second command will activate the firewall rules that allow remote desktop connections.

    When you need to disable remote desktop later, run the following commands instead:

    Set-ItemProperty -Path ‘HKLM:SystemCurrentControlSetControlTerminal Server’-name “fDenyTSConnections” -Value 1
    Disable-NetFirewallRule -DisplayGroup “Remote Desktop”

    Method 3: Enable Remote Desktop Using Command Prompt

    If you can open a remote Command Prompt window via SSH, PsExec or WinRS, run the following commands to enable remote desktop and configure Windows Firewall to allow remote desktop connections:

    reg add “HKLMSYSTEMCurrentControlSetControlTerminal Server” /v fDenyTSConnections /t REG_DWORD /d 0 /f
    netsh advfirewall firewall set rule group=”remote desktop” new enable=yes

    To disable remote desktop, execute the below commands:

    reg add “HKLMSYSTEMCurrentControlSetControlTerminal Server” /v fDenyTSConnections /t REG_DWORD /d 1 /f
    netsh advfirewall firewall set rule group=”remote desktop” new enable=No

    That’s all!

    • 2 Ways to Enable Remote Assistance in Windows 10 / 8 / 7
    • Tutorial: Run PowerShell Commands on Remote Computer
    • Disable Command Prompt Using Group Policy or Registry Trick
    • How to Create System Restore Points with Command Prompt or PowerShell

    • Previous Post: How to Speed Up Windows 10 Menu Animations with Ease
    • Next Post: Tutorial: Run PowerShell Commands on Remote Computer

    Posted in Others, Tips & Tricks, Windows 10, Windows 7, Windows 8

    Tags: enable remote desktop command line enable remote desktop powershell enable remote desktop registry remotely enable remote desktop windows 10

    Steps

    Part 1

    Part 1 of 2:Enabling Remote Desktop Remotely

  • 1

    Understand the risks. As always, be aware that editing the registry risks causing major problems. Make a backup before you begin, and do not make any unnecessary changes.

    • Only follow this guide if you do not have physical access to the computer. If you do, use the standard user tools to enable remote desktop without editing the registry.

  • 2

    Open the Services Microsoft Management Console. Run services.msc from the Start menu search box.[1]
    X
    Research source

    Go to source


    You can also find the Services MMC through Control PanelAdministrative ToolsServices.

    • You only need the MMC to start Remote Registry. If the remote computer is running Windows XP, this is probably already running.[2]
      X
      Research source

      Go to source


      Skip down to “connect to the remote registry.”

  • 3

    Start the Remote Registry Service on the remote computer. In the Services MMC, right-click “Services (Local)” and select “Connect to another computer.” Enter the name of your remote machine. Once connected, find the Remote Registry service in the MMC and start it, if it isn’t already running.

  • 4

    Connect to the remote registry. Open regedit. Select FileConnect Network Registry…. Type the remote computer name under “Select Computer” and click Check Names.[3]
    X
    Research source

    Go to source

  • 5

    Find the Terminal Server key. Navigate to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal Server.

  • 6

    Set fDenyTSConnections to 0. Look for the REG_WORD value named fDenyTSConnections in the Terminal Server details pane. Double click this to open the EDIT DWORD Value box. In this box, set the Value Data field to 0.[4]
    X
    Research source

    Go to source

  • 7

    Test Remote Desktop. Some systems give you immediate access, and some require you to restart the remote computer first. Attempt to connect to Remote Desktop to check. (If you left the MMC open, you can quickly start Remote Desktop from there.)

  • 8

    Reboot the remote computer if necessary. There are several ways to do this. The simplest is to open Command Prompt and enter shutdown /i. In the dialog box that opens, select “Restart” from the drop down menu, and enter the name of the remote computer.[5]
    X
    Research source

    Go to source


    Try accessing Remote Desktop again once the computer is done restarting.

  • Part 2

    Part 2 of 2:Troubleshooting

  • 1

    Confirm you have administrator access. You must have administrator privileges on the remote computer.

  • 2

    Bypass the firewall. If you are trying to access the remote computer from a different network, the firewall may be blocking you. There are two routes around this:

    • If the firewall is blocking Remote Registry but not Remote Desktop, connect to a computer on the same network as the target computer, then use it to access the target computer.
    • If the firewall is blocking Remote Desktop, tải về PSExec from Sysinternals. Use it to gain remote access to the remote computer’s command line and make a Remote Desktop exception for the firewall.[6]
      X
      Research source

      Go to source


      (Enter netsh advfirewall firewall add rule? for instructions.[7]
      X
      Trustworthy Source

      Microsoft Support
      Technical tư vấn and product information from Microsoft.

      Go to source

      )

  • To Enable or Disable Remote Desktop Connections to this Computer in Settings

    1 Open Settings, and click/tap on the System icon.

    2 Do step 3 (disable) or step 4 (enable) below for what you want.

    3. To Disable Remote Desktop Connections

    A) Click/tap on Remote Desktop on the left side, and turn off Enable Remote Desktop on the right side. (see screenshot below)

    B) Click/tap on Confirm, and go to step 5 below. (see screenshot below)

    4. To Enable Remote Desktop Connections

    This is the default setting.

    A) Click/tap on Remote Desktop on the left side, and turn on Enable Remote Desktop on the right side. (see screenshot below)

    B) Click/tap on Confirm. (see screenshot below)

    C) You can now view and/or change any Remote Desktop settings if wanted. (see screenshots below)

    D) When finished, go to step 5 below.

    5 When finished, you can close Settings if you like.

    Reply
    1
    0
    Chia sẻ

    Review Chia Sẻ Link Download Enable Remote Desktop Windows 10 registry ?

    – Một số từ khóa tìm kiếm nhiều : ” đoạn Clip hướng dẫn Enable Remote Desktop Windows 10 registry tiên tiến và phát triển nhất , Chia Sẻ Link Download Enable Remote Desktop Windows 10 registry “.

    Thảo Luận vướng mắc về Enable Remote Desktop Windows 10 registry

    Bạn trọn vẹn có thể để lại phản hồi nếu gặp yếu tố chưa hiểu nhé.
    #Enable #Remote #Desktop #Windows #registry Enable Remote Desktop Windows 10 registry