Monday, July 28, 2008

Enable Remote Desktop via Registry key

To enable Remote Desktop of a remote computer change the following key in the registry:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\fDenyTSConnections
Set the value of this key to 0.

Note that you have to connect to remote computer using Registry Editor, thus say, File | Connect Network Registry.

~technos

No comments:

CPP Quick Guide

Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...