Changes

Enabling Remote Desktop Connections

116 bytes added, 13:48, 8 September 2006
no edit summary
priority="0"
execute="once">
<install cmd='regedit /s %PACKAGES%\ts\enable-ts.reg' />
<upgrade cmd='regedit /s %PACKAGES%\ts\enable-ts.reg' />
<remove cmd='regedit /s %PACKAGES%\ts\disable-ts.reg' />
</package>
And here are the registry files for enabling and disabling Remote Desktop Connections:
<code>enable.ts</code>:
REGEDIT4
"fDenyTSConnections"=dword:00000000
<code>disable.ts</code>:
REGEDIT4
"fDenyTSConnections"=dword:00000001
This will allow you to log in on as Administrator (either domain or local)using Terminal Sessions----
Question: how to enable Terminal Sessions for other, non-Administrator users?
[[Category: Silent Installers]]
[[Category: Changing Windows settings]]
Anonymous user