How to install Microsoft Store?

Anonymous
2020-04-22T10:01:15+00:00

Hello! Recently, my Microsoft Store was a little buggy, so I decided to follow this guide:

https://answers.microsoft.com/en-us/windows/forum/windows_10-windows_store/windows-store-my-library-does-not-show-any-of-my/adba8e1e-be61-4a75-8469-8d427e46be55

I followed A. User's comment and followed it without troubles to the point where I had to install a fresh copy of of the Windows 10 app store. I tried to follow all 4 methods, but "Microsoft Store" was not on the list in the App & Features settings tab, for Method 2, "Microsoft Store" was not in the administrator PowerShell "Get-Appxpackage –Allusers", Method 3 did not work, and Method was not really an option for me.

The website is https://www.intowindows.com/how-to-reinstall-store-and-other-preinstalled-apps-in-windows-10/, linked in the comment for the question above.

What do I do? I need to use the Microsoft Store, but I could not seem to be able to re-install it. Nvidia GeForce Experience says that I need to install Nvidia Control Panel via the Microsoft Store, but I don't have the store. All the apps and that I installed via the store seem to be missing.

Help me please.

Update: Fixed by resetting Windows entirely.

Windows for home | Windows 10 | Microsoft Store

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
John DeV 170.2K Reputation points Independent Advisor
2020-04-22T10:09:44+00:00

Hello MadOfficer392,

I'm John an Independent Advisor and a Microsoft user like you. I'm sorry you've had a frustrating time, but I'm glad you messaged so that we can research this and determine what causing the problem. I understand you're having problem installing Microsoft store.

**Check your Antivirus might be interfering with the Store, Try to disable it first.

**Make sure Windows has the latest update

Select Start , then select Settings > Update & Security > Windows Update > Check for Updates

**Check your time and location settings

Select Start , then select Settings > Time & Language. Select Date & time to verify your time settings and select Region to check your location. These settings need to show your current location and time zone.

**Check the Microsoft Store Install Service

Press the Windows Key + S and type in services.msc.

Find the Microsoft Store Install Service and double=click,

If Disabled, change it to Automatic, click Start and click OK.

**Run the troubleshooter:

Select the Start button, and then select Settings > Update & Security > Troubleshoot, and then from the list select Windows Store apps > Run the troubleshooter.

**Reset the Microsoft Store cache

Press the Windows Logo Key + R to open the Run dialog box, type wsreset.exe, and then select OK.

Note

A blank Command Prompt window will open, and after about ten seconds the window will close and Microsoft Store will open automatically.

**Reset the Microsoft Store app in Windows 10

Open Settings.

Go to Apps -> Apps & features.

On the right side, look for Microsoft Store and click it.

The advanced options link will appear. Click it.

On the next page, click on the Reset button to reset Microsoft Store to default settings

Uninstall the Store:

Press Windows key + X

Click and Run Windows PowerShell as Administrator

type: get-appxpackage -alluser Microsoft.WindowsStore

then take note the PackageFullName (we need it later)

Now Type: remove-appxpackage PackageFullName(you take note earlier)

Enter then proceed to reinstall Store

Reinstall the Store:

Press Windows key + X

Click and Run Windows PowerShell as Administrator

At the command prompt, copy-paste the following then hit Enter:

Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Launch again your MS Store

If it doesn't work try to create a new administrator account then check if everything is working there.

https://support.microsoft.com/en-us/help/402692...

I hope this helps! Please let me know if you have any further concerns.

Sincerely

John DeV

Independent Advisor

Was this answer helpful?

100+ people found this answer helpful.
0 comments No comments
Answer accepted by question author
John DeV 170.2K Reputation points Independent Advisor
2020-04-22T14:39:51+00:00

Hello MadOfficer392,

Thank you for updating me that information and I'm sorry it still didn't resolve the issue.

I will recommend is to Perform an In-place upgrade of Windows 10

It will definitely help in resolving update errors. Performing this can repair broken operating system files while preserving your personal files, settings and installed applications. The in-place upgrade will also bring you the latest Windows update.

**Few things to check on the PC

Ensure you are signed in or have administrator rights to do a repair install

Unplug all external peripherals except for the Mouse, Keyboard, and LAN cable before starting

Disable or uninstall any 3rd party Anti-Virus program to prevent it from interfering with the upgrade

Repair Install of Windows 10 with an In-place Upgrade

https://www.tenforums.com/tutorials/16397-repai...

I hope this helps! Please let me know if you have any further concerns.

Sincerely

John DeV

Independent Advisor

Standard Disclaimer: This is a 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.

Was this answer helpful?

50+ people found this answer helpful.
0 comments No comments

109 additional answers

Sort by: Most helpful
  1. Anonymous
    2021-04-14T03:52:06+00:00

    Hello

    after i removed microsoft store
    i tried to reinstall it like you said and it didn't work :(
    plz help this is what i get after trying it (i ran powershell as admin)

    https://drive.google.com/file/d/1cFOe1Q2cBKMiDjsulmyGBwakbjePQC0Z/view?usp=sharing

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2021-04-11T01:06:33+00:00

    Tried lotof other trpobulshoots for MS Store- nothing works

    can't uninstall it b/c it's nott here at all

    can't install it

    not the apps, they re in my comp but the Store can't see them

    apps open& disappear

    error message is that I don;t have Win Update on but that is not true- it's on

    emptied cache

    reset

    local app folder content deleted

    none of these power shell commands is successful

    PS C:\WINDOWS\system32> PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *WindowsStore*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"

    Get-AppxPackage : The service cannot be started, either because it is disabled or because it has no enabled devices

    associated with it.

    The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.

    At line:1 char:8

    + & { = (Get-AppxPackage *WindowsStore*).InstallLocation + '\AppxManife ...

    +        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

        + CategoryInfo          : NotSpecified: (:) [Get-AppxPackage], Exception

        + FullyQualifiedErrorId : System.Exception,Microsoft.Windows.Appx.PackageManager.Commands.GetAppxPackageCommand

    cmdlet Add-AppxPackage at command pipeline position 1

    Supply values for the following parameters:

    Path:

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2021-04-10T10:44:58+00:00

    Hi John when I entered Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} a green loding screen poped up after a while a error message poped up it said: Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.

    error 0xC0020036: windows.licensing failed to start ClipSvc. Try again and contact the package publisher if the

    problem persists.

    NOTE: For additional information, look for [ActivityId] a4385154-2dc5-0009-9927-3aa4c52dd701 in the Event Log or use

    the command line Get-AppPackageLog -ActivityID a4385154-2dc5-0009-9927-3aa4c52dd701

    At line:1 char:53

    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...

    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

        + CategoryInfo          : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException

        + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    then I tried again and the same error message came what do I do.

    Was this answer helpful?

    0 comments No comments