Uninstalled Xbox app via Powershell, cannot reinstall

Discus and support Uninstalled Xbox app via Powershell, cannot reinstall in XBoX Games and Apps to solve the problem; I originally posted this in Microsoft's Windows 10 forum. After going back and forth with them, they have referred me here. I recently changed my... Discussion in 'XBoX Games and Apps' started by louthelou, Nov 24, 2015.

  1. louthelou
    louthelou Guest

    Uninstalled Xbox app via Powershell, cannot reinstall


    I originally posted this in Microsoft's Windows 10 forum. After going back and forth with them, they have referred me here.





    I recently changed my Microsoft password. Doing so caused the Xbox app to have an aneurysm; it gave me the Sign in and Cancel (?) buttons, then immediately presented me with a Microsoft login form, without clicking on the Sign In button. I entered my credentials,
    only to have it then present me with the two buttons again (which were just sitting behind the login screen, apparently). So, I clicked Sign In, and entered my credentials again. Crash to desktop. Open the app again. Immediate crash to desktop. Restart
    computer, open app - immediate crash to desktop.

    I then uninstalled the app via Powershell with

    Get-AppxPackage *xboxapp* | Remove-AppxPackage

    and this is where I am. I cannot use the all-encompassing reinstall line

    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    because it gives me an error about Cortana needing to be closed (even after a fresh restart, and manually enabling and disabling it; the error is further down this post). I found another thread with these instructions from a Microsoft Forum Moderator concerning
    this Cortana/Powershell issue, but it didn't help (Cortana does not work):

    Please follow the steps and check if it helps:

    1. Open an Administrator CMD window. If you can’t find a way, use these steps:
      1. Press CTRL+Shift+ESC to open Task Manager.
      2. Click File > Run New Task
      3. Make sure you have a check mark beside “Create this task with administrative privileges”
      4. Type CMD
    Type the following commands at the CMD prompt:

    dism /online /cleanup-image /restorehealth



    1. If the above command both completed and show no remaining issues, run these commands:


      powershell

      Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    The DISM command runs fine. The powershell command results in the same error:

    Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it

    modifies are currently in use.

    error 0x80004004: Unable to install because the following apps need to be closed

    Microsoft.Windows.Cortana_cw5n1h2txyewy!CortanaUI.

    Using the command to install an individual app with the install location either doesn't work, or the app I want is not the "Xbox companion" app (in which case, I don't know what app it could be; it's not the Smartglass app, that one works fine). The command
    runs without an error, but nothing changes; the app is not in my list of programs/"All apps".

    I also attempted to use the reinstall-preinstalledApps.ps1 script as detailed on Microsoft's site (Content Removed (Windows)), but that process did not solve my problem, as I get a string
    of these errors when running the script with no arguments (one for each app it attempts):

    Add-AppxPackage : Cannot find path 'C:\Program

    Files\WindowsApps\Microsoft.XboxApp_2015.1117.445.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml'

    because it does not exist.

    At C:\users\lou\desktop\reinstall-preinstalledApps.ps1:35 char:2

    + Add-AppxPackage -register $PackagePath -DisableDevelopmentMode

    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo : ObjectNotFound: (C:\Program File...dleManifest.xml:String) [Add-AppxPackage], ItemNotFou

    ndException

    + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    Help, please. I'd like my Xbox app back.

    ===================================

    Uninstalled Xbox app via Powershell, cannot reinstall



    That was the original post. Attempted/unsuccessful solutions, per moderator instruction:

    1. Running this command at a prompt: "powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xml"

    2. Creating a new user account to look for the app (it wasn't there, either)

    3. Running sfc /scannow (didn't find any violations)

    :)
     
    louthelou, Nov 24, 2015
    #1
  2. R0CK37
    R0CK37 Guest
    I just upgraded to an R9 280 video card, but the XBox app's GameDVR doesn't realize it...

    ...and I can't record clips, or anything, really.

    I uninstalled the XBox app via Powershell, and reinstalled it...same deal...no dice.

    Suggestions?
     
    R0CK37, Nov 24, 2015
    #2
  3. neversettle
    neversettle Guest
    Configuring XBOX-One Elite Controller on Windows 10

    Hey Hammer,

    Thanks for your reply. As I am using Win10 Desktop-Only, I did not see the need for an App-Store and I very much disliked the use and feel of the Store.

    So I uninstalled it via Powershell. Is there a way to install the Accessories-App w/out Store? Powershell is a Packetmanager by itself, right?

    Or do I have to reinstall the Windows-Store just to download the Accessories-App (Not sure right now if this is done via Powershell too).

    Having an official Download-Location where I can just retrieve the App would be awesome.

    Thank you!
     
    neversettle, Nov 24, 2015
    #3
  4. Bestlano
    Bestlano Guest

    Uninstalled Xbox app via Powershell, cannot reinstall

    Hi Lou, Sorry to hear your having issues reinstalling the Xbox App. I have reported your issue to the developers to investigate. We will contact you if we have further questions.

    Thanks,

    Best
     
    Bestlano, Nov 25, 2015
    #4
  5. louthelou
    louthelou Guest
    Thank you for your response. Is someone going to contact me outside this forum (say, via e-mail) to remedy this, or should I just be watching here for that?
     
    louthelou, Nov 27, 2015
    #5
  6. Hey there,

    They will more then likely report back to this post here for you Uninstalled Xbox app via Powershell, cannot reinstall :)

    I have taken a look at the thread on the Microsoft community, and have marked the Support Engineers response to direct you as answer. I have also posted a message detailing that this issue is been looked into by the developers, and detailed that this has
    been escalated by the support staff on this community.

    Hope you get this problem sorted out Uninstalled Xbox app via Powershell, cannot reinstall :)

    Regards,
     
    Nathan Roberts (SunkNath), Nov 28, 2015
    #6
  7. GUNSLlNG3R7
    GUNSLlNG3R7 Guest
    Where can I find the solution to this problem? I have the same problem but it looks like solution has never been posted. HELP Uninstalled Xbox app via Powershell, cannot reinstall :(
     
    GUNSLlNG3R7, Nov 28, 2017
    #7
  8. GUNSLlNG3R7
    GUNSLlNG3R7 Guest

    Uninstalled Xbox app via Powershell, cannot reinstall

    Did you ever figure it out? I have the exact same problem.
     
    GUNSLlNG3R7, Nov 1, 2018
    #8
  9. GUNSLlNG3R7 Win User

    Uninstalled Xbox app via Powershell, cannot reinstall

    Hey there,

    They will more then likely report back to this post here for you :)

    I have taken a look at the thread on the Microsoft community, and have marked the Support Engineers response to direct you as answer. I have also posted a message detailing that this issue is been looked into by the developers, and detailed that this has
    been escalated by the support staff on this community.

    Hope you get this problem sorted out :)

    Regards,
    Where can I find the solution to this problem? I have the same problem but it looks like solution has never been posted. HELP :(
  10. GUNSLlNG3R7 Win User

    Uninstalled Xbox app via Powershell, cannot reinstall

    Thank you for your response. Is someone going to contact me outside this forum (say, via e-mail) to remedy this, or should I just be watching here for that?
    Did you ever figure it out? I have the exact same problem.
  11. louthelou Win User

    Uninstalled Xbox app via Powershell, cannot reinstall

    Thank you for your response. Is someone going to contact me outside this forum (say, via e-mail) to remedy this, or should I just be watching here for that?
  12. Bestlano Win User

    Uninstalled Xbox app via Powershell, cannot reinstall

    Hi Lou, Sorry to hear your having issues reinstalling the Xbox App. I have reported your issue to the developers to investigate. We will contact you if we have further questions.

    Thanks,

    Best
  13. Nathan Roberts (Sunk Win User

    Uninstalled Xbox app via Powershell, cannot reinstall

    Hey there,

    They will more then likely report back to this post here for you :)

    I have taken a look at the thread on the Microsoft community, and have marked the Support Engineers response to direct you as answer. I have also posted a message detailing that this issue is been looked into by the developers, and detailed that this has
    been escalated by the support staff on this community.

    Hope you get this problem sorted out :)

    Regards,
