Difference between revisions of "Windows Registry"

From PeformIQ Upgrade
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Terminal Services=
=Terminal Services=


Registry settings for controlling MSTSC access...
Registry settings for controlling Terminal Services access...


<pre>
<pre>
Line 25: Line 25:
* mstsc.exe
* mstsc.exe


[[Category:Windows]]
=Launch Folder Windows in a Separate Process=
 
See http://www.pctools.com/guides/registry/detail/769/
 
 
[[Category:WinXP]]

Latest revision as of 15:27, 30 October 2008

Terminal Services

Registry settings for controlling Terminal Services 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

Launch Folder Windows in a Separate Process

See http://www.pctools.com/guides/registry/detail/769/