Files

1 line
144 B
PowerShell
Raw Permalink Normal View History

2023-07-28 09:28:37 -04:00
Get-AppxPackage -AllUsers | ForEach-Object { Add-AppxPackage -DisableDevelopmentMode -Register $($_.InstallLocation)\AppXManifest.xml }