Skip to content

Commit

Permalink
Update eset-uninstall-agent.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
mainmind83 committed Oct 23, 2020
1 parent 7289c11 commit bd1cd42
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions uninstallers/eset-uninstall-agent.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ REM Removes ESET Management Agent (previously named ESET Remote Administrator Ag
REM Intended for use as GPO, but could have other applications
REM PLEASE BE MINDFUL - This will remove your connection to your ESMC/ERA server. Depending on your policies, this could be a very bad thing.
REM This program must be run as administrator
REM Version 1.01
REM Version 1.02

REM Tested successfully with:
REM - ESET Management Agent 7.0.553.0 EEE9596D-3139-4B63-B08B-3F17F0E345F0
Expand All @@ -23,6 +23,9 @@ reg delete "HKEY_CLASSES_ROOT\Installer\Products\07F21F149AF55F34494F355BE44BEE4
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\07F21F149AF55F34494F355BE44BEE4C" /f
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\07F21F149AF55F34494F355BE44BEE4C" /f
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{41F12F70-5FA9-43F5-94F4-53B54EB4EEC4}" /f

echo "Done."

REM Review another registry keys with value:
WMIC Product WHERE 'Name LIKE “ESET%Agent”' GET Name, IdentifyingNumber

echo "Please reboot your computer to complete the removal."

0 comments on commit bd1cd42

Please sign in to comment.