Files

1 line
150 B
PowerShell
Raw Permalink Normal View History

2023-01-13 08:36:36 -05:00
Get-AppXPackage *WindowsStore* -AllUsers | ForEach-Object {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}