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

Upgrade from Windows 2008 R2 to 2012 R2

1. Run: f:\support\adprep\adprep /forestprep f:\support\adprep\adprep /domainprep   2. Start Windows setup to upgrade the OS…

How to Setup Dynamic DNS with Google Domains & Ubiquity EdgeRouter

Step 1: Set up Dynamic DNS - Access Google Domains: - Click on the Manage…

G729 Codec

cd /usr/lib/asterisk/moduleswget http://asterisk.hosting.lv/mv codec_g729-ast110-gcc4-glibc-x86_64-core2.so codec_g729.sochmod 755 codec_g729.soamportal restartasterisk -rx "core show codecs"Download these two files:1.…