From afbc2e9b70c6940d6372304c368789471214b17d Mon Sep 17 00:00:00 2001 From: David Yoder Date: Tue, 25 Oct 2022 15:03:44 -0400 Subject: [PATCH] remove IsAdmin check --- Uninstall-UnwantedDefaultApps.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Uninstall-UnwantedDefaultApps.ps1 b/Uninstall-UnwantedDefaultApps.ps1 index 6cbbbbd..886517f 100644 --- a/Uninstall-UnwantedDefaultApps.ps1 +++ b/Uninstall-UnwantedDefaultApps.ps1 @@ -1,5 +1,5 @@ # Make sure this script runs as admin -If ( IsAdmin -eq $false ) { LogMsg "This script can only be run as admin" ; Exit } +#If ( IsAdmin -eq $false ) { LogMsg "This script can only be run as admin" ; Exit } # This is the list of Windows 10 AppX app names that we'll try to uninstall $AppList = @(