Windows 10: How to reinstall appxpackage when the powershell not working?

Discus and support How to reinstall appxpackage when the powershell not working? in Microsoft Windows 10 Store to solve the problem; As I always do with running administrator in powershell, and removing whole appxpackage using command: get-appxpackage ++ remove-appxpackage... Discussion in 'Microsoft Windows 10 Store' started by Sunsonic Philippines Inc., May 20, 2020.

  1. How to reinstall appxpackage when the powershell not working?


    As I always do with running administrator in powershell,


    and removing whole appxpackage using command:
    get-appxpackage ++ remove-appxpackage


    after that will reinstall specific apps example like Microsoft store using command:

    Get-AppxPackage -allusers Microsoft.WindowsStore Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$$_.InstallLocation\AppXManifest.xml"}


    but this time, it doesn't respond!!!

    so how can I resintall my Microsoft store app?


    How to reinstall appxpackage when the powershell not working? f7a3ed06-dbde-4c8e-ace0-51fd2b662a2e?upload=true.png

    :)
     
    Sunsonic Philippines Inc., May 20, 2020
    #1
  2. OneMoar Win User

    Windows 10 Tweaks

    @W1zzard looks like the hashing/version is different on some systems
    this syntax works better
    powershell "Get-AppxPackage *3d* | Remove-AppxPackage"
    powershell "Get-AppxPackage *bing* | Remove-AppxPackage"
    powershell "Get-AppxPackage *solit* | Remove-AppxPackage"
    powershell "Get-AppxPackage *people* | Remove-AppxPackage"
    powershell "Get-AppxPackage *zune* | Remove-AppxPackage"
    powershell "Get-AppxPackage *photos* | Remove-AppxPackage"
    powershell "Get-AppxPackage *phone* | Remove-AppxPackage"
    powershell "Get-AppxPackage *communi* | Remove-AppxPackage"
    someone already compiled all the tweaks listed into a handy choice driven .cmd file
    you can get that from here
    [Script] Windows 10 TNBT (The next big Tweak) v6.5.6 -official thread-
     
    OneMoar, May 20, 2020
    #2
  3. AsRock Win User
    Windows 10 Tweaks

    I will have to agree, as when i upgraded the fixes work and now i am using a clean install none of them work except onedrive.
     
    AsRock, May 20, 2020
    #3
  4. AndreTen Win User

    How to reinstall appxpackage when the powershell not working?

    View Poll Results: Do you use Edge as your primary browser??


    I found suggestion on MS forums that could work. Did you tried this?
     
    AndreTen, May 20, 2020
    #4
Thema:

How to reinstall appxpackage when the powershell not working?

Loading...
  1. How to reinstall appxpackage when the powershell not working? - Similar Threads - reinstall appxpackage powershell

  2. what does the powershell command Get-AppXPackage Foreach {Add-AppxPackage...

    in Windows 10 Software and Apps
    what does the powershell command Get-AppXPackage Foreach {Add-AppxPackage...: I'm having a file system error with my c drive and opening apps from the windows apps folder. I saw this command while searching for an answer. what specifically does it do?Get-AppXPackage Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$$_....
  3. what does the powershell command Get-AppXPackage Foreach {Add-AppxPackage...

    in Windows 10 Gaming
    what does the powershell command Get-AppXPackage Foreach {Add-AppxPackage...: I'm having a file system error with my c drive and opening apps from the windows apps folder. I saw this command while searching for an answer. what specifically does it do?Get-AppXPackage Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$$_....
  4. PowerShell Get-Appxpackage Access Denied, Not recognized or Not working

    in Windows 10 News
    PowerShell Get-Appxpackage Access Denied, Not recognized or Not working: [ATTACH]Get-Appxpackage is a PowerShell command that can display a list of the app packages that are installed in a user profile. It includes all the applications that are installed from the Microsoft Store or third-party apps. When using the command, if you receive an error—...
  5. Reinstalling Microsoft Store In PowerShell Not Working

    in Microsoft Windows 10 Store
    Reinstalling Microsoft Store In PowerShell Not Working: I Watched dozens of tutorials but nothings working but months ago i succesfully reinstalled ms store but now its not working its not saying initialized i tried to disable and re enable powershell but nothings working and i try troubleshooting and wsreset but nothing works and...
  6. Powershell Get-AppxPackage DNS issues

    in Windows 10 BSOD Crashes and Debugging
    Powershell Get-AppxPackage DNS issues: Hello My cousin had some issues with Game Pass and found around internet that he could try to type below command in powershell: Get-AppxPackage -AllUsers Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$$_.InstallLocation\AppXManifest.xml”} After doing this...
  7. Powershell Get-AppxPackage command not recognized

    in Windows 10 BSOD Crashes and Debugging
    Powershell Get-AppxPackage command not recognized: I'm using Windows 10 Pro. In powershell run as administrator when I try to run this command: Get-AppxPackage -allusers foreach {Add-AppxPackage -register "$$_.InstallLocation\ I get this error: Get-AppxPackage : The term 'Get-AppxPackage' is not recognized as the name...
  8. Powershell 'Win. Store reinstallation' command not working

    in Windows 10 BSOD Crashes and Debugging
    Powershell 'Win. Store reinstallation' command not working: Hey ! A long ago, i used someone's powershell script to optimize my laptop at its maximum and i messed up the script a bit, which deleted/uninstalled every Windows app such as the Store, Pictures and Videos viewer, etc... I've been looking for some way to solve this...
  9. How to install only specific appxpackage using powershell?

    in Windows 10 Software and Apps
    How to install only specific appxpackage using powershell?: Hi, I have removed all starting apps using this command on powershell Get-AppxPackage ** | Remove-AppxPackage And reinstalling all apps by using this command on powershell Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register...
  10. Unable to use get-appxpackage command in powershell

    in Windows 10 Installation and Upgrade
    Unable to use get-appxpackage command in powershell: While using the command I get this: [IMG] https://answers.microsoft.com/en-us/windows/forum/windows_10-windows_install/unable-to-use-get-appxpackage-command-in/215276a3-d0dc-4673-99f0-c8102ddee597