I have run into many situations where I need to remote into a computer, but can't because RDP is not enabled on that computer. So I want to enable it remotely because either I am too lazy to get up and access a network computer or cant access a network computer because it is behind a locked door. There are a few ways to do this.
The first is to add a network registry and then change a value. To do this:
Another process would be to download PSTools (a light-weight telnet-replacement that lets you execute processes on other systems) from Microsoft. Download and extract PSTools into a folder. In command prompt (Start > Run > CMD) CD (change directory) into that folder and then execute the following command:
There are also some programs that can assist you with enabling RDP.
IntelliAdmin has a freeware program that will enable RDP remotely with a GUI, it also has some nice additional features. It can be downloaded here for free.
The first is to add a network registry and then change a value. To do this:
- Open regedit | Start > Run > regedit
- File > Connect Network Registry
- Then type either the name or the IP of the computer to connect to and press Check Names.
- Press Ok then you should see the network registry under yours in the left pane.
- We are going to change the value of fDenyTSConnections and it is under
- HKLM\System\CurrentControlSet\Control\Terminal Server
- Double click fDenyTSConnections and change the value to 0.
- Now you should be able to remote it.
Another process would be to download PSTools (a light-weight telnet-replacement that lets you execute processes on other systems) from Microsoft. Download and extract PSTools into a folder. In command prompt (Start > Run > CMD) CD (change directory) into that folder and then execute the following command:
psexec \\IP reg add "hklm\system\currentcontrolset\control\terminal server" /f /v fDenyTSConnections /t REG_DWORD /d 0
There are also some programs that can assist you with enabling RDP.
IntelliAdmin has a freeware program that will enable RDP remotely with a GUI, it also has some nice additional features. It can be downloaded here for free.
0 comments:
Post a Comment