Remote Access (RDP): Difference between revisions
From KlavoWiki
Jump to navigationJump to search
New page: Use the following commands for the associated viewing / enabling / disabling of Terminal Settings. 1 = Terminal Services Disabled (remote access disabled)<br> 0 = Terminal Services Enable... |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
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 | 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