Downloads:
4,691
Downloads of v 5.7:
15
Last Update:
09 Jan 2023
Package Maintainer(s):
Software Author(s):
- pauby
Tags:
alt-tab trial admin- Software Specific:
- Software Site
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Alt-Tab Terminator (Install)
- Software Specific:
- Software Site
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
4,691
Downloads of v 5.7:
15
Maintainer(s):
Software Author(s):
- pauby
Alt-Tab Terminator (Install)
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
This package was rejected on 13 Feb 2023. The reviewer chocolatey-ops has listed the following reason(s):
Alt-Tab Terminator is an elegant and powerful task management utility for Windows 7/8/10. Once installed, it replaces the default Alt-Tab dialog with a nice box that shows a list of all running tasks, with their names and preview snapshots, and enables the user to take actions on them using the mouse and keyboard shortcuts.
An average PC-user switches between windows with Alt+Tab hundreds of times per day! It’s one of the most common actions performed on a computer. With Alt-Tab Terminator, you can not only switch tasks faster, but have the full control over any opened window, all within one click away.
NOTE: This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s) and let them know the package is no longer updating correctly.
$ErrorActionPreference = 'Stop'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Alt-Tab Terminator*"
fileType = 'EXE'
silentArgs = '/S'
validExitCodes = @(0)
}
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs.softwareName
if ($key.Count -eq 1) {
$key | ForEach-Object {
$packageArgs.file = $_.UninstallString
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"}
}
No results available for this package. We are building up results for older packages over time so expect to see results. If this is a new package, it should have results within a day or two.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Alt-Tab Terminator (Install) 5.8 | 28 | Wednesday, March 22, 2023 | Approved | |
Alt-Tab Terminator (Install) 5.6 | 102 | Tuesday, November 22, 2022 | Approved | |
Alt-Tab Terminator (Install) 5.5 | 13 | Tuesday, November 22, 2022 | Approved | |
Alt-Tab Terminator (Install) 5.4 | 67 | Friday, September 16, 2022 | Approved | |
Alt-Tab Terminator (Install) 5.3 | 46 | Friday, September 9, 2022 | Approved | |
Alt-Tab Terminator (Install) 5.2 | 69 | Wednesday, July 27, 2022 | Approved | |
Alt-Tab Terminator (Install) 5.1 | 64 | Friday, July 1, 2022 | Approved | |
Alt-Tab Terminator (Install) 5.0 | 100 | Friday, April 15, 2022 | Approved | |
Alt-Tab Terminator (Install) 4.9 | 480 | Thursday, December 3, 2020 | Approved | |
Alt-Tab Terminator (Install) 4.8 | 291 | Saturday, May 9, 2020 | Approved | |
Alt-Tab Terminator (Install) 4.7 | 169 | Saturday, April 18, 2020 | Approved | |
Alt-Tab Terminator (Install) 4.6 | 176 | Saturday, April 11, 2020 | Approved | |
Alt-Tab Terminator (Install) 4.5 | 137 | Monday, April 6, 2020 | Approved | |
Alt-Tab Terminator (Install) 4.4 | 169 | Tuesday, March 24, 2020 | Approved | |
Alt-Tab Terminator (Install) 4.3 | 211 | Monday, February 10, 2020 | Approved | |
Alt-Tab Terminator (Install) 4.2 | 161 | Monday, February 3, 2020 | Approved | |
Alt-Tab Terminator (Install) 4.1 | 199 | Wednesday, January 22, 2020 | Approved | |
Alt-Tab Terminator (Install) 4.0 | 202 | Tuesday, January 14, 2020 | Approved | |
Alt-Tab Terminator (Install) 3.9 | 541 | Sunday, April 28, 2019 | Approved | |
Alt-Tab Terminator (Install) 3.8 | 315 | Monday, January 28, 2019 | Approved | |
Alt-Tab Terminator (Install) 3.7 | 245 | Monday, November 26, 2018 | Approved | |
Alt-Tab Terminator (Install) 3.6 | 207 | Thursday, September 6, 2018 | Approved | |
Alt-Tab Terminator (Install) 3.5 | 198 | Thursday, August 16, 2018 | Approved | |
Alt-Tab Terminator (Install) 3.4 | 251 | Monday, July 16, 2018 | Approved | |
Alt-Tab Terminator (Install) 3.3 | 235 | Monday, June 25, 2018 | Approved |
Copyright 2018, NTWind Software. All rights reserved.
This package has no dependencies.
Ground Rules:
- This discussion is only about Alt-Tab Terminator (Install) and the Alt-Tab Terminator (Install) 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 Alt-Tab Terminator (Install), 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.
Pauby (maintainer) on 09 Jan 2023 18:06:16 +00:00:
User 'Pauby' (maintainer) submitted package.
chocolatey-ops (reviewer) on 09 Jan 2023 18:41:17 +00:00:
alt-tab-terminator 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.
Notes
Notes typically flag things for both you and the reviewer to go over. Sometimes this is the use of things that may or may not be necessary given the constraints of what you are trying to do and/or are harder for automation to flag for other reasons. Items found in Notes might be Requirements depending on the context. A package version can be approved without addressing Note comments.
chocolatey-ops (reviewer) on 09 Jan 2023 18:49:25 +00:00:
alt-tab-terminator has failed automated package testing (verification).
Please visit https://gist.github.com/074617160d2888196f5dac1ebac3eddc for details.
The package status will be changed and will be waiting on your next actions.
chocolatey-ops (reviewer) on 29 Jan 2023 18:42:24 +00:00:
We've found alt-tab-terminator v5.7 in a submitted status and waiting for your next actions. It has had no updates for 20 or more days since a reviewer has asked for corrections. Please note that if there is no response or fix of the package within 15 days of this message, this package version will automatically be closed (rejected) due to being stale.
Take action:
If your package is failing automated testing, you can use the chocolatey test environment to manually run the verification and determine what may need to be fixed.
Note: We don't like to see packages automatically rejected. It doesn't mean that we don't value your contributions, just that we can not continue to hold packages versions in a waiting status that have possibly been abandoned. If you don't believe you will be able to fix up this version of the package within 15 days, we strongly urge you to log in to the site and respond to the review comments until you are able to.
chocolatey-ops (reviewer) on 13 Feb 2023 18:46:15 +00:00:
Unfortunately there has not been progress to move alt-tab-terminator v5.7 towards an approved status within 15 days after the last review message, so we need to close (reject) the package version at this time. If you want to pick this version up and move it towards approval in the future, use the contact site admins link on the package page and we can move it back into a submitted status so you can submit updates.
Status Change - Changed status of package from 'submitted' to 'rejected'.