Installing other Antivirus as scanning tool

Discussion in 'other anti-virus software' started by MrGSM, Dec 16, 2017.

  1. MrGSM

    MrGSM Registered Member

    Hi,

    I have ESET Smart Security installed and i want to install another free Antivirus as on demand scanning.

    Is there any free Antivirus has this choice on installing?

    Thanks.
     
    Last edited: Dec 16, 2017
  2. imuade

    imuade Registered Member

    Ad-aware
     
  3. anon

    anon Registered Member

  4. Minimalist

    Minimalist Registered Member

    Zemana Antimalware. Also a lot of on-demand scanners.
     
  5. anon

    anon Registered Member

    ZAM and the rest are not AV's.
    He wrote:
     
  6. daman1

    daman1 Registered Member

    Plus im not to sure in it's ability's anymore, There's been no talk about it or any updates in a long time now.
     
  7. TairikuOkami

    TairikuOkami Registered Member

    It is preferable to use on-demand scanners. They do not conflict with realtime AV and malware can not easily block them.

    10 Free and Portable Offline Antivirus Scanners

    P.S.: Portable for on-demand scanning of the computer, as for on-demand scanning of files (right click), it is better to use passive mode.
     
  8. anon

    anon Registered Member

    +1
     
  9. anon

    anon Registered Member

  10. zapjb

    zapjb Registered Member

    I recommend EEK [Emsisoft Emergency Kit].
     
  11. roger_m

    roger_m Registered Member

    Malwarebytes, Zemana, Emsisoft Emergency Kit and HitmanPro are all good choices and will work fine alongside your antivirus.

    If you want to try Zemana, download it from the free download link, halfway down the following web page, to get the free version.
    https://www.zemana.com/en-US/AntiMalware

    If you use the download link on the home page, you get a trial of the paid version, not the free version.
     
  12. TairikuOkami

    TairikuOkami Registered Member

    Note, that Zemana installs a driver, which stays there forever, even after uninstall or when you use the portable version, it could cause problems.
     
  13. PEllis

    PEllis Guest

    The only free antivirus I know of that can install has a on-demand scanner is Adaware. Advanced SystemCare Ultimate installs in compatible mode if there is already an antivirus, however, it's not free.
     
  14. daman1

    daman1 Registered Member

    Where is this driver located and can it be uninstalled manually?
     
  15. TairikuOkami

    TairikuOkami Registered Member

    "zam64.sys" and "zamguard64.sys". I did this a few months back to remove leftovers, but it should still work. I was surprised myself, that a portable version is not really portable.
    Code:
    sc config ZAM start= disabled
    sc config ZAM_Guard start= disabled
    net stop ZAM /y
    net stop ZAM_Guard /y
    sc delete ZAM
    sc delete ZAM_Guard
    reg delete "HKCU\Software\Zemana" /f
    reg delete "HKLM\Software\Zemana" /f
    reg delete "HKLM\Software\ZmnGlobalSDK" /f
    takeown /f "%WINDIR%\System32\drivers\zam64.sys" /a
    icacls "%WINDIR%\System32\drivers\zam64.sys" /grant:r Administrators:F /c
    del "%WINDIR%\System32\drivers\zam64.sys" /s /f /q
    takeown /f "%WINDIR%\System32\drivers\zamguard64.sys" /a
    icacls "%WINDIR%\System32\drivers\zamguard64.sys" /grant:r Administrators:F /c
    del "%WINDIR%\System32\drivers\zamguard64.sys" /s /f /q
    takeown /f "%ProgramFiles(x86)%\Zemana AntiMalware" /a /r /d y
    icacls "%ProgramFiles(x86)%\Zemana AntiMalware" /inheritance:r /grant:r Administrators:(OI)(CI)F /t /c
    rd "%ProgramFiles(x86)%\Zemana AntiMalware" /s /q
    rd "%LocalAppData%\Zemana" /s /q
    rd "%WINDIR%\SysWOW64\config\systemprofile\AppData\Local\Zemana" /s /q
     
  16. daman1

    daman1 Registered Member

    Thanks, I wonder if a uninstaller like revo would catch it?
     
  17. anon

    anon Registered Member

  18. daman1

    daman1 Registered Member

  19. blacknight

    blacknight Registered Member

    I used for a long time EmsiSoft Anti Malware for on demand scan, excellent !
     
  20. Tarantula

    Tarantula Guest

    I guess it needs them to remove stubborn trojans and cryptolockers.
     
  21. MrGSM

    MrGSM Registered Member

    Thank you guys. ;)
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice