Downloads:
123
Downloads of v 1.5.0.1396:
8
Last Update:
09 Jul 2025
Published Date:
09 Jul 2025
Package Maintainer(s):
Software Author(s):
- David Carpenter
Tags:
Everything Alpha
(Ready for review)
- 1
- 2
- 3
1.5.0.1396 | Updated: 09 Jul 2025
Downloads:
123
Downloads of v 1.5.0.1396:
8
Published:
09 Jul 2025
Maintainer(s):
Software Author(s):
- David Carpenter
Everything Alpha 1.5.0.1396
(Ready for review)
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by David Carpenter. The inclusion of David Carpenter trademark(s), if any, upon this webpage is solely to identify David Carpenter goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.
- Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
- This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
- You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
- There are also no guarantees that it will be approved.
There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.
"Everything Alpha" is the alpha release of an administrative tool that locates files and folders by filename instantly for Windows.
Unlike Windows search "Everything" initially displays every file and folder on your computer (hence the name "Everything").
You type in a search filter to limit what files and folders are displayed.
Despite being Alpha, this release is generally stable and much more feature rich than the standard release
Features
- Small installation file
- Clean and simple user interface
- Quick file indexing
- Quick searching
- Minimal resource usage
- Share files with others easily
- Real-time updating
- More ...
Default install behaviour
- Installs to
%APPDATA%\Everything
Enabled
- Everything Service
- Runs on startup
- Adds to start menu
- Adds to desktop
- EFU association
- Automatically index NTFS
Not enabled
- Does not check for updates
- No context menu
- No quick launch
Install parameters
Install parameters can be found here: https://www.voidtools.com/forum/viewtopic.php?t=5673
Example: choco install everything-development --install-arguments="-install-options ""-uninstall-desktop-shortcut"" /D=E:\Programs\Everything"
Screenshot
$ErrorActionPreference = 'Stop'
$packageName = 'Everything Alpha'
$softwareNamePattern = 'Everything *'
[array] $key = Get-UninstallRegistryKey $softwareNamePattern
if ($key.Count -eq 1) {
$key | ForEach-Object {
$key.UninstallString
$packageArgs = @{
packageName = $packageName
silentArgs = "-unsetup -silent"
fileType = 'EXE'
validExitCodes = @(0)
file = ''
}
$packageArgs.file = "$($_.UninstallString.Replace(' -unsetup', ''))" #C:\Program Files\Everything 1.5a\Everything64.exe -unsetup
Uninstall-ChocolateyPackage @packageArgs
}
}
elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
}
elseif ($key.Count -gt 1) {
Write-Warning "$key.Count matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | ForEach-Object {Write-Warning "- $_.DisplayName"}
}
Log in or click on link to see number of positives.
- everything-development.1.5.0.1396.nupkg (9b7bbc056e82) - ## / 67
- Everything-1.5.0.1396a.x64-Setup.exe (37f8f9359346) - ## / 72
- Everything-1.5.0.1396a.x86-Setup.exe (79447a25a593) - ## / 72
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Everything Alpha 1.5.0.1396 | 8 | Wednesday, July 9, 2025 | Ready | |
Everything Alpha 1.5.0.1391 | 115 | Thursday, May 8, 2025 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Everything Alpha and the Everything Alpha 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 Everything Alpha, 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.
linycv (maintainer) on 09 Jul 2025 15:56:44 +00:00:
User 'linycv' (maintainer) submitted package.
chocolatey-ops (reviewer) on 09 Jul 2025 16:30:47 +00:00:
everything-development has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Guidelines
Guidelines are strong suggestions that improve the quality of a package version. These are considered something to fix for next time to increase the quality of the package. Over time Guidelines can become Requirements. A package version can be approved without addressing Guideline comments but will reduce the quality of the package.
chocolatey-ops (reviewer) on 09 Jul 2025 21:34:28 +00:00:
everything-development has passed automated package testing (verification). The next step in the process is package scanning.
Please visit https://gist.github.com/choco-bot/318a58cd505d38a23f625eb6462c6a3b for details.
This is an FYI only. There is no action you need to take.
chocolatey-ops (reviewer) on 09 Jul 2025 21:54:35 +00:00:
everything-development has been flagged as part of automated virus scanning.
Package virus scanning found that at least 1 file within, or downloaded by, the package has between 1 and 5 VirusTotal detections associated with it.
This is not enough detections to prevent the approval of this package version.