Skip to content

Commit 108c046

Browse files
authored
Update numbering of steps and sub-steps in troubleshoot-session-creation-errrors.md
1 parent c1873d6 commit 108c046

1 file changed

Lines changed: 30 additions & 30 deletions

File tree

support/power-platform/power-automate/desktop-flows/troubleshoot-session-creation-errrors.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -59,57 +59,57 @@ The resolution steps depend on the machine's setup. Follow the instructions to d
5959

6060
2. In the output under the **Device State** section, check the values for `AzureAdJoined` and `DomainJoined`.
6161

62-
**If `AzureAdJoined: YES` and `DomainJoined: NO`:**
62+
**If `AzureAdJoined: YES` and `DomainJoined: NO`:**
6363

64-
1. Open **Registry Editor** by pressing Windows+<kbd>R</kbd>, typing `regedit`, and pressing <kbd>Enter</kbd>.
64+
1. Open **Registry Editor** by pressing Windows+<kbd>R</kbd>, typing `regedit`, and pressing <kbd>Enter</kbd>.
6565

66-
2. Navigate to the following path:
66+
2. Navigate to the following path:
6767

68-
`Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services`
68+
`Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services`
6969

70-
3. Check if the `Terminal Services` key contains a `fPromptForPassword` subkey:
70+
3. Check if the `Terminal Services` key contains a `fPromptForPassword` subkey:
7171

72-
- If it exists and is set to **1**, contact your IT department to disable the "Always prompt for password upon connection" policy. After the policy is updated, force a policy refresh on the machine.
73-
- If `fPromptForPassword` doesn't exist, navigate to:
72+
- If it exists and is set to **1**, contact your IT department to disable the "Always prompt for password upon connection" policy. After the policy is updated, force a policy refresh on the machine.
73+
- If `fPromptForPassword` doesn't exist, navigate to:
7474

75-
`Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp`
75+
`Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp`
7676

77-
- Look for the `fPromptForPassword` DWORD. If it exists, set its value to **0**. If it doesn't exist, create it and set its value to **0**.
77+
Look for the `fPromptForPassword` DWORD. If it exists, set its value to **0**. If it doesn't exist, create it and set its value to **0**.
7878

79-
**For other machine configurations:**
79+
**For other machine configurations:**
8080

81-
1. Open **Registry Editor** by pressing Windows+<kbd>R</kbd>, typing `regedit`, and pressing <kbd>Enter</kbd>.
81+
1. Open **Registry Editor** by pressing Windows+<kbd>R</kbd>, typing `regedit`, and pressing <kbd>Enter</kbd>.
8282

83-
2. Navigate to the following path:
83+
2. Navigate to the following path:
8484

85-
`Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services`
85+
`Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services`
8686

87-
3. Check if the `Terminal Services` key contains the following values:
87+
3. Check if the `Terminal Services` key contains the following values:
8888

89-
- `fPromptForPassword` = **1**
90-
- `SecurityLayer` = **0**
91-
- `UserAuthentication` = **0**
89+
- `fPromptForPassword` = **1**
90+
- `SecurityLayer` = **0**
91+
- `UserAuthentication` = **0**
9292

93-
If all three values exist, contact your IT department to update one of these values:
93+
If all three values exist, contact your IT department to update one of these values:
9494

95-
- Set `fPromptForPassword` to **0**, or
96-
- Set `SecurityLayer` to **1** or **2**, or
97-
- Set `UserAuthentication` to **1**.
95+
- Set `fPromptForPassword` to **0**, or
96+
- Set `SecurityLayer` to **1** or **2**, or
97+
- Set `UserAuthentication` to **1**.
9898

99-
4. If one or more values are missing:
99+
If one or more values are missing:
100100

101-
- Choose one of the missing values based on your requirements.
102-
- Navigate to:
101+
- Choose one of the missing values based on your requirements.
102+
- Navigate to:
103103

104-
`Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp`
104+
`Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp`
105105

106-
- Update (or create if not present) the selected value:
106+
- Update (or create if not present) the selected value:
107107

108-
- Set `fPromptForPassword` to **0**, or
109-
- Set `SecurityLayer` to **1** or **2**, or
110-
- Set `UserAuthentication` to **1**.
108+
- Set `fPromptForPassword` to **0**, or
109+
- Set `SecurityLayer` to **1** or **2**, or
110+
- Set `UserAuthentication` to **1**.
111111

112-
5. Restart the machine after making registry changes.
112+
3. Restart the machine after making registry changes.
113113

114114
## SessionCreationError
115115

0 commit comments

Comments
 (0)