Skip to content

sonic-linux/UWP-packages-install

Repository files navigation

use powershell script to install UWP app whether as bulk or single package run them in the directory containing your UWP packages

  1. Script "UWP-Current-user-install-prompts.ps1"

This script installs UWP packages for the current user using Add-AppxPackage. It prompts the user for confirmation before installing each package.

  1. Script "UWP-Current-user-install.ps1"

This script installs UWP packages for the current user using Add-AppxPackage, but prompts the user only once to install all found packages.

  1. Script "UWP-allusers-install-prompts.ps1"

This script installs UWP packages for all users using Add-AppxProvisionedPackage, prompting the user for each package.

  1. Script "UWP-allusers-install.ps1"

This script installs UWP packages for all users using Add-AppxProvisionedPackage, but prompts the user only once to install all found packages.

About

install uwp using powershell scripts

Resources

Stars

Watchers

Forks

Packages

No packages published