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.
You can always re-install apps. If you don't remember its name it will be in your "Purchased Apps" in the "Windows Store".
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,
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.
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"}