Thema:

Uninstalled Xbox app via Powershell, cannot reinstall

Loading...
  1. Uninstalled Xbox app via Powershell, cannot reinstall - Similar Threads - Uninstalled app via

  2. [Bug] Xbox app shows me “Playing” uninstalled games — presence stuck across multiple titles

    in XboX Insiders
    [Bug] Xbox app shows me “Playing” uninstalled games — presence stuck across multiple titles: Hi all, I’m hoping someone here can help or confirm if there’s a fix for this. On PC (Rog Ally Z1E), my Xbox app keeps showing that I’m playing games I’ve already uninstalled. It started with...
  3. App Update Issue: Installing and Uninstalling Loop

    in XBoX on Consoles
    App Update Issue: Installing and Uninstalling Loop: I went into My Games and Apps to update Dolby Access, clicked on the update and confirmed that I wanted to update it, and now it's stuck in an endless loop. It updates, uninstalls itself, then...
  4. Xbox Game Pass PC/Xbox Game App Uninstalls Avowed Erroneously

    in XBoX Games and Apps
    Xbox Game Pass PC/Xbox Game App Uninstalls Avowed Erroneously: I'm experiencing a recurring issue with the Xbox Game Pass app on PC and need your assistance. Why does the Xbox Game launcher keep randomly uninstalling Avowed without any warning or action on my...
  5. I installed an app on my android phone called Fast Launcher. I wanted to uninstall but the...

    in XBoX Accessibility
    I installed an app on my android phone called Fast Launcher. I wanted to uninstall but the...: I installed an app on my android phone called Fast Launcher. I want to uninstall but the button is greyed out when I go to settings- App Managment listing of my phone apps. I want to get rid of...
  6. How do I get back my Xbox settings app if it was uninstalled accidentally?

    in XBoX on Windows
    How do I get back my Xbox settings app if it was uninstalled accidentally?: For some reason my settings app on my Xbox one s has magically disappeared and I can only assume that someone has uninstalled it. Is there a way to get it back because I've been having so much...
  7. Game Pass for PC and EA app - Can't uninstall game at all

    in XboX Insiders
    Game Pass for PC and EA app - Can't uninstall game at all: Title says it all. Game won't uninstall be it from the Game Pass app, the EA app or just using Windows' add/remove programs. No error message is given, I press uninstall and it just won't do...
  8. Xbox app wouldn't work -- uninstalled -- can't reinstall

    in XBoX Games and Apps
    Xbox app wouldn't work -- uninstalled -- can't reinstall: Getting an error message when trying to install xbox app on Windows 11 22H2 c10dd042-6aa7-44a4-a8de-03843f3290c3
  9. Can't open apps such as Microsoft Store and Nvidia Control Panel after Uninstalling Gaming...

    in XBoX on Windows
    Can't open apps such as Microsoft Store and Nvidia Control Panel after Uninstalling Gaming...: I was following a fix for the Xbox apps/microsoft stores gaming services not functioning and it said to delete gaming services from regedit. After doing this my pc has had problems such as in the...
  10. The xbox app will not reinstall after uninstalling

    in XBoX Games and Apps
    The xbox app will not reinstall after uninstalling: I am a PC gamer and the other day I was playing with my friends using the Xbox game bar and app while talking to them in a party. Then the next day the apps would not open, I stopped the processes...