Enabling Remote Desktop Connections to Server Core

John Savill

December 6, 2007

1 Min Read
ITPro Today logo in a gray background | ITPro Today

Q. How do I enable remote desktop connections to my Windows Server 2008 Server Core installation?

A. There are essentially two steps to enabling remote desktop to Server Core. The first is to enable remote desktop connections and the second to open up the Windows Firewall to allow remote desktop connections.To enable remote desktop perform the following steps:

C:WindowsSystem32>cscript scregedit.wsf /ar 0Microsoft (R) Windows Script Host Version 5.7Copyright (C) Microsoft Corporation. All rights reserved.Registry has been updated.C:WindowsSystem32>cscript scregedit.wsf /ar /vMicrosoft (R) Windows Script Host Version 5.7Copyright (C) Microsoft Corporation. All rights reserved.SystemCurrentControlSetControlTerminal Server fDenyTSConnectionsView registry setting.0

To enable the firewall to allow the remote desktop use the following command:

C:WindowsSystem32>netsh firewall set service type=remotedesktop mode=enableok

— John Savill

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like