fAllowFullControl specifies whether a friend or a support professional can take full control of the user's computer to deal with issues that the user is unable to resolve.

Values

true

Specifies that a friend or a support professional can take full control of the user's computer to deal with issues that the user is unable to resolve. This is the default value.

false

Specifies that a friend or a support professional cannot take full control of the user's computer to deal with issues that the user is unable to resolve.

Parent Hierarchy

Valid Passes

specialize

Applies To

For a list of the supported Windows® editions and architectures that this component supports, see Microsoft-Windows-RemoteAssistance-Exe.

XML Example

The following XML output shows how to enable a friend or a support professional to take full control of a user's computer. The ticket is configured to expire after one day.

  Copy Code
<CreateEncryptedOnlyTickets>true</CreateEncryptedOnlyTickets>
<fAllowToGetHelp>true</fAllowToGetHelp>
<fAllowFullControl>true</fAllowFullControl>
<MaxTicketExpiry>1</MaxTicketExpiry>
<MaxTicketExpiryUnits>2</MaxTicketExpiryUnits>

See Also