Print Friendly and PDF
If you installed the latest build of Windows 10, build 9926, and noticed that some applications are running Windows Store, and others do not, there is one solution that can help you. In particular, some users have found that they have refused to run a beta version of a new store, a news app and a few others. To resolve this issue enough to execute a single command in PowerShell.
If you installed the latest build of Windows 10, build 9926, and noticed that some applications are running Windows Store, and others do not, there is one solution that can help you. In particular, some users have found that they have refused to run a beta version of a new store, a news app and a few others. To resolve this issue enough to execute a single command in PowerShell.

To run the fix, follow these steps:


  • Open PowerShell in Administrator mode ("Run as administrator").
    Copy and paste the following command at the PowerShell, and then press Enter:
    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$ ($ _. InstallLocation) \ AppXManifest.xml"}
  • In the process you will see the yellow line (on an emerald background) and, possibly, red; refer to the latest applications that are currently running.
  • powershell
    Powershell
  • After completing the process, reboot the system and test the application.
zubairsaif

Zubair saif

A passionate writer who loves to write on new technology and programming

Post A Comment:

0 comments: