remove IsAdmin check
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Make sure this script runs as admin
|
# 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
|
# This is the list of Windows 10 AppX app names that we'll try to uninstall
|
||||||
$AppList = @(
|
$AppList = @(
|
||||||
|
|||||||
Reference in New Issue
Block a user