update uninstall procedure to use new function
This commit is contained in:
@@ -73,10 +73,5 @@ If ( IsWindowsBuild -ge 9200 )
|
|||||||
}
|
}
|
||||||
} Else { LogMsg "Cannot remove Appx packages because this endpoint is not running Windows 8 or higher" }
|
} Else { LogMsg "Cannot remove Appx packages because this endpoint is not running Windows 8 or higher" }
|
||||||
|
|
||||||
# Uninstall Dell SupportAssist apps
|
# Uninstall unwanted Dell apps
|
||||||
$APP_NAME = "Dell*SupportAssist*"
|
'Dell*SupportAssist*', 'Dell Digital Delivery*' | Uninstall-MSI
|
||||||
Run-Script -LivePSScript Uninstall-MSI
|
|
||||||
|
|
||||||
# Uninstall Dell SupportAssist apps
|
|
||||||
$APP_NAME = "Dell Digital Delivery*"
|
|
||||||
Run-Script -LivePSScript Uninstall-MSI
|
|
||||||
|
|||||||
Reference in New Issue
Block a user