Windows 10: Can apps that were deleted using Powershell be restored by resetting?

Discus and support Can apps that were deleted using Powershell be restored by resetting? in Windows 10 Software and Apps to solve the problem; Hi guys! My story is kinda crazy, but I'll try to summarize it in bullet points: * I was having problems with the calendar app, hence I tried... Discussion in 'Windows 10 Software and Apps' started by Jarom, Sep 6, 2015.

  1. Jarom Win User

    Can apps that were deleted using Powershell be restored by resetting?


    Hi guys!

    My story is kinda crazy, but I'll try to summarize it in bullet points:
    * I was having problems with the calendar app, hence I tried removing it
    * I stumbled upon PowerShell and removed the app (along with mail)
    * I can't open Windows store afterwards
    * I tried following some restore fixes online, but to no avail
    * I downgraded to Windows 8.1 in hopes to undo my mistake
    * After reverting to 8.1, the calendar, mail, people, viber, and fresh paint app don't function anymore.
    * I am re-downloading Windows 10 to see if it could miraculously make things right again
    * If it does not change, my last resort would be to reset my PC. Hence the title of this post

    Thank you for reading! Hope to hear from ya'll soon.

    Best regards,



    :)
     
    Jarom, Sep 6, 2015
    #1

  2. since fall update no calculater and can' access windows store

    Re-register the missing apps using PowerShell – If you have a lot missing apps, advanced users can instead attempt to restore all of them at once using the following PowerShell commands. Note, however, that if Steps 1 and 2 were already attempted and did
    not restore your missing apps, this PowerShell solution will also likely not succeed.

    In Cortana, type PowerShell. In the search results, right-click Windows PowerShell and select Run as administrator.

    In the Powershell window type the following commands. These steps may take a few minutes to complete.

    reg delete “HKCU\Software\Microsoft\Windows NT\CurrentVersion\TileDataModel\Migration\TileStore” /va /f

    get-appxpackage -packageType bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + "\appxmetadata\appxbundlemanifest.xml")}

    $bundlefamilies = (get-appxpackage -packagetype Bundle).packagefamilyname

    get-appxpackage -packagetype main |? {-not ($bundlefamilies -contains $_.packagefamilyname)} |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + "\appxmanifest.xml")}

    Once the PowerShell commands are completed, the apps should appear in the app list, and can be pinned to the Start Menu.

    If you still don't understand, don't hesitate to let us know. We can help you through it.
     
    Andre Da Costa, Sep 6, 2015
    #2
  3. How do I restore files that were deleted by mistake?

    Which files?
     
    PA Bear - MS MVP, Sep 6, 2015
    #3
  4. lx07 Win User

    Can apps that were deleted using Powershell be restored by resetting?

    I'm not sure about reset (I've not tried it but it surely should work) but I deleted the store and restored it like this:

    Copy everything Microsoft.Windows.Store*, Microsoft.VCLibs* and Microsoft.NET.Native.Runtime* from C:\Program Files\WindowsApps on another machine and then register them using using Add-AppXPackage. I used versions from a 10532 VM to reset the store on 10120 and apart from being a newer version of the store it worked fine.

    See here for more detailed steps: Restore Microsoft Store application in Windows 10 - Super User

    Alternatively you could do an in place upgrade (from 10 to 10) - that will restore your apps but leave any programs/settings you have. This may be easier if you have an ISO or USB installer for 10 - just mount it and click on setup.exe.

    See here for more details of that Repair Install Windows 10 with an In-place Upgrade - Windows 10 Forums
     
    lx07, Sep 6, 2015
    #4
  5. Jarom Win User
    Appreciate the suggestion! Things went back to normal when I reverted back to Windows 10. I guess it's an easier fix for a non-techie guy like me *Smile
     
    Jarom, Apr 5, 2018
    #5
Thema:

Can apps that were deleted using Powershell be restored by resetting?

Loading...
  1. Can apps that were deleted using Powershell be restored by resetting? - Similar Threads - apps were deleted

  2. were is the download folder and how to restore apps when reseting the computer

    in Windows 10 Gaming
    were is the download folder and how to restore apps when reseting the computer: how to redstore apps when reseting the computer were is the down load folder and it is i am searching for information on excel https://answers.microsoft.com/en-us/windows/forum/all/were-is-the-download-folder-and-how-to-restore/d54a2db0-8873-4835-a91d-815919246a0f
  3. were is the download folder and how to restore apps when reseting the computer

    in Windows 10 Software and Apps
    were is the download folder and how to restore apps when reseting the computer: how to redstore apps when reseting the computer were is the down load folder and it is i am searching for information on excel https://answers.microsoft.com/en-us/windows/forum/all/were-is-the-download-folder-and-how-to-restore/d54a2db0-8873-4835-a91d-815919246a0f
  4. were is the download folder and how to restore apps when reseting the computer

    in Windows 10 Installation and Upgrade
    were is the download folder and how to restore apps when reseting the computer: how to redstore apps when reseting the computer were is the down load folder and it is i am searching for information on excel https://answers.microsoft.com/en-us/windows/forum/all/were-is-the-download-folder-and-how-to-restore/d54a2db0-8873-4835-a91d-815919246a0f
  5. After Windows10 reset, how to restore apps which were on non-system drive?

    in Windows 10 Gaming
    After Windows10 reset, how to restore apps which were on non-system drive?: I have two drives on my PC, an SSD which I use mainly for Windows and a few core apps, and a 2TB HDD. Most of my really large apps ie games I installed on the HDD.My PC was starting to play up a bit, so I decided to try a Windows reset. I went for the option of keeping all my...
  6. After Windows10 reset, how to restore apps which were on non-system drive?

    in Windows 10 Software and Apps
    After Windows10 reset, how to restore apps which were on non-system drive?: I have two drives on my PC, an SSD which I use mainly for Windows and a few core apps, and a 2TB HDD. Most of my really large apps ie games I installed on the HDD.My PC was starting to play up a bit, so I decided to try a Windows reset. I went for the option of keeping all my...
  7. Is there a master list for deleting apps with powershell?

    in Windows 10 Installation and Upgrade
    Is there a master list for deleting apps with powershell?: Is there a master list for deleting apps with powershell? I saw that people were making articles, videos, etc. and showing people how to delete Groove Music with poweshell, and I was wonder if there is a master list somewhere where I can find the apps I want to delete and...
  8. Restoring deleted apps

    in Windows 10 Installation and Upgrade
    Restoring deleted apps: How do you restore an app deleted by the computer restore function? https://answers.microsoft.com/en-us/windows/forum/all/restoring-deleted-apps/824019b7-1229-46b2-bf42-0b8c477bf44b
  9. Is there a way to reset an app (like it's from setting) using powershell?

    in Windows 10 Software and Apps
    Is there a way to reset an app (like it's from setting) using powershell?: Is there a way to reset an app (like it's from setting) using powershell? https://answers.microsoft.com/en-us/windows/forum/all/is-there-a-way-to-reset-an-app-like-its-from/e85ffdb5-11a9-4a4f-a5b2-6c4ba36e19e1
  10. Restoring PowerShell

    in Windows 10 Support
    Restoring PowerShell: Is it possible to restore PoweShell if it was uninstalled and if so how? Thanks. 56260