1 line
90 B
PowerShell
1 line
90 B
PowerShell
Get-AppxPackage -AllUsers | where-object {$_.name –notlike “*store*”} | Remove-AppxPackage |