Uninstalling NWEA


NWEA can be removed silently using the Management Utilities



Create a Batch file to remove NWEA and save it in the APPS folder




@ECHO OFF

START /WAIT /MIN WMIC product where "Name LIKE '%%NWEA%%Secure%%Testing%%Browser%%'" call uninstall /nointeractive

exit




Create a Third Party Deployment Template to run the removal batch file