anyone good with command prompt?
i ran "Add-AppxPackage -DisableDevelopmentMode -Register "C:\Program Files \ WindowsApps \ Microsoft Winget. Source_2021. 718.1322.843 _neutral__8wekyb3d8bbwe \ AppXManifest XML "Verbose" but it still says "No installed package found matching input criteria"
4 Replies
and it just says"" Add-AppxPackage "is not recognized as an internal or enternal command,operable program or batch file
@Ink Your answer is don't use command prompt, use powershell
Add-AppxPackage : A positional parameter cannot be found that accepts argument 'Verbose'.
At line:1 char:1
+ Add-AppxPackage -DisableDevelopmentMode -Register "C:\Program Files \ ...
+ ~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Add-AppxPackage], ParameterBindingException
+ FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackag
eCommand thats what it gives
and if i do without verbose
it just gives this
Add-AppxPackage : Cannot find path 'C:\Program Files \ WindowsApps \ Microsoft Winget. Source_2021. 718.1322.843
_neutral__8wekyb3d8bbwe \ AppXManifest XML ' because it does not exist.
At line:1 char:1
+ Add-AppxPackage -DisableDevelopmentMode -Register "C:\Program Files \ ...
+ ~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (C:\Program File...pXManifest XML :String) [Add-AppxPackage], ItemNotFou
ndException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
i dont ahve appxmanifest
run it as admin
like open powershell as admin and try it again