Browse Source

Merge pull request #83 from DSacks91/Typo

Fixed Typo
pull/84/head
Alex Hirsch 8 years ago
committed by GitHub
parent
commit
1632f361d5
  1. 2
      scripts/remove-default-apps.ps1

2
scripts/remove-default-apps.ps1

@ -4,7 +4,7 @@
Import-Module -DisableNameChecking $PSScriptRoot\..\lib\take-own.psm1
echo "Elevating priviledges for this process"
echo "Elevating privileges for this process"
do {} until (Elevate-Privileges SeTakeOwnershipPrivilege)
echo "Uninstalling default apps"

Loading…
Cancel
Save