i cant re install microsoft store

samuel jackson 0 Reputation points
2024-06-13T10:20:10.35+00:00

Hey, recently i used windows 10 debloater to remove a bunch of un wanted content on windows 10. It removed more then i wanted including minecraft, so i searched microsoft store to re install it but it wasnt there. I looked up how to re install, found a command to run in powershell but it didnt work. Please help me!

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,966 questions
{count} votes

2 answers

Sort by: Most helpful
  1. S.Sengupta 16,561 Reputation points MVP
    2024-06-14T01:04:47.21+00:00

    Open PowerShell as an administrator.

    Run the following command to check if the Minecraft package is still present on your system:

    Get-AppxPackage -Name Microsoft.MinecraftUWP
    
    

    If the command returns an entry for the Minecraft package, you can try reinstalling it using the following command:

    Add-AppxPackage -Register "Path\to\the\package" -DisableDevelopmentMode
    
    

    Replace "Path\to\the\package" with the actual path to the Minecraft package file. This file is typically located in the "C:\Program Files\WindowsApps" folder.

    If the Get-AppxPackage command didn't return any entries for Minecraft, or if the Add-AppxPackage command didn't work, you might need to acquire the Minecraft package file first. You can do this by downloading it from the Microsoft Store website or by obtaining it from another Windows 10 system that has Minecraft installed.


  2. Ian Xue (Shanghai Wicresoft Co., Ltd.) 32,236 Reputation points Microsoft Vendor
    2024-06-19T02:11:01.19+00:00

    Hi Samuel Jackson,

    Thanks for your post. Based on my research, Minecraft is not available in the Windows Store. You can try to download the link from the Game website.

    Download Minecraft & Server Software | Minecraft

    Please also note that for non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments