Advertisement

Install Msix Powershell All Users

$profiles = Get-CimInstance -ClassName Win32_UserProfile | Where-Object -not $_.Special -and $_.Loaded -eq $false foreach ($p in $profiles) $sid = $p.SID $mounted = $true Add-AppxPackage -Path $packagePath -Register -User $sid -ForceApplicationShutdown