OS
Activate RDP over Remote Registry

Activate RDP over Remote Registry

Sometimes you are admin and have access to a remote machine by Windows Explorer etc but you need RDP to be enabled.

For that you need to connect with regedit.exe remotly to the other machine (maybe the Remote Registry is not running and you need to run it manually) and change a value within the registry:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server] "fDenyTSConnections"=dword:00000000

With that key you Enable Remote Desktop connections (by default is has 1 as value and you need to set it to 0)

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp] "UserAuthentication"=dword:00000001

With that key you Enable Network Level Authentication (normally it is already set to 1)

0 0 votes
Article Rating
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments