Blog

If, for any reason, you are missing the Windows Store app (Microsoft Store), for example, if you have Windows 10 Enterprise installed where the Microsoft Store is removed by the manufacturer, or if the app is missing due to any other reason, here's how you can install it:

Open PowerShell with administrative privileges. You can find it through the "Search" menu on the taskbar => Right-click on the search result => Open as administrator.

In the PowerShell window, enter the following command and press Enter: Get-AppxPackage windowsstore -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml"}

Once the app installation process is complete, you can find the Microsoft Store in your Start menu.

You can also find the app through system search.

If you encounter an error when launching the Microsoft Store, or if an error occurs during loading or installation, return to PowerShell, open it as an administrator, and enter the following command: Get-AppxPackage -AllUsers | Select Name, PackageFullName

Next, in the list of components, find the component Microsoft.WindowsStore. Copy the text from the right column and paste it into PowerShell as follows: Add-AppxPackage -DisableDevelopmentMode -Register "C:\Program Files\WindowsAPPS\COPY_TEXT_HERE\AppxManifest.xml"

Replace "COPY_TEXT_HERE" with the text from the right column.

Additionally, we recommend using only original Windows 10 installers, which you can download from our catalog. Also, recommend using licensed product keys to activate Windows 10. You can purchase them at the lowest prices in our online store on the following page. Starting from 8.2 €, instant delivery to your email.

Similar articles

Subscribe
Notify of
guest
0 comments
Inline Feedbacks
View all comments