The SetRemCtrlSettings Windows Management Instrumentation (WMI) class method, in Configuration Manager, that specifies the remote control settings on a client computer.  

The following syntax is simplified from Managed Object Format (MOF) code and defines the method.

uint32 SetRemCtrlSettings 
{
	[IN]	Boolean UseLocalSettings
	[IN]	Boolean RemoteControlEnabled
	[IN]	Boolean AllowRemCtrlToUnattended
	[IN]	Boolean PermissionRequired
	[IN]	UInt32 AccessLevel
	[IN]	UInt32 AudibleSignal
	[IN]	Boolean ConnectionBar
	[IN]	Boolean TaskbarIcon
};

Parameters

UseLocalSettings

Data type: BooleanQualifiers: [id("0"), in]truetrue if Remote Assistance settings, which might be configured by the user in a Control Panel program, should be overridden by the Configuration Manager settings.  
RemoteControlEnabled

Data type: BooleanQualifiers: [id("1"), in]true if the remote control agent is enabled.  
AllowRemCtrlToUnattended

Data type: BooleanQualifiers: [id("2"), in]true if remote control of an unattended computer is allowed.  
PermissionRequired

Data type: BooleanQualifiers: [id("3"), in]true if the user should be prompted for permission to remote control the computer.  
AccessLevel

Data type: UInt32Qualifiers: [id("4"), in]Access level allowed. Possible values are:  

0

No access

1

View only

2

Full control

AudibleSignal

Data type: UInt32Qualifiers: [id("5"), in]Value indicating if a control beep should be sounded during a remote control session to signify that the computer is being remotely controlled. This is only for Remote Control, not Remote Assistance. Possible values are:  

0

None

1

Beginning and end of session

2

Repeatedly

ConnectionBar

Data type: BooleanQualifiers: [id("6"), in]true to show the session connection bar.  
TaskbarIcon

Data type: BooleanQualifiers: [id("7"), in]true to show the session notification icon on the taskbar.  

Remarks

Requirements

Runtime Requirements

Development Requirements