Changes

Enabling Remote Desktop Connections

30 bytes added, 21:57, 4 April 2008
no edit summary
A more complex scenario exists if the Terminal Service itself had been disabled; in which case the following is a more suitable.
<source lang="xml">
<package id="rdp" name="Remote Desktop" revision="3" reboot="true" priority="5">
<check type="logical" condition="or">
<remove cmd='sc config termservice start= disabled' />
</package>
</source>
----
Anonymous user