Browse Source

Merge pull request #282 from qtrrb/master

[Update remove-default-apps.ps1] Added line to remove Cortana
pull/283/head
Alex Hirsch 3 years ago
committed by GitHub
parent
commit
2616ef60ff
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      scripts/remove-default-apps.ps1

1
scripts/remove-default-apps.ps1

@ -11,6 +11,7 @@ do {} until (Elevate-Privileges SeTakeOwnershipPrivilege)
Write-Output "Uninstalling default apps"
$apps = @(
# default Windows 10 apps
"Microsoft.549981C3F5F10" #Cortana
"Microsoft.3DBuilder"
"Microsoft.Appconnector"
"Microsoft.BingFinance"

Loading…
Cancel
Save