Video.UI.exe Xbox related application will not uninstall and is running with open ports and Ip addresses in listening state

Anonymous
2021-04-07T05:45:07+00:00

Hello I noticed a new security issue after some Microsoft pushed updates for Windows. Does anyone know how to remove the Xbox application from your Windows 10 device? The option is now greyed out. 

This is showing open ports and a remote address even when not in use or not turned on.

Windows for home | Windows 10 | Security and privacy

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
{count} votes
Answer accepted by question author
  1. Anonymous
    2021-04-07T06:21:48+00:00
    • Have you tried using  the Repair or Reset option to find if that makes it possible to uninstall ?

    Uninstalling the XBOX app should prevent the UI from trying to connect.

    - Open Powershell (admin mode) and cut and past the command below to uninsatll\disable XBOX App
    Get-AppxPackage *xboxapp* | Remove-AppxPackage

    - There are several other XBOX related apps that can  be removed along with a lot of other Win10 Bloatware.

    .... Lifted from - Uninstall Apps in Windows 10 Windows 10 Apps & Features Tutorials

    -  Xbox Console Companion     [ current account only. There are other options for all accounts in the article above ] 

    Get-AppxPackage *Microsoft.XboxApp* | Remove-AppxPackage

    -  Xbox One SmartGlass
    Get-AppxPackage *XboxOneSmartGlass* | Remove-AppxPackage

    -  Xbox Game Bar
    Get-AppxPackage *Microsoft.XboxGamingOverlay* | Remove-AppxPackage

    • Xbox Game Speech Window
      Get-AppxPackage *Microsoft.XboxSpeechToTextOverlay* | Remove-AppxPackage
    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2021-04-07T06:21:37+00:00

    Good Day Jonathan,

    My name is Carlo, I'm an Independent Advisor and community member like you.

    I am also using Windows 10 pc. Let us work together to sort this out.

    -Press Windows key + X

    -Click Windows Powershell Admin

    -Copy and paste the command below and hit enter

    get-appxpackage Microsoft.GamingServices | remove-AppxPackage –allusers

    Once done restart your computer and check if its gone.

    I hope the information above helps. Please let me know how it goes.

    Have a wonderful day ahead and stay safe.

    Sincerely,

    Carlo T.

    0 comments No comments