From b177d0b64230cfcf757aa1836d0cd12459798f7c Mon Sep 17 00:00:00 2001 From: DSacks91 Date: Wed, 30 Nov 2016 22:27:43 -0500 Subject: [PATCH] Fixed Typo --- scripts/remove-default-apps.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove-default-apps.ps1 b/scripts/remove-default-apps.ps1 index 391d602..ca86b2e 100644 --- a/scripts/remove-default-apps.ps1 +++ b/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"