Windows 10: dual display lost after removing appx package

Discus and support dual display lost after removing appx package in Windows 10 Graphic Cards to solve the problem; Good day, Recently I discovered online about removing appx package with PowerShell or something anyway I followed the instructions and it was... Discussion in 'Windows 10 Graphic Cards' started by eric9000k, Mar 11, 2019.

  1. eric9000k Win User

    dual display lost after removing appx package


    Good day,

    Recently I discovered online about removing appx package with PowerShell or something anyway I followed the instructions and it was successful I put all commands properly and the software is gone.

    Other thing is I turned off Windows Update for 30 days because it kept returning an error code and the install constantly failed, I tried rebooting in safe mode to delete a temp file and a few other things but just decided to turn it off for 30 days.

    ANYWAY I used to run this machine - Lenovo ThinkPad T440p (awesome unit) with a HDMI cable to my TV and now I'm just getting a "no signal" pong game even though the TV itself recognizes a device is connected to HDMI port and offers to switch the signal isn't delivered and the laptop screen stays on even during a restart.

    Main question is did I accidentally delete something important for "multiple displays - show only on 2" to disappear from my OS????

    Question 2 is can someone walk me through the correct troubleshooting to repair this issue without having to reinstall appx package?


    :)
     
    eric9000k, Mar 11, 2019
    #1
  2. STU
    Stu Win User

    Remove appx package for all users

    The "Remove-AppxPackage" only removes store applications for the logged in user, even if you pipe it from Get-AppxPackage -AllUser

    I've had trouble updating apps in the past because another user had logged in and the app had been updated in their profile, it's also a known issue when using sysprep.

    You can identify if that is the case using this script:

    In the output of this last cmdlet, check the users for whom the package is showing up as Installed. Delete these user accounts from the reference computer, or log on to the computer by using these user accounts & remove the Appx package, as you have been:

    If that still doesn't work, you could try removing the provisioning and installing it again from the Store.

     
  3. Force-remove a Windows 10 Appx package, skipping any errors that might occur

    I bought the pre-order version of Forza Motorsport 7 in September. During installation of the pre-order, an error occurred which left the installation mostly installed. Forza Motorsport is delivered via the Windows Store, and is distributed via the Appx App Packager.

    Now that Forza Motorsport 7 has "gone gold", I'd like to install the full version of the game. Typically this automatically occurs when you run the pre-order "stub" application, however because of the problem during the initial installation, the full game is not downloading.

    My first thought was do a simple "uninstall and re-install", however attempting to uninstall the app using the "Apps and Features" page in Settings results in this error:

    Not helpful. Next I used Get-AppxPackage *Apollo* (Apollo is the code name for this game) via PowerShell to obtain the Appx Package Name for the game, then used Remove-AppxPackage "Microsoft.ApolloBaseGame_1.0.2.2_64__xwekyb3d8bbwe" to uninstall the app. That doesn't work with the following error:

    As recommended in the output above, I ran Get-Appxlog to see the actual error:

    Error: 0x80070002 seems to indicate a "file not found" error. Although the messaging doesn't show which file was not found. So helpful.

    Next, I tried using DISM.exe to remove the package:

    Relevant content from the DISM log file:

    Using the command-line, I can verify that C:\Program Files\WindowsApps\Microsoft.ApolloBaseGame_1.0.2.2_x64__8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml does not exist. However, I cannot create the file, nor can I copy a file into that location. Even if I run cmd.exe as system, via PsExec:

    Is there some way to manually get rid of an Appx package that cannot be uninstalled? Alternately, is there some way to manually trigger a re-install of an appx?

    I could boot from a Windows PE environment and create a fake AppxBundleManifest.xml file, but I feel like a fake xml manifest will likely just make things worse. Presumably that manifest file typically contains dependency information that is needed by the uninstall process.

    Do I have to format C: and re-install? Really?
     
    Max Vernon, Mar 11, 2019
    #3
  4. raghu50 Win User

    dual display lost after removing appx package

    Get appx package file for Windows Store installed app


    Can anybody help me make an appx package for a Windows Store app that I have downloaded and installed on my computer. I have all the files, signatures, etc. for the app. I just want to make an appx package for it so that I can sideload it to other Windows 8+ PCs. Anyone know how to?
     
    raghu50, Mar 11, 2019
    #4
