mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 10:23:37 +00:00
Correct self-closing BR tags
This commit is contained in:
@ -25,13 +25,13 @@ This method configures Shell Launcher for a specific user or group, based on the
|
||||
|
||||
## Parameters
|
||||
|
||||
**Sid**</br>\[in, required\] A string containing the security identifier (SID) of the user or group that Shell Launcher is being configured for.
|
||||
**Sid**<br/>\[in, required\] A string containing the security identifier (SID) of the user or group that Shell Launcher is being configured for.
|
||||
|
||||
**Shell**</br>\[in, required\] The application or executable that Shell Launcher starts as the shell.
|
||||
**Shell**<br/>\[in, required\] The application or executable that Shell Launcher starts as the shell.
|
||||
|
||||
**CustomReturnCodes**</br>\[in\] An array of custom return codes that can be returned by the shell application.
|
||||
**CustomReturnCodes**<br/>\[in\] An array of custom return codes that can be returned by the shell application.
|
||||
|
||||
**CustomReturnCodesAction**</br>\[in\] An array of custom return code actions that determine the action that Shell Launcher takes when the shell application exits. The custom actions map to the array of *CustomReturnCodes*.
|
||||
**CustomReturnCodesAction**<br/>\[in\] An array of custom return code actions that determine the action that Shell Launcher takes when the shell application exits. The custom actions map to the array of *CustomReturnCodes*.
|
||||
|
||||
The possible actions are defined in the following table:
|
||||
|
||||
@ -42,7 +42,7 @@ The possible actions are defined in the following table:
|
||||
| 2 | Shut down the device. |
|
||||
| 3 | Do nothing. |
|
||||
|
||||
**DefaultAction**</br>\[In\] The default action that Shell Launcher takes when the shell application exits.
|
||||
**DefaultAction**<br/>\[In\] The default action that Shell Launcher takes when the shell application exits.
|
||||
|
||||
The possible actions are defined in the following table:
|
||||
|
||||
|
Reference in New Issue
Block a user