Changes
no edit summary
You can enable them with a simple registry edit.
<check type="registry" condition="equals" path="HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\fDenyTSConnections" value="0" />
<code>enable-ts.install cmd='reg<add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f"' /code>: REGEDIT4 [<upgrade cmd='reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]" /v fDenyTSConnections /t REG_DWORD /d 0 /f"' /> <remove cmd='reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections/t REG_DWORD /d 1 /f"=dword:00000000' />
<code/package>disable-ts.reg</code>: REGEDIT4 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server] "fDenyTSConnections"=dword:00000001
This will allow you to log on as Administrator (either domain or local) using Terminal Sessions.