You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an unsigned MSIX package page says to use Add-AppPackage -AllowUnsigned. But there is no -AllowUnsigned option on Windows 10, as you can see here
> Add-AppxPackage .\mypackage -AllowUnsigned
Add-AppxPackage : A parameter cannot be found that matches parameter name 'AllowUnsigned'.
At line:1 char:55
+ Add-AppxPackage .\mypackage -AllowUnsigned
+ ~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Add-AppxPackage], ParameterBindingException
+ FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
The text was updated successfully, but these errors were encountered:
Create an unsigned MSIX package page says to use
Add-AppPackage -AllowUnsigned
. But there is no-AllowUnsigned
option on Windows 10, as you can see hereThe text was updated successfully, but these errors were encountered: