powershell command to restore all windows store apps to default.

Anonymous
2018-05-15T13:28:55+00:00

hi joydeep sir i am using windows 10 home sl 64 bit 1803.sir can u provide me powershell command to restore all windows store apps to default.

Windows Server Remote and virtual desktops PowerShell

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. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes

9 answers

Sort by: Most helpful
  1. Anonymous
    2018-05-15T13:33:43+00:00

    Hi Joydeep, here you go:

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

    20 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2018-05-15T13:36:44+00:00

    Right click on Windows Start > Right click on Windows Powershell (Admin) > Copy the following from below and right click in Powershell to paste > Enter > Restart your computer

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

    15 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2018-05-15T13:59:10+00:00
    3 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2018-05-15T14:27:54+00:00

    hi joydeep thnks alot.my issue got resolved.

    1 person found this answer helpful.
    0 comments No comments
  5. Anonymous
    2018-05-15T14:28:30+00:00

    hi joydeep sir thnks alot my issue got resolved.

    0 comments No comments