
1,397
Downloads
1,397
Downloads of v 15.0
9/6/2014
Last update
Panda Antivirus Free is an evolution of first cloud antivirus, based on Collective Intelligence. It is unique system for detecting and disinfecting viruses and other threats that feeds off the knowledge shared by millions of users in a real time. Thanks to it, the computers that are part of the Panda Community instantly share and benefit from all the information stored in the cloud.
The new Panda Free Antivirus provides the easiest-to-use and most intuitive protection for your computer. Install it and forget about viruses, spyware, rootkits, hackers and online fraud.
High security scores
Panda Free Antivirus scored an impressive 99.9 percent in real-world protection from AV-Comparatives, edging Bitdefender out of the top spot. Scanning in full mode took us about six minutes, which is fast for a free scanner.
To install Panda Free Antivirus 2015, run the following command from the command line or from PowerShell:
C:\> choco install pandafreeantivirus
To upgrade Panda Free Antivirus 2015, run the following command from the command line or from PowerShell:
C:\> choco upgrade pandafreeantivirus
Files
Hide- tools\chocolateyInstall.ps1
Show
$packageName = 'PandaFreeAntivirus' $url = 'http://acs.pandasoftware.com/Panda2015/FREEAV/174151/PANDAFREEAV.exe' $pwd = "$(split-path -parent $MyInvocation.MyCommand.Definition)" $au3 = Join-Path $pwd 'PandaFreeAntivirus.au3' try { $chocTempDir = Join-Path $env:TEMP "chocolatey" $tempDir = Join-Path $chocTempDir "$packageName" if (![System.IO.Directory]::Exists($tempDir)) {[System.IO.Directory]::CreateDirectory($tempDir)} $tempFile = Join-Path $tempDir "$packageName.installer.exe" Get-ChocolateyWebFile "$packageName" "$tempFile" "$url" Write-Host "Running AutoIt3 using `'$au3`'" Start-ChocolateyProcessAsAdmin "/c AutoIt3.exe `"$au3`" `"$tempFile`"" 'cmd.exe' Write-ChocolateySuccess "$packageName" } catch { Write-ChocolateyFailure "$packageName" "$($_.Exception.Message)" throw }
- tools\PandaFreeAntivirus.au3
Show
#region --- Au3Recorder generated code Start (v3.3.9.5 KeyboardLayout=00000409) --- #region --- Internal functions Au3Recorder Start --- Func _Au3RecordSetup() Opt('WinWaitDelay',100) Opt('WinDetectHiddenText',1) Opt('MouseCoordMode',0) EndFunc Func _WinWaitActivate($title,$text,$timeout=0) WinWait($title,$text,$timeout) If Not WinActive($title,$text) Then WinActivate($title,$text) WinWaitActive($title,$text,$timeout) EndFunc _AU3RecordSetup() #endregion --- Internal functions Au3Recorder End --- Run($CmdLine[1]) _WinWaitActivate("Panda Free Antivirus installation","Panda Free Antivirus") # Start MouseClick("left",398,305,1) # Uncheck toolbar MouseClick("left",32,266,1) # Continue MouseClick("left",386,223,1) # Accept MouseClick("left",262,365,1) # Exit installer MouseClick("left",480,344,1) #endregion --- Au3Recorder generated code End --- Exit
Virus Scan Results
- PandaFreeAntivirus.15.0.nupkg (7190c31088c5) - ## / 56 - Log in or click on link to see number of positives
- PANDAFREEAV.exe (9082da7f57d6) - ## / 54 - Log in or click on link to see number of positives
Dependencies
-
- autoit.commandline (≥ 3.3.12.0)
Package Maintainer(s)
Software Author(s)
Tags
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Panda Free Antivirus 2015 15.0 | 1397 | Saturday, September 6, 2014 |
Discussion for the Panda Free Antivirus 2015 Package
Ground rules:
- This discussion is only about Panda Free Antivirus 2015 and the Panda Free Antivirus 2015 package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Panda Free Antivirus 2015, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.