#package could not be opened.
12 messages · Page 1 of 1 (latest)
You can try
- Opening PowerShell as administrator
- Run this command
Add-AppxPackage -AppInstallerFile https://cdn.files.community/files/stable/Files.Package.appinstaller - See if Files is in the start menu all apps section
I got this error: ```
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF0, Package could not be opened.
error 0x80070003: Opening file from location: AppxManifest.xml failed with error: The system cannot find the path specified.
.
NOTE: For additional information, look for [ActivityId] 2d2bc51b-f8d3-0003-9ed4-2b2dd3f8da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID 2d2bc51b-f8d3-0003-9ed4-2b2dd3f8da01
At line:1 char:1
- Add-AppxPackage -AppInstallerFile https://cdn.files.community/files/s ...
-
+ CategoryInfo : OpenError: (https://cdn.fil...ge.appinstaller:String) [Add-AppxPackage], FileNotFoundException + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Are you using an unofficial Windows install (AtlasOS, ReviOS, disabled Windows update system, removed the Microsoft store, etc.) if so these are not supported and you won't be able to use Files without reinstalling Windows using the official installer from https://www.microsoft.com/software-download/windows11.
Nope
it's a fresh install from microsoft's website
I am using a local account though
Can you try
- Right click on Files.package file
- Copy file location
- Open an admin Powershell
- Type
Add-AppxPackage -Path - Right click to paste file path
- Press enter
Well Well that did the trick