Difference between revisions of "Windows Registry"

From PeformIQ Upgrade
Jump to navigation Jump to search
(New page: =Terminal Services= <pre> Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services] "fAllowFullControl"=dword:00000001 "fAllowToG...)
 
Line 1: Line 1:
=Terminal Services=
=Terminal Services=
Registry settings for controlling MSTSC access...


<pre>
<pre>
Line 18: Line 20:
"YYY\desktop"="YYY\desktop"
"YYY\desktop"="YYY\desktop"
</pre>
</pre>
==Client==
* mstsc.exe


[[Category:Windows]]
[[Category:Windows]]

Revision as of 11:37, 9 October 2008

Terminal Services

Registry settings for controlling MSTSC access...

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services]
"fAllowFullControl"=dword:00000001
"fAllowToGetHelp"=dword:00000001
"fAllowUnsolicited"=dword:00000001
"fAllowUnsolicitedFullControl"=dword:00000001
"fDenyTSConnections"=dword:00000000
"MaxTicketExpiry"=dword:00000001
"MaxTicketExpiryUnits"=dword:00000002
"Shadow"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services\RAUnsolicit]
"XXX\Xdesktop"="XXX\desktop"
"YYY\desktop"="YYY\desktop"

Client

  • mstsc.exe