Microsoft Store - how to reinstall? Windows 10 20H2

Marek 1 Reputation point
2021-05-27T18:00:42.633+00:00

Hi

I uninstalled Microsoft Store on a Windows 10 20H2 image. How can I reinstall the store?

How to prepare a Windows 10 20H2 image for other computers? What applications should be removed before SCCM image capture?

What commands to execute?

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Andy YOU 3,076 Reputation points
    2021-05-28T02:06:33.047+00:00

    HI Marek-7702,

    1."I uninstalled Microsoft Store on a Windows 10 20H2 image. How can I reinstall the store?"
    1).Could you please share us how did you uninstalled Microsoft Store?

    2).Please open powershell command as admin and run below powershelll command then check if there is none result.
    Get-AppXPackage WindowsStore -AllUsers

    3).We logged into our domain/local admin account and open the powershell as admin then install the store by using below powershell command.Then check if the store can be install for your user.

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

    4).If the problem persist, we can search "Microsoft.WindowsStore_8wekyb3d8bbwe"and download "Microsoft.WindowsStore_12104.1001.113.0_neutral_~_8wekyb3d8bbwe.appxbundle" to install on your issue win10(20h2)
    Microsoft.WindowsStore_8wekyb3d8bbwe
    https://store.rg-adguard.net/

    2.How to prepare a Windows 10 20H2 image for other computers?
    https://www.youtube.com/watch?v=Wv11JhU5xog

    3.What applications should be removed before SCCM image capture?
    What commands to execute?
    I think we can run below command to check which build-in UWP app we need to remove.(for example xbox)

    get-appxpackage

    capture Windows 10 1803 image by SCCM
    https://www.youtube.com/watch?v=sAZkjKQUzF4

    Please Note: Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.

    ============================================
    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Andy YOU 3,076 Reputation points
    2021-05-31T10:10:43.327+00:00

    HI Marek-7702,
    Is there any progress on your question?

    ============================================
    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  3. Andy YOU 3,076 Reputation points
    2021-06-05T14:04:14.103+00:00

    HI Marek-7702,

    Is there other thing to help you?

    ============================================
    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.