[Solved] Deleted Store - how to undo?

Discussion in 'Windows 10' started by Winter, Jul 31, 2015.

  1. Winter

    Winter MDL Member

    Jun 25, 2009
    128
    10
    10
    Hi there,

    I decided to delete all Metro apps available in W10 including Store. I used the powershell method. Let's say I'd like to get it back. Is it possible to do it without refreshing the system?

    Thanks in advance!
     
  2. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,730
    982
    180
    I was doing System restore.
     
  3. Winter

    Winter MDL Member

    Jun 25, 2009
    128
    10
    10
    Already tried that but didn't help.
     
  4. Winter

    Winter MDL Member

    Jun 25, 2009
    128
    10
    10
    Was easy to do it.

    Just use Powershell and type

    $app = (Get-AppxProvisionedPackage -Online | where {$_.DisplayName -eq "Microsoft.WindowsStore"}).InstallLocation
    Add-AppxPackage -Register $app -DisableDevelopmentMode