Skip to content

Commit c7b10c8

Browse files
committed
incorporate review feedbacks
1 parent cabfd9b commit c7b10c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ If you disabled the network connection in your dev box and are unable to connect
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

4949
## 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.
5151

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.
5353
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.
5454

5555
## 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.
5757

5858
## When I try to sign in to dev box by using Windows Hello for Business based authentication, I get error code 0x8007013d.
5959
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)