Allow Remote Assistance

Allow Remote Assistance

This powershell command enables the "Allow Remote Assistance" in System properties -> Remote.
It changes the registry value to 0 (Allow).


###

Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Remote Assistance' -Name "fAllowToGetHelp" -Value 1

###

Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Remote Assistance' -Name "fAllowToGetHelp" -Value 0

###

To download the command  click here.
Once downlod complete, import it throw the import option in the Custom command section.

For any additional information, please contact support@eprocsolutions.com