I am building a simple script to create a new local user, and then amend some of the settings in the profile. I am looking forward to find a way to disable “Enable remote control” in the Remote Control tab.
This is for Windows server in workgroup environment.
Registry Hive: HKEY_LOCAL_MACHINE
Registry Path: \SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services\
Value Name: fAllowToGetHelp
Value Type: REG_DWORD
Value: 0
Or:
Configure the policy value for Computer Configuration >> Administrative Templates >> System >> Remote Assistance >> "Configure Solicited Remote Assistance" to "Disabled".
Thank you for your suggestion. Unfortunately this option exist only when Active Directory is present, and I think it is about disabling this option - see the screenshot attached.
I am looking for a way to disable this option in workgroup environment.