here's a dos script to put into your autoexec.bat, it run along side your virus software and eradicates EV overnight, it removes the source file, the virus checker will do the rest, if you've every been plague with this annoying thing you'll know that it keeps on raising it ugly heed every now and then (NOT ANY MORE!!!)
IF NOT EXIST C:\ETHAN.___ GOTO ENDSEARCH
ATTRIB C:\ETHAN.___ -R -A -S -H
DEL C:\ETHAN.___
:ENDSEARCH :D
