Restore deleted apps on Windows 10?

Discussion in 'Windows 10' started by ikith, Aug 2, 2015.

  1. ikith

    ikith MDL Novice

    Jul 29, 2012
    44
    4
    0
    So I deleted an app I want back, I believe its messenger or something, but I guess in general how do I go about doing this?

    I tried the 8.1 procedures but the store is a bit different.

    Thank you.
     
  2. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,727
    980
    180
    Why not install it again ?
     
  3. ikith

    ikith MDL Novice

    Jul 29, 2012
    44
    4
    0
    I can't find the app in question on the store, hence why I'm asking.
     
  4. GotItBro

    GotItBro MDL Novice

    Apr 9, 2015
    28
    1
    0
    You can always re-install apps. If you don't remember its name it will be in your "Purchased Apps" in the "Windows Store".
     
  5. ikith

    ikith MDL Novice

    Jul 29, 2012
    44
    4
    0
    I don't see a purchased app section all I see is purchased and it takes me to the stuff that I've either downloaded for free or bought on the store on the live account webpage, not a history of apps like win 8.1 did,
     
  6. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,727
    980
    180
    Go to Store - library and you find your app.
     
  7. pauldamo

    pauldamo MDL Senior Member

    Aug 3, 2009
    455
    44
    10
    go to store then click your account picture/my library/show all,see if it's there,then click the download arrow on the right.
     
  8. ztsoft

    ztsoft MDL Novice

    Mar 17, 2012
    15
    6
    0
    Remove appxs
    Remove 3D from Windows 10


    Get-AppxPackage *3d* | Remove-AppxPackage
    Remove Camera from Windows 10

    Get-AppxPackage *camera* | Remove-AppxPackage
    Remove Mail and Calendar from Windows 10

    Get-AppxPackage *communi* | Remove-AppxPackage
    Remove Money, Sports, News and Weather from Windows 10

    Get-AppxPackage *bing* | Remove-AppxPackage
    Remove Groove Music and Film & TV from Windows 10

    Get-AppxPackage *zune* | Remove-AppxPackage
    Remove People from Windows 10

    Get-AppxPackage *people* | Remove-AppxPackage
    Remove Phone Companion from Windows 10

    Get-AppxPackage *phone* | Remove-AppxPackage
    Remove Photos from Windows 10

    Get-AppxPackage *photo* | Remove-AppxPackage
    Remove Solitaire Collection from Windows 10

    Get-AppxPackage *solit* | Remove-AppxPackage
    Remove Voice Recorder from Windows 10

    Get-AppxPackage *soundrec* | Remove-AppxPackage
    Remove Xbox from Windows 10

    Get-AppxPackage *xbox* | Remove-AppxPackage


    [FONT=tahoma, Hiragino Sans GB, Wenquanyi Micro Hei, 微软雅黑, Arial, Verdana, sans-serif]reinstall[/FONT]
    Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}