Sunday, 15 September 2019

Enabling Remote Desktop on Remote Computer using Registry



1. Start Registry editor. regedit.exe
2. Connect to remote computer's registry. ( File--> Connect Network registry...)
3. Select remote computer registry on tree
4. Navigate to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server
     
Double-click fDenyTSConnections.

Change value to 0 for Enable
Change value to 1 for Disable






No comments:

Post a Comment

Updating Softwares of Computer

  open Power Shell as Administrator type  winget upgrade will show the list of available updates  type winget upgrade --ALL   to auto doownl...