Skip to content

Commit 3b292a2

Browse files
committed
Acrolinx fixes
1 parent 510125d commit 3b292a2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/dev-box/how-to-resolve-dev-box-connectivity-issues.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,20 @@ Before proceeding with troubleshooting, ensure that your Remote Desktop app is u
3030

3131
Any improper network configurations on your Dev Box can disrupt Remote Desktop connections.
3232

33-
Additionally, if you haven't accessed your Dev Box in the past three months, check if you might have been removed from Microsoft Entra ID due to inactivity. In such cases, contact the Cloud PC Service support team for assistance in regaining access.
33+
Additionally, if you haven't accessed your Dev Box in the past three months, check if Microsoft Entra ID removed you due to inactivity. To regain access, contact the Cloud PC Service support team.
3434

3535
### Step 0: Preliminary Checks
3636
- **Internet Connection:** Verify that your local machine has an active internet connection.
3737
- **Dev Box Status:** Confirm that your Dev Box is running through the Dev Box portal.
3838
- **Proxy Settings:** Incorrect internet proxy settings can interfere with the Remote Desktop experience, so ensure these settings are correctly configured.
3939

4040
### Step 1: Windows Update and App Restart
41-
- **Pending Updates:** If a Windows update is in progress, it might take up to 30 minutes, during which your Dev Box won't connect.
41+
- **Pending Updates:** If Windows is updating, it can take up to 30 minutes, during which your Dev Box won't connect.
4242
- **Restart Remote Desktop:** Close all instances of the Remote Desktop app, terminate any 'msrdc.exe' and 'msrdcw.exe' processes via Task Manager, and then reopen the app to attempt reconnection.
4343

4444
### Step 2: Address App Hang and Authentication Issues
4545
- **App Hang:** If the Remote Desktop app hangs, capture a process dump of MSRDC.exe and create a support request. Restart your computer and try connecting again.
46-
- **Authentication Errors:** If denied sign-in despite correct credentials, check the join status using `dsregcmd.exe /status`. Resolve any errors with the helpdesk and restart your computer. If authentication errors persist, unsubscribe and resubscribe to your Dev Box pool in the app. Ensure that your client machine connects to the MSFT VPN if using PIN authentication with a Hybrid-AD joined Dev Box.
46+
- **Authentication Errors:** If denied sign-in despite correct credentials, check the join status using `dsregcmd.exe /status`. Resolve any errors with the helpdesk and restart your computer. If authentication errors persist, unsubscribe and resubscribe to your Dev Box pool in the app.
4747

4848
### Step 3: Browser Client Connection
4949
- **Browser Access:** Attempt to connect via the browser client by visiting https://DevBox.microsoft.com and selecting "Open in browser".
@@ -79,7 +79,7 @@ value name: fClientDisableUDP
7979
value: DWORD 1
8080
```
8181

82-
You can set the above using this command in an elevated shell:
82+
You can set the `fClientDisableUDP` registry value by using this command in an elevated shell:
8383

8484
```
8585
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services\Client" /v fClientDisableUDP /d 1 /t REG_DWORD

articles/dev-box/how-to-troubleshoot-remote-desktop-connectivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Troubleshoot known Dev Box Remote Desktop issues
3-
description: Learn how to troubleshoiot known Remote Desktop connection issues with dev doxes to maintain a stable workflow.
3+
description: Learn how to troubleshoot known Remote Desktop connection issues with dev doxes to maintain a stable workflow.
44
author: RoseHJM
55
ms.author: rosemalcolm
66
ms.service: dev-box

0 commit comments

Comments
 (0)