Jump to content

Recommended Posts

  • FPCH Admin
Posted

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:

 

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:

 

c:\windows\system32\scregedit.wsf /AR 0

 

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

 

c:\windows\system32\scregedit.wsf /AR 1

 

The /AR setting applies to Windows Vista/2008 machines.

 

If you want to allow Terminal Services connections to the Windows 2008 server from Windows XP machines, you have to use the /CS switch.

 

To view the current Terminal Server settings for Windows XP clients, at the server command prompt:

 

c:\windows\system32\scregedit.wsf /AR /v

 

To enable Terminal Services access from Windows XP, at the server command prompt:

 

c:\windows\system32\scregedit.wsf /CS 0

To disable Terminal Services access from Windows XP, at the server command prompt:

 

c:\windows\system32\scregedit.wsf /CS 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...