उपयोगकर्ता खाते में एक हस्ताक्षरित ऐप पैकेज (
.appx
,.msix
,.appxbundle
और.msixbundle
) जोड़ने के लिए एक PowerShell उपयोगिता। अधिक जानकारी: https://learn.microsoft.com/powershell/module/appx/Add-AppxPackage।
Add-AppxPackage -Path {{पैकेज.msix\का\पथ}}
Add-AppxPackage -Path {{पैकेज.msix\का\पथ}} -DependencyPath {{निर्भरता.msix\का\पथ}}
Add-AppxPackage -AppInstallerFile {{ऐप_इंस्टॉलर.msix\का\पथ}}
Add-AppxPackage -Path {{पैकेज.msix\का\पथ}} -DependencyPath {{निर्भरता.msix\का\पथ}} -AllowUnsigned