Remote Access (RDP): Difference between revisions

From KlavoWiki
Jump to navigationJump to search
No edit summary
 
Line 17: Line 17:
To '''disable''' Terminal Services and not have the ability to use RDP to the server.
To '''disable''' Terminal Services and not have the ability to use RDP to the server.
<pre>
<pre>
cscript c:\windows\system32\scregedit.wsf /AR 0
cscript c:\windows\system32\scregedit.wsf /AR 1
</pre>
</pre>


[[Category : Windows 2008 Server Core]]
[[Category : Windows 2008 Server Core]]

Latest revision as of 06:42, 15 May 2008

Use the following commands for the associated viewing / enabling / disabling of Terminal Settings.

1 = Terminal Services Disabled (remote access disabled)
0 = Terminal Services Enabled (remote access enabled)


To view the current status:

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

To enabled Terminal Services and have the ability to use RDP to the server.

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

To disable Terminal Services and not have the ability to use RDP to the server.

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