ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

free antivirus

<< < (6/7) > >>

eleman:
or just use the VirusTotal Uploader
-Mark0 (April 28, 2012, 05:27 PM)
--- End quote ---

Here's a quick autohotkey script that makes virustotal uploader even more simple:


--- ---^!v::  ; hotkey to call upload to virustotal.com function (ctrl-alt-v)
; virustotal uploader must be installed at "C:\Program Files\VirusTotalUploader2\VirusTotalUpload2.exe"
{
VirusFile := % gst()   ; assign full path of the selected file to a variable

Run, C:\Program Files\VirusTotalUploader2\VirusTotalUpload2.exe "%VirusFile%"
}
Return


gst() {   ; GetSelectedText or FilePath in Windows Explorer by Learning one
   IsClipEmpty := (Clipboard = "") ? 1 : 0
   if !IsClipEmpty {
      ClipboardBackup := ClipboardAll
      While !(Clipboard = "") {
         Clipboard =
         Sleep, 10
      }
   }
   Send, ^c
   ClipWait, 0.1
   ToReturn := Clipboard, Clipboard := ClipboardBackup
   if !IsClipEmpty
   ClipWait, 0.5, 1
   Return ToReturn
}
Return

press ctrl-alt-v with the file selected in windows explorer, and voila!
Here's the compiled script - 199.6 Kb

btw, virustotal uploader must be installed at "C:\Program Files\VirusTotalUploader2\VirusTotalUpload2.exe"

p.s.: I got the gst() function from someone else's script. I don't remember whom or where though.

KynloStephen66515:
Have you never opened the AVG window? Usually adverts there.

I also hate AVGs regular scans that seem to grind your system to a complete standstill.
-Carol Haynes (April 28, 2012, 11:45 AM)
--- End quote ---

No ads in the main window, and all my scans are set to "User Aware" which means it only uses minimal resources so I've never noticed lag
-Stephen66515 (April 28, 2012, 11:55 AM)
--- End quote ---

Strange every version of AVG Free I have seen has had ads in it, and popups at the most annoying moments. Are you running some sort of OS level ad blocker (like AdMuncher) ?
-Carol Haynes (April 28, 2012, 02:49 PM)
--- End quote ---

Nope, none at all

kalos:
Still no resident AV here. When I download something, I scan it with ClamAV or just use the VirusTotal Uploader (usually someone other have already checked it, so the results are instantaneous). If I am very suspicious of some executable, first I run it under Sandboxie and try to figure out if it's doing something fishy.
So far so good.
-Mark0 (April 28, 2012, 05:27 PM)
--- End quote ---

I have gone for years without AV too. But I dread to think that one day, a new threat may compromise my system beyond repair. Better safe than sorry. Or you think one can still go on without AV?

Mark0:
I think if a PC (or a small network) is a one man operation, one could be reasonably confident.
If there's more than 1 person with access: hardly.

kalos:
but you can still accidentally click RUN to that popup in your web browser that offers to download a virus...

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version