17Oct/080
Remotely enable terminal servces on a win5x or 6x box
- connect remote registry
- browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server.
- change fDenyTSConnections to 0
- reboot remote machine with shutdown -r -t 00 -m \\[computername]
- connect: mstsc /{admin or console} /v:[computername]












