Share via

Xbox app microphone

Anonymous
2019-10-04T05:25:25+00:00

Whenever i go to the xbox and press turn on mic while recording it says "your privacy settings are blocking your microphone" so then I click "show me how to fix" but all the options are on to allow my microphone access to everything (btw I am using Windows 10)

Windows for home | Windows 10 | Devices and drivers

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Vijay A. Verma 104.9K Reputation points Volunteer Moderator
    2019-10-04T06:02:23+00:00

    Hi BlueShot1

    Greetings! I am Vijay, an Independent Advisor.

    Recheck the setting again.

    Windows Key+i > Privacy > Microphone

    1. Set allow access to the Microphone on this device
    2. Allow apps to access your microphone - Make it ON
    3. Choose which apps can access your Microphone - If needed make XBox app to ON.

    Uninstall and reinstall XBox app

    Uninstall - Windows Key+X > Click Windows Powershell (Admin) > Copy the below and paste into Powershell and Enter

    Get-AppxPackage *xbox* | Remove-AppxPackage

    Reinstall

    Windows Key+X > Click Windows Powershell (Admin) > Copy the below command and right click in Powershell to paste > Enter

    Get-AppxPackage -allusers *xbox* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

    If there is any issue in installing, you can also install from Store - https://www.microsoft.com/store/productId/9MV0B...

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments