Enable Remote Desktop

Windows 2008 Server Core System

Windows 2008 Server Core uses the SCregEdit.wsf script found in C:\Windows\System32 to configure Terminal Services (TS) behavior. TS is the method of remote controlling your Server Core system through Remote Desktop (RDP).

To view the current Terminal Server settings for Vista/Windows 2008 clients, at the server command prompt type:

cscript c:\windows\system32\scregedit.wsf /ar /v

The following values correspond to the response generated by the scregedit.wsf script.

1 = Terminal Services Disabled (remote access disabled)

0 = Terminal Services Enabled (remote access enabled)

To enable Terminal Services access from Vista/Windows 2008, at the server command prompt type:

cscript c:\windows\system32\scregedit.wsf /ar 0

To enable Terminal Services access from other than Vista/Windows 2008 clients, at the server command prompt type:

cscript C:\windows\system32\SCRegEdit.wsf /cs 0

To disable Terminal Services access from Vista/Windows 2008, at the server command prompt type:

cscript c:\windows\system32\scregedit.wsf /ar 1

To disable Terminal Services access from other than Vista/Windows 2008 clients, at the server command prompt type:

cscript C:\windows\system32\SCRegEdit.wsf /cs 1