DmWalsh00 0 Posted August 31, 2021 Share Posted August 31, 2021 I'm trying to remove ESET remotely from a few Windows computers that are password protected in the ESET GUI. I'm attempting to do it through command line. cd C:\WINDOWS\system32 wmic product where "description='ESET Endpoint Antivirus' uninstall PASSWORD="myesetpassword" /nointeractive I get an error 'No command result received' Could anyone give me some pointers on how to do this as it will be a lot faster that having to remote directly onto peoples computers and disturbing them. Any help or a point in the right direction would be appreciated. Thanks Link to comment Share on other sites More sharing options...
Administrators Marcos 4,931 Posted August 31, 2021 Administrators Share Posted August 31, 2021 In order to remove ESET protected with a password that you don't know, you must run the ESET Uninstall tool in safe mode. Link to comment Share on other sites More sharing options...
DmWalsh00 0 Posted August 31, 2021 Author Share Posted August 31, 2021 Sorry, if I did not make it clear but I do know the password, I'm just looking for a way to enter it and have it passthrough via command line Link to comment Share on other sites More sharing options...
itman 1,630 Posted August 31, 2021 Share Posted August 31, 2021 (edited) This used to work. Don't know if it still does. Quote I was able to get this working for a password protected install. Set the path to where you have the installer and provide your password. MSIEXEC /uninstall X:\ESET\eea_nt64_enu.msi /qb REBOOT="ReallySuppress" PASSWORD="password" RMDIR /S /Q "C:\Program Files\ESET" https://community.spiceworks.com/topic/396652-uninstall-eset-smart-security-via-command-line Edited August 31, 2021 by itman Link to comment Share on other sites More sharing options...
Recommended Posts