RyanEruditional

Results 1 comments of RyanEruditional

I have found a work around. Deploy Winget via System behaviour with dependencies: Add-AppxProvisionedPackage -Online -PackagePath $WingetDownloadPath -DependencyPackagePath $VClibs64DownloadPath,$XmalPath -SkipLicense Then deploy Winget via User behaviour with dependencies: Add-AppxPackage -Path...