Posted On March 31, 2019

Enable Remote Assistance (Windows XP/2003)

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Enable Remote Assistance (Windows XP/2003)
The Remote Assistance feature is a convenient way for an administrator to remotely connect to a computer and with permission view the screen, move the mouse, use the keyboard and chat online.
Open you registry and find the key below.
To Enable Remote Assitance
Create or modify the following DWORD values:
  • AllowTSConnections set it to “1”
  • fDenyTSConnections set it to “0”
  • fAllowToGetHelp set it to “1”
    To Disable Remote Assitance
    Create or modify the following DWORD values:
  • AllowTSConnections set it to “0”
  • fDenyTSConnections set it to “1”
  • fAllowToGetHelp set it to “0”
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Services
    Registry Settings
    System Key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]
    Value Name: AllowTSConnections, fDenyTSConnections, fAllowToGetHelp
    Data Type: REG_DWORD (DWORD Value)

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How to Fix Corrupted Windows System Files

Symptoms:- Blue Screens- Slow booting- You have too much free time- This appears out of…

Add a Domain Group to Local Administrators Group

$checkGroup="Administrators" $addMember="KIMCONNECT\Desktop Admins" # Dynamic Credential $who = whoami if ($who.substring($who.length-2, 2) -eq "-admin"){$username=$who;} else…

Applying Quarterly Updates to MapMarker and TomTom Points

Begin by downloading the MapMarker update and TomTom point update from Pitney Bowes. Once the…