{"id":2578,"date":"2019-05-20T18:52:10","date_gmt":"2019-05-21T01:52:10","guid":{"rendered":"https:\/\/www.msnoob.com\/?p=2578"},"modified":"2019-05-20T18:52:10","modified_gmt":"2019-05-21T01:52:10","slug":"enable-remote-desktop-remotely","status":"publish","type":"post","link":"https:\/\/msnoob.com\/enable-remote-desktop-remotely.html","title":{"rendered":"Enable Remote Desktop Remotely"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">On Windows Computer, the Remote Desktop is disabled by default. You need to enable it in order to make the computer is accessible remotely through Remote Desktop Protocol (RDP). In this article, I will show you how to enable Remote Desktop Protocol (RDP) remotely.<\/p>\n\n\n<p class=\"wp-block-paragraph\">First, we need to connect to the computer\/workstation you want to  RDP-able using <a rel=\"noreferrer noopener\" aria-label=\"PowerShell Remote (opens in a new tab)\" href=\"https:\/\/msnoob.com\/enable-powershell-remoting.html\" target=\"_blank\">PowerShell Remote<\/a>. In addition, you can use the <a href=\"http:\/\/technet.microsoft.com\/en-us\/sysinternals\/bb897553\">psexec tool from Sysinternals.<\/a><\/p>\n\n\n<h2 class=\"wp-block-heading\">Step 1. Connect to the computer<\/h2>\n\n\n<p class=\"wp-block-paragraph\">If you use PowerShell Remote, you can use Enter-PSSession cmdlet to connect to the computer.<\/p>\n\n\n<pre class=\"wp-block-preformatted\">Enter-PSSession -ComputerName &lt;Remote Computer><\/pre>\n\n\n<p class=\"wp-block-paragraph\">If you use PSExec tool. Download the app and drop it into your c:\\ drive, you can run this command and get command line access for that remote box. <\/p>\n\n\n<pre class=\"wp-block-preformatted\"><em>c:\\psexec \\\\remote_machine_name cmd<\/em> <\/pre>\n\n\n<h2 class=\"wp-block-heading\">Step 2. Open firewall ports in Windows firewall<\/h2>\n\n\n<p class=\"wp-block-paragraph\">Once you connected to the remote computer, you can run this command to disable the firewall.<\/p>\n\n\n<pre class=\"wp-block-preformatted\"><em>netsh advfirewall set currentprofile state off<\/em> <\/pre>\n\n\n<p class=\"wp-block-paragraph\">In addition, you can keep the windows firewall on and <em>only allow<\/em> Remote Desktop Protocol.<\/p>\n\n\n<pre class=\"wp-block-preformatted\"><em>netsh advfirewall firewall set rule group=\u201dremote desktop\u201d new enable=Yes<\/em> <\/pre>\n\n\n<h2 class=\"wp-block-heading\" id=\"step2registrychangestoenableremotedesktop1\">Step 3. Registry Changes to enable Remote Desktop<\/h2>\n\n\n<h3 class=\"wp-block-heading\">Using PSExec<\/h3>\n\n\n<p class=\"wp-block-paragraph\">If you use <em>psexec<\/em>, run this command to change the remote registry: <\/p>\n\n\n<pre class=\"wp-block-preformatted\"><em>reg add \u201cHKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Terminal Server\u201d \/v fDenyTSConnections \/t REG_DWORD \/d 0 \/f<\/em> <\/pre>\n\n\n<h3 class=\"wp-block-heading\">Using PowerShell Remote<\/h3>\n\n\n<p class=\"wp-block-paragraph\">If you use PowerShell Remote, you can run the command below on PowerShell.<\/p>\n\n\n<pre class=\"wp-block-preformatted\">Set-ItemProperty -Path \"HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Terminal Server\" -Name fDenyTSConnections -Value 0<\/pre>\n\n\n<h3 class=\"wp-block-heading\">Using Remote Registry<\/h3>\n\n\n<p class=\"wp-block-paragraph\">Open Registry Editor and click File->Connect Network Registry. Enter the name of your remote computer and connect to it. Navigate to\u00a0<em>HKEY_LOCAL_MACHINE > System > CurrentControlSet > Control > Terminal Server<\/em>. Change the value of \u201cfDenyTSConnections\u201d to \u201c0\u201d <\/p>\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"571\" height=\"460\" src=\"https:\/\/msnoob.com\/wp-content\/uploads\/2019\/05\/remote-registry.png\" alt=\"Remote Registry\" class=\"wp-image-2582\"\/><\/figure>\n\n\n<h2 class=\"wp-block-heading\">Step 4. Connect<\/h2>\n\n\n<p class=\"wp-block-paragraph\">At this point, you can try to connect to the remote computer using Remote Desktop Protocol. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>On Windows Computer, the Remote Desktop is disabled by default. You need to enable it in order to make the computer is accessible remotely through Remote Desktop Protocol (RDP). In this article, I will show you how to enable Remote Desktop Protocol (RDP) remotely. First, we need to connect to the computer\/workstation you want to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2583,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[15],"tags":[158,165],"class_list":["post-2578","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-remote-desktop-services","tag-rdp","tag-remote-desktop"],"jetpack_featured_media_url":"https:\/\/msnoob.com\/wp-content\/uploads\/2019\/05\/remote-desktop-gateway.jpg","uagb_featured_image_src":{"full":["https:\/\/msnoob.com\/wp-content\/uploads\/2019\/05\/remote-desktop-gateway.jpg",1280,720,false],"thumbnail":["https:\/\/msnoob.com\/wp-content\/uploads\/2019\/05\/remote-desktop-gateway.jpg",150,84,false],"medium":["https:\/\/msnoob.com\/wp-content\/uploads\/2019\/05\/remote-desktop-gateway.jpg",300,169,false],"medium_large":["https:\/\/msnoob.com\/wp-content\/uploads\/2019\/05\/remote-desktop-gateway.jpg",768,432,false],"large":["https:\/\/msnoob.com\/wp-content\/uploads\/2019\/05\/remote-desktop-gateway.jpg",1024,576,false],"1536x1536":["https:\/\/msnoob.com\/wp-content\/uploads\/2019\/05\/remote-desktop-gateway.jpg",1280,720,false],"2048x2048":["https:\/\/msnoob.com\/wp-content\/uploads\/2019\/05\/remote-desktop-gateway.jpg",1280,720,false]},"uagb_author_info":{"display_name":"Ardian Anggara","author_link":"https:\/\/msnoob.com\/author\/adminardian"},"uagb_comment_info":0,"uagb_excerpt":"On Windows Computer, the Remote Desktop is disabled by default. You need to enable it in order to make the computer is accessible remotely through Remote Desktop Protocol (RDP). In this article, I will show you how to enable Remote Desktop Protocol (RDP) remotely. First, we need to connect to the computer\/workstation you want to&hellip;","yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v15.6.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Enable Remote Desktop Remotely -<\/title>\n<meta name=\"description\" content=\"Remote Desktop is disabled by default. You need to enable it in order to make the computer is accessible remotely through Remote Desktop Protocol (RDP).\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/msnoob.com\/enable-remote-desktop-remotely.html\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Enable Remote Desktop Remotely -\" \/>\n<meta property=\"og:description\" content=\"Remote Desktop is disabled by default. You need to enable it in order to make the computer is accessible remotely through Remote Desktop Protocol (RDP).\" \/>\n<meta property=\"og:url\" content=\"https:\/\/msnoob.com\/enable-remote-desktop-remotely.html\" \/>\n<meta property=\"article:published_time\" content=\"2019-05-21T01:52:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/msnoob.com\/wp-content\/uploads\/2019\/05\/remote-desktop-gateway.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\">\n\t<meta name=\"twitter:data1\" content=\"2 minutes\">\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https:\/\/msnoob.com\/#organization\",\"name\":\"MSNOOB\",\"url\":\"https:\/\/msnoob.com\/\",\"sameAs\":[],\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/msnoob.com\/#logo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/msnoob.com\/wp-content\/uploads\/2018\/04\/msnoob-mainlogo.png\",\"width\":272,\"height\":90,\"caption\":\"MSNOOB\"},\"image\":{\"@id\":\"https:\/\/msnoob.com\/#logo\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/msnoob.com\/#website\",\"url\":\"https:\/\/msnoob.com\/\",\"name\":\"\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/msnoob.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/msnoob.com\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/msnoob.com\/enable-remote-desktop-remotely.html#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/msnoob.com\/wp-content\/uploads\/2019\/05\/remote-desktop-gateway.jpg\",\"width\":1280,\"height\":720,\"caption\":\"Remote Desktop Gateway\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/msnoob.com\/enable-remote-desktop-remotely.html#webpage\",\"url\":\"https:\/\/msnoob.com\/enable-remote-desktop-remotely.html\",\"name\":\"Enable Remote Desktop Remotely -\",\"isPartOf\":{\"@id\":\"https:\/\/msnoob.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/msnoob.com\/enable-remote-desktop-remotely.html#primaryimage\"},\"datePublished\":\"2019-05-21T01:52:10+00:00\",\"dateModified\":\"2019-05-21T01:52:10+00:00\",\"description\":\"Remote Desktop is disabled by default. You need to enable it in order to make the computer is accessible remotely through Remote Desktop Protocol (RDP).\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/msnoob.com\/enable-remote-desktop-remotely.html\"]}]},{\"@type\":\"Article\",\"@id\":\"https:\/\/msnoob.com\/enable-remote-desktop-remotely.html#article\",\"isPartOf\":{\"@id\":\"https:\/\/msnoob.com\/enable-remote-desktop-remotely.html#webpage\"},\"author\":{\"@id\":\"https:\/\/msnoob.com\/#\/schema\/person\/5a684caa6f1f1a00485a2205633c76d4\"},\"headline\":\"Enable Remote Desktop Remotely\",\"datePublished\":\"2019-05-21T01:52:10+00:00\",\"dateModified\":\"2019-05-21T01:52:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/msnoob.com\/enable-remote-desktop-remotely.html#webpage\"},\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/msnoob.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/msnoob.com\/enable-remote-desktop-remotely.html#primaryimage\"},\"keywords\":\"RDP,Remote Desktop\",\"articleSection\":\"Remote Desktop Services\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/msnoob.com\/enable-remote-desktop-remotely.html#respond\"]}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/msnoob.com\/#\/schema\/person\/5a684caa6f1f1a00485a2205633c76d4\",\"name\":\"Ardian Anggara\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/msnoob.com\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/815e91967497359d46c629ed5d04e2dfc936d7db21ad3068af36e6a7bf16784d?s=96&d=mm&r=g\",\"caption\":\"Ardian Anggara\"},\"sameAs\":[\"https:\/\/msnoob.com\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","_links":{"self":[{"href":"https:\/\/msnoob.com\/wp-json\/wp\/v2\/posts\/2578","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/msnoob.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/msnoob.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/msnoob.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/msnoob.com\/wp-json\/wp\/v2\/comments?post=2578"}],"version-history":[{"count":0,"href":"https:\/\/msnoob.com\/wp-json\/wp\/v2\/posts\/2578\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/msnoob.com\/wp-json\/wp\/v2\/media\/2583"}],"wp:attachment":[{"href":"https:\/\/msnoob.com\/wp-json\/wp\/v2\/media?parent=2578"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/msnoob.com\/wp-json\/wp\/v2\/categories?post=2578"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/msnoob.com\/wp-json\/wp\/v2\/tags?post=2578"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}