Downloads:
2,472,884
Downloads of v 1.4.1809:
6,455
Last Update:
09 Dec 2016
Package Maintainer(s):
Software Author(s):
- David Carpenter
Tags:
everything file-system indexing freeware file search adminEverything
This is not the latest version of Everything available.
- 1
- 2
- 3
1.4.1809 | Updated: 09 Dec 2016
Downloads:
2,472,884
Downloads of v 1.4.1809:
6,455
Maintainer(s):
Software Author(s):
- David Carpenter
Everything 1.4.1809
This is not the latest version of Everything available.
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
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Everything, run the following command from the command line or from PowerShell:
To upgrade Everything, run the following command from the command line or from PowerShell:
To uninstall Everything, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download everything --internalize --version=1.4.1809 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade everything -y --source="'INTERNAL REPO URL'" --version="'1.4.1809'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade everything -y --source="'INTERNAL REPO URL'" --version="'1.4.1809'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install everything
win_chocolatey:
name: everything
version: '1.4.1809'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'everything' do
action :install
source 'INTERNAL REPO URL'
version '1.4.1809'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller everything
{
Name = "everything"
Version = "1.4.1809"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'everything':
ensure => '1.4.1809',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 15 Mar 2017.
"Everything" is 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.
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 ...
$ErrorActionPreference = 'Stop'
$packageName = 'everything'
$softwareNamePattern = 'everything *'
[array] $key = Get-UninstallRegistryKey $softwareNamePattern
if ($key.Count -eq 1) {
$key | % {
$packageArgs = @{
packageName = $packageName
silentArgs = "/x86=0 /S"
fileType = 'EXE'
validExitCodes = @(0)
file = ''
}
$packageArgs.file = "$($_.UninstallString.Replace(' /x86=0', ''))" #"C:\Program Files\OpenSSH\uninstall.exe" /x86=0
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 | % {Write-Warning "- $_.DisplayName"}
}
md5: 04FB59444FB718D85200EFF071930FC2 | sha1: F2D60601EDA6A70698D90DC3F7BF1AE7777FFE64 | sha256: D6E40B993E819FEF57FE3C2975A89A9A979FC99668A96DD72D299152AD783EE3 | sha512: F538DE08CF6671768255E3F1609E1463275618B5A43F7748356F426A9B6E47F477515532FD5F3DDD4C0266EB9C22E7BD90AB24BB6533371AB5384BFBCA0D4826
md5: 5C9BC69809111F53A1E78D007ACC5BD1 | sha1: DAEE46F6C3383D6DE5F1E87CD08E6FBE4C3DACB1 | sha256: 1BC1100C604D3D47F4C6F94C0F934B22D72007455297B7DB5F27C9E685FA59B0 | sha512: AB81DD1FDC430D639EB10E2F1E7E797986F54C5E03761F7D08BEBADAAFAC05C978D4EEB19AC3DBD355E696FA8352C64C728C4183FD8D668E795802807E65FC57
md5: 0C32C58F180D19DD1F604E7E455BC559 | sha1: E15502372C9F97A3C6AB44466BD43F85F75DD785 | sha256: 957E097E96BE61B2211DBEBB808668EB7C15D74B6199A54448070D3E5A03C885 | sha512: C2C42AD75D5656263BBA7ED0DDEBBF9B51776CBF8C17AD41EE9AFA53F93B9C0D5528270F20283D57436A8E0BF2AFB43164D8924A86B893484090C7BA8CE004DC
Everything
Copyright (C) 2016 David Carpenter
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
Perl-Compatible Regular Expressions
Copyright (c) 1997-2012 University of Cambridge
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of the University of Cambridge nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to
x32: https://www.voidtools.com/Everything-1.4.1.809b.x86-Setup.exe
x64: https://www.voidtools.com/Everything-1.4.1.809b.x64-Setup.exe
to download the installer.
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum32: 957E097E96BE61B2211DBEBB808668EB7C15D74B6199A54448070D3E5A03C885
checksum64: 1BC1100C604D3D47F4C6F94C0F934B22D72007455297B7DB5F27C9E685FA59B0
Using AU:
Get-RemoteChecksum https://www.voidtools.com/Everything-1.4.1.809b.x64-Setup.exe
File 'License.txt' is obtained from:
https://www.voidtools.com/License.txt
File 'es.exe' is obtained from:
https://www.voidtools.com/es.exe
Log in or click on link to see number of positives.
- es.exe (d6e40b993e81) - ## / 67
- Everything.1.4.1809.nupkg (327bf2ded3bd) - ## / 57
- Everything-1.4.1.809b.x64-Setup.exe (1bc1100c604d) - ## / 56
- Everything-1.4.1.809b.x86-Setup.exe (957e097e96be) - ## / 57
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 1.4.11026 | 202778 | Thursday, August 1, 2024 | Approved | |
Everything 1.4.11025 | 44 | Thursday, August 1, 2024 | Approved | |
Everything 1.4.11024 | 917212 | Friday, May 26, 2023 | Approved | |
Everything 1.4.11023 | 46366 | Wednesday, May 10, 2023 | Approved | |
Everything 1.4.11022 | 293671 | Monday, October 10, 2022 | Approved | |
Everything 1.4.11021 | 17206 | Monday, October 3, 2022 | Approved | |
Everything 1.4.11020 | 44574 | Thursday, September 8, 2022 | Approved | |
Everything 1.4.11018 | 42232 | Wednesday, August 17, 2022 | Approved | |
Everything 1.4.11017.20220621 | 71043 | Tuesday, June 21, 2022 | Approved | |
Everything 1.4.11017 | 42857 | Thursday, May 26, 2022 | Approved | |
Everything 1.4.11015 | 209681 | Friday, December 17, 2021 | Approved | |
Everything 1.4.11014 | 3210 | Thursday, December 16, 2021 | Approved | |
Everything 1.4.11009 | 85708 | Thursday, June 3, 2021 | Approved | |
Everything 1.4.11005 | 63468 | Monday, January 25, 2021 | Approved | |
Everything 1.4.11004 | 7652 | Tuesday, January 19, 2021 | Approved | |
Everything 1.4.11003 | 11158 | Friday, January 8, 2021 | Approved | |
Everything 1.4.11002 | 20534 | Saturday, December 12, 2020 | Approved | |
Everything 1.4.11000 | 12831 | Monday, November 30, 2020 | Approved | |
Everything 1.4.1999 | 4630 | Thursday, November 26, 2020 | Approved | |
Everything 1.4.1992 | 35129 | Saturday, September 19, 2020 | Approved | |
Everything 1.4.1988 | 25193 | Wednesday, August 5, 2020 | Approved | |
Everything 1.4.1987 | 7106 | Thursday, July 30, 2020 | Approved | |
Everything 1.4.1986 | 7181 | Thursday, July 23, 2020 | Approved | |
Everything 1.4.1969 | 79863 | Monday, March 16, 2020 | Approved | |
Everything 1.4.1965 | 8515 | Tuesday, March 3, 2020 | Approved | |
Everything 1.4.1935.20190602 | 63880 | Sunday, June 2, 2019 | Approved | |
Everything 1.4.1935 | 41710 | Monday, February 18, 2019 | Approved | |
Everything 1.4.1932 | 7343 | Thursday, January 31, 2019 | Approved | |
Everything 1.4.1928 | 9402 | Friday, January 11, 2019 | Approved | |
Everything 1.4.1927 | 621 | Friday, January 11, 2019 | Approved | |
Everything 1.4.1924 | 7097 | Friday, December 21, 2018 | Approved | |
Everything 1.4.1922 | 2440 | Saturday, December 15, 2018 | Approved | |
Everything 1.4.1895.20180530 | 16610 | Wednesday, May 30, 2018 | Approved | |
Everything 1.4.1895.20180505 | 3852 | Saturday, May 5, 2018 | Approved | |
Everything 1.4.1895 | 7310 | Friday, February 9, 2018 | Approved | |
Everything 1.4.1877.20170915 | 9110 | Friday, September 15, 2017 | Approved | |
Everything 1.4.1877 | 6250 | Wednesday, June 7, 2017 | Approved | |
Everything 1.4.1873 | 2318 | Tuesday, June 6, 2017 | Approved | |
Everything 1.4.1867.20170417 | 1763 | Saturday, April 29, 2017 | Approved | |
Everything 1.4.1867 | 5586 | Tuesday, April 11, 2017 | Approved | |
Everything 1.4.1809 | 6455 | Friday, December 9, 2016 | Approved | |
Everything (Install) 1.3.4686.20160420 | 5248 | Wednesday, April 20, 2016 | Approved | |
Everything 1.3.4686.20160128 | 2649 | Friday, January 29, 2016 | Approved | |
Everything 1.3.4686.20150529 | 1786 | Saturday, May 30, 2015 | Approved | |
Everything 1.3.4686.20150321 | 4227 | Saturday, March 21, 2015 | Approved | |
Everything 1.3.4686.20140912 | 3906 | Tuesday, September 23, 2014 | Unknown | |
Everything 1.2.1371.20121117 | 2828 | Monday, November 19, 2012 | Unknown | |
Everything 1.2.1371.20121101 | 651 | Tuesday, November 6, 2012 | Unknown |
2016 David Carpenter
-
- chocolatey-core.extension (≥ 1.0.2)
Ground Rules:
- This discussion is only about Everything and the Everything 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, 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.