From: KrzysiekB on
Hi.

I want start RDP service under W2k8 Server Core... How to do it...

From: Vera Noest [MVP] on
From

Putting Windows Server 2008 Server Core to Work
http://www.15seconds.com/issue/081121.htm

In order to configure your Server Core machine to accept remote
connections simply execute the following command:

cscript scregedit.wsf /AR 0

This will allow you to connect from machines running Windows Vista
and Windows Server 2008.

If you need to connect from computers running an earlier version of
Windows (like XP), you'll also need to execute the following
command to relax Remote Desktop security a little.

cscript scregedit.wsf /CS 0

_________________________________________________________
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
TS troubleshooting: http://ts.veranoest.net
___ please respond in newsgroup, NOT by private email ___

=?Utf-8?B?S3J6eXNpZWtC?= <KrzysiekB(a)discussions.microsoft.com>
wrote on 06 feb 2009 in
microsoft.public.windows.terminal_services:

> Hi.
>
> I want start RDP service under W2k8 Server Core... How to do
> it...