Browse Source

Fixed Typo

pull/83/head
DSacks91 8 years ago
committed by GitHub
parent
commit
b177d0b642
  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