Thema:

dual display lost after removing appx package

Loading...
  1. dual display lost after removing appx package - Similar Threads - dual display lost

  2. Ubuntu Appx package installation Error

    in Windows 10 Gaming
    Ubuntu Appx package installation Error: Hi,I was trying to install Ubuntu-2204-220620_x64.Appx downloaded from MS store ,and facing error as shown in attached image. Please advise fix.Windows Version on my computer Edition Windows 10 Enterprise Version 22H2 Installed on ‎03/‎12/‎2023 OS build 19045.2965 steps...
  3. Ubuntu Appx package installation Error

    in Windows 10 Software and Apps
    Ubuntu Appx package installation Error: Hi,I was trying to install Ubuntu-2204-220620_x64.Appx downloaded from MS store ,and facing error as shown in attached image. Please advise fix.Windows Version on my computer Edition Windows 10 Enterprise Version 22H2 Installed on ‎03/‎12/‎2023 OS build 19045.2965 steps...
  4. Ubuntu Appx package installation Error

    in Windows 10 Installation and Upgrade
    Ubuntu Appx package installation Error: Hi,I was trying to install Ubuntu-2204-220620_x64.Appx downloaded from MS store ,and facing error as shown in attached image. Please advise fix.Windows Version on my computer Edition Windows 10 Enterprise Version 22H2 Installed on ‎03/‎12/‎2023 OS build 19045.2965 steps...
  5. Having trouble removing basic appx-packages.

    in Windows 10 Customization
    Having trouble removing basic appx-packages.: Hello, i can't remove basic appx-packages, like WindowsCamera, or Alarms & Clock. Uninstall is greyed out and powershell command:"Get-AppxPackage packagename Remove-AppxPackage" doesn't work. And i don't want to use command for removing all packages, not sure if it would not...
  6. can't uninstall appx-packages

    in Windows 10 Software and Apps
    can't uninstall appx-packages: I tried both commands: Get-AppxPackage -allusers PackageFullName | Remove-AppxPackage Get-AppxPackage -user "username" PackageFullName | Remove-AppxPackage Command works, but packages won't remove. Found packages, after that which can be removed manually and they stayed...
  7. can't uninstall appx-packages

    in Windows 10 Performance & Maintenance
    can't uninstall appx-packages: I tried both commands: Get-AppxPackage -allusers PackageFullName | Remove-AppxPackage Get-AppxPackage -user "username" PackageFullName | Remove-AppxPackage Command works, but packages won't remove. Found packages, after that which can be removed manually and they stayed...
  8. dual display lost after removing appx package

    in Windows 10 Support
    dual display lost after removing appx package: Good day, Recently I discovered online about removing appx package with PowerShell or something anyway I followed the instructions and it was successful I put all commands properly and the software is gone. Other thing is I turned off Windows Update for 30 days because it...
  9. How to integrate an APPX package to Windows 10?

    in Microsoft Windows 10 Store
    How to integrate an APPX package to Windows 10?: Is it possible to integrate an APPX package to the Windows 10 install.wim or right in ISO? Specifically in Windows 10 S. https://answers.microsoft.com/en-us/windows/forum/all/how-to-integrate-an-appx-package-to-windows-10/905b5bd2-ee48-41a8-a850-9e1dcf67f799"
  10. Sideload Appx Package Error: 0x803F8001

    in Windows 10 Software and Apps
    Sideload Appx Package Error: 0x803F8001: I'm trying to sideload an appx package on Windows 10. I installed using the command, PowerShell.exe "Add-AppxPackage 'YellowElephantProductions.5641246962A82_1.18.23.0_x64__p3e1zgp7z7szg.Appx'" It works but at run time I receive error, "Screen Shot Tool PRO is currently...