diff --git a/windows/configuration/shell-launcher/wesl-usersetting.md b/windows/configuration/shell-launcher/wesl-usersetting.md
index ce3019dbf0..4e3cf46894 100644
--- a/windows/configuration/shell-launcher/wesl-usersetting.md
+++ b/windows/configuration/shell-launcher/wesl-usersetting.md
@@ -76,10 +76,10 @@ The following tables list any methods and properties that belong to this class.
| Property | Data type | Qualifiers | Description |
|----------|----------------|------------|-------------|
| **Sid** | string | [read, write, required] | User or group SID. |
-| **shell** | string | [read, write, required] | The application to start as the shell.The **shell** property can be a filename in the *Path* environment variable, or it can contain a fully qualified path to the application. You can also use environment variables in the path.Any spaces in the **shell** property must be part of a quote-delimited string. |
+| **shell** | string | [read, write, required] | The application to start as the shell.
The **shell** property can be a filename in the *Path* environment variable, or it can contain a fully qualified path to the application. You can also use environment variables in the path.
Any spaces in the **shell** property must be part of a quote-delimited string. |
| **CustomReturnCodes** | Sint32[] |[read, write] | An array of custom return codes that can be returned by the shell. |
-| **CustomReturnCodesAction** | Sint32[] | [read, write] | An array of custom return code actions that determine what action Shell Launcher takes when the shell exits. The custom actions map to the array of **CustomReturnCodes**.The possible actions are:0 - Restart the shell.1 - Restart the device.2 - Shut down the device.3 - Do nothing. |
-| **DefaultAction** | Sint32 | [read, write] | The default action Shell Launcher takes when the shell exits.The possible actions are defined as follows:0 - Restart the shell.1 - Restart the device.2 - Shut down the device.3 - Do nothing. |
+| **CustomReturnCodesAction** | Sint32[] | [read, write] | An array of custom return code actions that determine what action Shell Launcher takes when the shell exits. The custom actions map to the array of **CustomReturnCodes**.
The possible actions are:
0 - Restart the shell.
1 - Restart the device.
2 - Shut down the device.
3 - Do nothing. |
+| **DefaultAction** | Sint32 | [read, write] | The default action Shell Launcher takes when the shell exits.
The possible actions are defined as follows:
0 - Restart the shell.
1 - Restart the device.
2 - Shut down the device.
3 - Do nothing. |
### Remarks
diff --git a/windows/configuration/shell-launcher/wesl-usersettinggetcustomshell.md b/windows/configuration/shell-launcher/wesl-usersettinggetcustomshell.md
index 6be4813c8c..98c7eaa8c3 100644
--- a/windows/configuration/shell-launcher/wesl-usersettinggetcustomshell.md
+++ b/windows/configuration/shell-launcher/wesl-usersettinggetcustomshell.md
@@ -25,13 +25,13 @@ This method retrieves the Shell Launcher configuration for a specific user or gr
## Parameters
-**Sid**\[in, required\] A string containing the security identifier (SID) of the user or group that Shell Launcher is configured for.
+**Sid**
\[in, required\] A string containing the security identifier (SID) of the user or group that Shell Launcher is configured for.
-**Shell**\[out, required\] The application or executable that Shell Launcher starts as the shell.
+**Shell**
\[out, required\] The application or executable that Shell Launcher starts as the shell.
-**CustomReturnCodes**\[out, required\] An array of custom return codes returned by the shell application.
+**CustomReturnCodes**
\[out, required\] An array of custom return codes returned by the shell application.
-**CustomReturnCodesAction**\[out, required\] 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**
\[out, required\] 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**\[out, required\] The default action that Shell Launcher takes when the shell application exits.
+**DefaultAction**
\[out, required\] The default action that Shell Launcher takes when the shell application exits.
The possible actions are defined in the following table:
diff --git a/windows/configuration/shell-launcher/wesl-usersettinggetdefaultshell.md b/windows/configuration/shell-launcher/wesl-usersettinggetdefaultshell.md
index c32948ad15..3a7f52dfd3 100644
--- a/windows/configuration/shell-launcher/wesl-usersettinggetdefaultshell.md
+++ b/windows/configuration/shell-launcher/wesl-usersettinggetdefaultshell.md
@@ -22,9 +22,9 @@ This method retrieves the default Shell Launcher configuration.
## Parameters
-**Shell**\[out, required\] The application or executable that Shell Launcher starts as the shell.
+**Shell**
\[out, required\] The application or executable that Shell Launcher starts as the shell.
-**DefaultAction**\[out, required\] The default action Shell Launcher takes when the shell application exits.
+**DefaultAction**
\[out, required\] The default action Shell Launcher takes when the shell application exits.
The possible actions are defined in the following table:
diff --git a/windows/configuration/shell-launcher/wesl-usersettingisenabled.md b/windows/configuration/shell-launcher/wesl-usersettingisenabled.md
index 1125bb1d92..0b2753c1c7 100644
--- a/windows/configuration/shell-launcher/wesl-usersettingisenabled.md
+++ b/windows/configuration/shell-launcher/wesl-usersettingisenabled.md
@@ -21,7 +21,7 @@ This method retrieves a value that indicates if Shell Launcher is enabled or dis
## Parameters
-**Enabled**\[out, required\] A Boolean value that indicates if Shell Launcher is enabled.
+**Enabled**
\[out, required\] A Boolean value that indicates if Shell Launcher is enabled.
## Return Value
diff --git a/windows/configuration/shell-launcher/wesl-usersettingremovecustomshell.md b/windows/configuration/shell-launcher/wesl-usersettingremovecustomshell.md
index e5058577a9..6fead06a2b 100644
--- a/windows/configuration/shell-launcher/wesl-usersettingremovecustomshell.md
+++ b/windows/configuration/shell-launcher/wesl-usersettingremovecustomshell.md
@@ -21,7 +21,7 @@ This method removes a Shell Launcher configuration for a specific user or group,
## Parameters
-**Sid**\[in, required\] A string containing the security identifier (SID) of the user or group that Shell Launcher is configured for.
+**Sid**
\[in, required\] A string containing the security identifier (SID) of the user or group that Shell Launcher is configured for.
## Return Value
diff --git a/windows/configuration/shell-launcher/wesl-usersettingsetcustomshell.md b/windows/configuration/shell-launcher/wesl-usersettingsetcustomshell.md
index 5b788c9295..0d3a9a6045 100644
--- a/windows/configuration/shell-launcher/wesl-usersettingsetcustomshell.md
+++ b/windows/configuration/shell-launcher/wesl-usersettingsetcustomshell.md
@@ -25,13 +25,13 @@ This method configures Shell Launcher for a specific user or group, based on the
## Parameters
-**Sid**\[in, required\] A string containing the security identifier (SID) of the user or group that Shell Launcher is being configured for.
+**Sid**
\[in, required\] A string containing the security identifier (SID) of the user or group that Shell Launcher is being configured for.
-**Shell**\[in, required\] The application or executable that Shell Launcher starts as the shell.
+**Shell**
\[in, required\] The application or executable that Shell Launcher starts as the shell.
-**CustomReturnCodes**\[in\] An array of custom return codes that can be returned by the shell application.
+**CustomReturnCodes**
\[in\] An array of custom return codes that can be returned by the shell application.
-**CustomReturnCodesAction**\[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**
\[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**\[In\] The default action that Shell Launcher takes when the shell application exits.
+**DefaultAction**
\[In\] The default action that Shell Launcher takes when the shell application exits.
The possible actions are defined in the following table:
diff --git a/windows/configuration/shell-launcher/wesl-usersettingsetdefaultshell.md b/windows/configuration/shell-launcher/wesl-usersettingsetdefaultshell.md
index d829d7d717..efe4587efe 100644
--- a/windows/configuration/shell-launcher/wesl-usersettingsetdefaultshell.md
+++ b/windows/configuration/shell-launcher/wesl-usersettingsetdefaultshell.md
@@ -22,9 +22,9 @@ This method sets the default Shell Launcher configuration.
## Parameters
-**Shell**\[in, required\] The application or executable that Shell Launcher starts as the shell.
+**Shell**
\[in, required\] The application or executable that Shell Launcher starts as the shell.
-**DefaultAction**\[in, required\] The default action that Shell Launcher takes when the *Shell* application exits.
+**DefaultAction**
\[in, required\] The default action that Shell Launcher takes when the *Shell* application exits.
The possible actions are defined in the following table:
diff --git a/windows/configuration/shell-launcher/wesl-usersettingsetenabled.md b/windows/configuration/shell-launcher/wesl-usersettingsetenabled.md
index 64d952bf88..c143bf6206 100644
--- a/windows/configuration/shell-launcher/wesl-usersettingsetenabled.md
+++ b/windows/configuration/shell-launcher/wesl-usersettingsetenabled.md
@@ -21,7 +21,7 @@ This method enables or disables Shell Launcher.
## Parameters
-**Enabled**\[in, required\] A Boolean value that indicates whether to enable or disable Shell Launcher.
+**Enabled**
\[in, required\] A Boolean value that indicates whether to enable or disable Shell Launcher.
## Return Value