This started out as the programs opening and then immediately closing. The programs I tried were the Store and Xbox apps. After doing some troubleshooting and possible solutions found on google, it now seems that both of those apps are no longer installed on my computer. I've tried various commands using an elevated command prompt and powershell.
My most recent errors are as follows whenever I try to use the powershell to add the apps:
and
Other solutions suggest creating a new windows account and copying files over then using that as primary. However I am still unable to locate the windows store on the new account.
Not quite sure where to go from here, any help would be great.
My most recent errors are as follows whenever I try to use the powershell to add the apps:
Code:Add-AppxPackage : Deployment failed with HRESULT: 0x80070005, Access is denied. error 0x80070005: Opening file from location: AppXManifest.xml failed with error: Access is denied. . NOTE: For additional information, look for [ActivityId] 2bb4cda5-f1d5-0005-09dc-b42bd5f1d301 in the Event Log or use the command line Get-AppxLog -ActivityID 2bb4cda5-f1d5-0005-09dc-b42bd5f1d301 At line:1 char:61 + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : SecurityError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], PSSecurityE xception + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
and
Code:Add-AppxPackage : Cannot find path 'C:\AppxManifest.xml' because it does not exist. At line:1 char:1 + Add-AppxPackage -DisableDevelopmentMode -Register $manifest + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (C:\AppxManifest.xml:String) [Add-AppxPackage], ItemNotFoundException + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Other solutions suggest creating a new windows account and copying files over then using that as primary. However I am still unable to locate the windows store on the new account.
Not quite sure where to go from here, any help would be great.