How can I reinstall microsoft store

Kuljusteri 0 Reputation points
2023-08-23T16:35:41.65+00:00

Hello.
I want to download an app for my gaming controller. The thing is, its only available in microsoft store and I have manually deleted microsoft store and xbox game bar services from my computer settings ''apps'' section , and I cannot reinstall them, cause I dont have the skills.

Please I need help desperately

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

4 answers

Sort by: Most helpful
  1. Vahid Ghafarpour 23,385 Reputation points Volunteer Moderator
    2023-08-23T17:54:08.3366667+00:00

    You can use the following PowerShell command:

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

    https://windowsloop.com/reinstall-windows-store/

    https://www.itechtics.com/reinstall-microsoft-store/


  2. Anonymous
    2023-08-24T02:59:52.9966667+00:00

    Hi @Kuljusteri

    ''Get-AppxPackage'' is not recognized as an internal or external command, operable program or batch file.''

    This error can occur because:

    1. PowerShell is not running as an administrator。
    2. You have disabled or corrupted some services that are required for the cmdlet to work. These services include Client License Service (ClipSVC) and AppX Deployment Service (AppXSVC). Win+R enter “services.msc“. You can check their status and enable them.

    Hope the information is helpful.

    Best Regards,

    Hania Lian

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


  3. Kapil Arya 8,451 Reputation points MVP Volunteer Moderator
    2023-08-24T10:09:41.03+00:00

  4. Brink 80 Reputation points Volunteer Moderator
    2023-08-25T14:17:13.6833333+00:00

    Hello,

    You should be able to use either option in the tutorial below to reinstall the Microsoft Store app in either Windows 10 or Windows 11.

    https://www.elevenforum.com/t/reinstall-microsoft-store-app-in-windows-10-and-windows-11.11428/

    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.