New
#11
Yes ... Below if after a reboot with the error message still on the screen.
I see what you mean about Cortana though. Looked at some of the files under it and one was full of Cortana references.
I currently have Cortana disabled. I wonder if I can uninstall it and if that would make a difference?
Edit# Okay, just uninstalled Cortana via Powershell via:
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -name "*Microsoft.549981C3F5F10*" | Remove-AppxPackage -AllUsers
Now to reboot and see what happens.
That seems to have fixed it. I think I'll leave Cortana uninstalled since I never use it.
Thanks for your help Callendar. You d3efinitely pointed me in the right direction.
Well you are not supposed to have access to that folder if you navigate via explorer you should get:
Which is how it should be. So it suggest that somehow permissions have changed on that folder/ subfolders. I don't know how to revert to default.
Anyway if it's working now I'd say don't worry about it.
For me, uninstalling Cortana didn't fix the problem.
What did fix it was running the "Find and fix problems with Windows Store Apps" troubleshooter and following its recommendation to choose a problematic app (I chose Calculator) in Settings->Apps>Installed apps, click on its "..." option, then "Advanced options", then "Reset".
I'd love to know what happened to cause the problem: one minute Calculator was working, the next, it and all other Windows Store Apps were encountering permissions problems...
Reinstall Windows 10 default apps with following PowerShell command.
Code:Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}