Hello, my calendar app wasn't working properly on my Windows 10 (which may have been a result of an insider build update because the latest patch solved the issue). To fix the issue, I googled around and I think executed via PowerShell (admin) 'Get-AppxPackage -AllUsers | Remove-AppxPackage'
I have found ways of getting the apps back; chiefly:
1) Finding the id of each app and then reinstalling them via PS which would be arduous and tedious.
2) I tried running 'Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}' and restarted the PC to no avail.
Any fixes?
I have found ways of getting the apps back; chiefly:
1) Finding the id of each app and then reinstalling them via PS which would be arduous and tedious.
2) I tried running 'Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}' and restarted the PC to no avail.
Any fixes?