Jump to content

Remove ESET AV from Windows Computer that is a GUI Password Set


DmWalsh00

Recommended Posts

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

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 by itman
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...