Skip to content

Commit 75ddeb0

Browse files
authored
Merge pull request #125740 from xinyanmsft/main
Update dev box connectivity troubleshooting guide
2 parents 677af63 + c7b10c8 commit 75ddeb0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,14 @@ If you disabled the network connection in your dev box and are unable to connect
4646
## Teams calls don't work well in my dev box.
4747
If Teams calls don't work well in your dev box, open the About page in Teams and check that the **AVD Media Optimized** feature is installed. If this feature isn't installed, or if your dev box is running Windows Enterprise N or KN SKUs, contact your dev box administrator.
4848

49-
## I can't connect to my dev box from my client computer.
49+
## Teams call from my dev box can not access camera or microphone.
50+
If Teams call from dev box can't access a camera or microphone, please go to your local computer, open Settings, navigate to **Privacy & security > Camera** or **Privacy & security > Microphone**, make sure it's toggled to **On** for all **Microsoft Teams VDI** apps.
51+
52+
## I can't perform CPU profiling on an AMD-based dev box.
5053
If CPU profiling doesn't work on an AMD-based dev box, it's a known Windows issue. To fix it, go to **Turn Windows features on or off,** uninstall **Hyper-V** and **Virtual Machine Platform,** and reboot.
5154

52-
## Do an AMD-based dev box support nested virtualization?
53-
AMD-based dev boxes don't support Hyper-V VMs with nested virtualization. After setting `Set-VMProcessor -VMName <name> -ExposeVirtualizationExtensions $true`, VMs inside dev box won't boot. To avoid this issue, use Intel based dev box.
55+
## Nested virtualization may not be enabled on a Hyper-V VM in AMD based dev box.
56+
In an AMD-based dev box, enable nested virtualization on a Hyper-V VM by setting `Set-VMProcessor -VMName <name> -ExposeVirtualizationExtensions $true` might prevent the Hyper-V VM from booting. To avoid this issue, use Intel based dev box.
5457

5558
## When I try to sign in to dev box by using Windows Hello for Business based authentication, I get error code 0x8007013d.
5659
When you sign in to dev box via Windows Hello for Business based authentication method and it fails with error code 0x8007013d, it could be due to Windows Hello certificate not properly installed. To fix it, first make sure you remember your password. Run `certutil -DeleteHelloContainer` command on your client computer (not your dev box), sign out and log back in.

0 commit comments

Comments
 (0)