Eliminare aplicații preinstalate

Get-AppxPackage | where-object {$_.name –notlike 
"*store*"} | where-object {$_.name –notlike "*calculator*"} | 
where-object {$_.name –notlike "*weather*"} | where-object {$_.name 
–notlike "*photos*"} | Remove-AppxPackage