Difference between revisions of "Windows Registry"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) (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...) |
PeterHarding (talk | contribs) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Terminal Services= | =Terminal Services= | ||
Registry settings for controlling Terminal Services access... | |||
<pre> | <pre> | ||
Line 19: | Line 21: | ||
</pre> | </pre> | ||
[[Category: | ==Client== | ||
* mstsc.exe | |||
=Launch Folder Windows in a Separate Process= | |||
See http://www.pctools.com/guides/registry/detail/769/ | |||
[[Category:WinXP]] |
Latest revision as of 16: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