You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/dev-box/how-to-troubleshoot-remote-desktop-connectivity.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,13 +47,13 @@ If you disabled the network connection in your dev box and are unable to connect
47
47
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.
48
48
49
49
## Teams call from my dev box can not access camera or microphone.
50
-
If Teams call from dev box can not access 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.
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
51
52
-
## I can not perform CPU profiling on an AMD-based dev box.
52
+
## I can't perform CPU profiling on an AMD-based dev box.
53
53
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.
54
54
55
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`may cause the Hyper-V VM unable to boot. To avoid this issue, use Intel 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.
57
57
58
58
## When I try to sign in to dev box by using Windows Hello for Business based authentication, I get error code 0x8007013d.
59
59
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