Downloads:
22,772
Downloads of v 3.2:
701
Last Update:
08 Dec 2021
Package Maintainer(s):
Software Author(s):
- JAM Software GmbH
Tags:
fast file search- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
UltraSearch Free
This is not the latest version of UltraSearch Free available.
- 1
- 2
- 3
3.2 | Updated: 08 Dec 2021
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
22,772
Downloads of v 3.2:
701
Maintainer(s):
Software Author(s):
- JAM Software GmbH
UltraSearch Free 3.2
This is not the latest version of UltraSearch Free available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by JAM Software GmbH. The inclusion of JAM Software GmbH trademark(s), if any, upon this webpage is solely to identify JAM Software GmbH goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install UltraSearch Free, run the following command from the command line or from PowerShell:
To upgrade UltraSearch Free, run the following command from the command line or from PowerShell:
To uninstall UltraSearch Free, 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 ultrasearch --internalize --version=3.2 --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 ultrasearch -y --source="'INTERNAL REPO URL'" --version="'3.2'" [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 ultrasearch -y --source="'INTERNAL REPO URL'" --version="'3.2'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install ultrasearch
win_chocolatey:
name: ultrasearch
version: '3.2'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'ultrasearch' do
action :install
source 'INTERNAL REPO URL'
version '3.2'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller ultrasearch
{
Name = "ultrasearch"
Version = "3.2"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'ultrasearch':
ensure => '3.2',
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 08 Dec 2021.
UltraSearch Free searches files and folders on local NTFS drives and provides the results within just a few seconds.
UltraSearch Free achieves its speed by its innovative usage of the MFT (Master File Table) of NTFS partitions. No permanent index stored on your hard disks is required: UltraSearch Free uses only the system memory for indexing. The flexible search tool will even identify NTFS hardlinks.
You can enter a file name, a pattern like *.EXE or a regular expression and you will see the results within seconds. Searching for file types like 'Office Files' as well as searching for file content are supported. Additional file information like file size, file dates, or file attributes can be displayed.
Folders, files, or file types can be excluded from the search. The search results can be sorted according to different criteria, printed, or exported as Excel, Text, CSV, HTML or RTF file.
Recently used search patterns can be saved and selected from a drop-down list. UltraSearch Free can be started from the context menu of your Windows Explorer - starting a search within the selected folder could not be easier. The result list of UltraSearch Free also provides a context menu which supports known file operations like the 'Open', 'Copy' or 'Move' operation.
Installation instructions:
UltraSearch Free is automatically installed in English to your "Program Files" folder.
There are two parameters you can give to the installer if you add "-params" to the installation command:
"/dir=Your_Dir"
Changes the installation location to "Your_Dir"."/lang=DE"
Changes the language from English to German. There are no other supported languages.
Example:
cinst ultrasearch -params "/dir=C:\Users\Administrator\Admin Tools\ /lang=de"
Try
{
$path = (Get-ItemProperty -erroraction stop 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\UltraSearch_is1').InstallLocation
}
Catch
{
$path = (Get-ItemProperty 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\UltraSearch_is1').InstallLocation
}
Uninstall-ChocolateyPackage 'ultrasearch' 'exe' '/VERYSILENT /SUPPRESSMSGBOXES' ("$path" + "unins000.exe")
Log in or click on link to see number of positives.
- ultrasearch.3.2.nupkg (e1633467392a) - ## / 50
- UltraSearch-x64-Free-Setup.exe (fa0fc4fe65aa) - ## / 55
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 |
---|---|---|---|---|
UltraSearch 4.6.0 | 203 | Wednesday, November 20, 2024 | Approved | |
UltraSearch 4.5.0 | 2416 | Tuesday, October 8, 2024 | Approved | |
UltraSearch 4.4.1 | 386 | Friday, August 30, 2024 | Approved | |
UltraSearch 4.4.0 | 230 | Monday, August 19, 2024 | Approved | |
UltraSearch 4.3.0 | 1394 | Wednesday, July 17, 2024 | Approved | |
UltraSearch 4.2.0 | 517 | Tuesday, May 28, 2024 | Approved | |
UltraSearch 4.1.3 | 444 | Tuesday, April 23, 2024 | Approved | |
UltraSearch 4.1.2 | 571 | Thursday, February 22, 2024 | Approved | |
UltraSearch 4.1.1 | 388 | Monday, January 22, 2024 | Approved | |
UltraSearch 4.1.0 | 416 | Wednesday, December 6, 2023 | Approved | |
UltraSearch 4.0.3 | 535 | Wednesday, October 4, 2023 | Approved | |
UltraSearch 4.0.2.1 | 440 | Thursday, August 24, 2023 | Approved | |
UltraSearch 4.0.2 | 162 | Tuesday, August 22, 2023 | Approved | |
UltraSearch 4.0.1 | 339 | Monday, August 7, 2023 | Approved | |
UltraSearch 4.0.0 | 372 | Tuesday, July 11, 2023 | Approved | |
UltraSearch Free 3.4.0.1 | 1199 | Monday, December 12, 2022 | Approved | |
UltraSearch Free 3.4 | 714 | Monday, November 7, 2022 | Approved | |
UltraSearch Free 3.4.0 | 40 | Friday, December 9, 2022 | Approved | |
UltraSearch Free 3.3.1 | 666 | Tuesday, July 5, 2022 | Approved | |
UltraSearch Free 3.3 | 541 | Tuesday, April 12, 2022 | Approved | |
UltraSearch Free 3.2 | 701 | Wednesday, December 8, 2021 | Approved | |
UltraSearch Free 3.1.2 | 729 | Wednesday, September 1, 2021 | Approved | |
UltraSearch Free 3.1.1 | 618 | Monday, May 31, 2021 | Approved | |
UltraSearch Free 3.1 | 486 | Tuesday, April 13, 2021 | Approved | |
UltraSearch Free 3.0.1 | 741 | Tuesday, December 22, 2020 | Approved | |
UltraSearch Free 3.0 | 809 | Thursday, October 8, 2020 | Approved | |
UltraSearch 2.3.2 | 1986 | Tuesday, April 23, 2019 | Approved | |
UltraSearch 2.3.1 | 271 | Tuesday, April 16, 2019 | Approved | |
UltraSearch 2.3 | 442 | Friday, March 1, 2019 | Approved | |
UltraSearch 2.2 | 558 | Monday, November 12, 2018 | Approved | |
UltraSearch 2.1.2 | 1426 | Thursday, July 21, 2016 | Approved | |
UltraSearch 2.1.2.0 | 391 | Tuesday, February 14, 2017 | Approved | |
UltraSearch 2.1.1 | 426 | Monday, July 4, 2016 | Approved | |
UltraSearch 2.0.3 | 454 | Wednesday, March 23, 2016 | Approved | |
UltraSearch 1.8.1 | 761 | Thursday, July 3, 2014 | Approved |
© 1996-2020 by Joachim Marder e.K.
This package has no dependencies.
Ground Rules:
- This discussion is only about UltraSearch Free and the UltraSearch Free 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 UltraSearch Free, 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.