Downloads:
1,603,876
Downloads of v 16.32.0.20210111:
40,483
Last Update:
11 Jan 2021
Package Maintainer(s):
Software Author(s):
- Mark Russinovich
Tags:
procexp tools sysinternals proccesses handles dlls- Software Specific:
- Software Site
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Process Explorer
This is not the latest version of Process Explorer available.
- 1
- 2
- 3
16.32.0.20210111 | Updated: 11 Jan 2021
- Software Specific:
- Software Site
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
1,603,876
Downloads of v 16.32.0.20210111:
40,483
Maintainer(s):
Software Author(s):
- Mark Russinovich
Process Explorer 16.32.0.20210111
This is not the latest version of Process Explorer available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Mark Russinovich. The inclusion of Mark Russinovich trademark(s), if any, upon this webpage is solely to identify Mark Russinovich 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 Process Explorer, run the following command from the command line or from PowerShell:
To upgrade Process Explorer, run the following command from the command line or from PowerShell:
To uninstall Process Explorer, 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 procexp --internalize --version=16.32.0.20210111 --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 procexp -y --source="'INTERNAL REPO URL'" --version="'16.32.0.20210111'" [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 procexp -y --source="'INTERNAL REPO URL'" --version="'16.32.0.20210111'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install procexp
win_chocolatey:
name: procexp
version: '16.32.0.20210111'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'procexp' do
action :install
source 'INTERNAL REPO URL'
version '16.32.0.20210111'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller procexp
{
Name = "procexp"
Version = "16.32.0.20210111"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'procexp':
ensure => '16.32.0.20210111',
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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 11 Jan 2021.
Ever wondered which program has a particular file or directory open? Now you can find out. Process Explorer shows you information about which handles and DLLs processes have opened or loaded.
The Process Explorer display consists of two sub-windows. The top window always shows a list of the currently active processes, including the names of their owning accounts, whereas the information displayed in the bottom window depends on the mode that Process Explorer is in: if it is in handle mode you'll see the handles that the process selected in the top window has opened; if Process Explorer is in DLL mode you'll see the DLLs and memory-mapped files that the process has loaded. Process Explorer also has a powerful search capability that will quickly show you which processes have particular handles opened or DLLs loaded.
The unique capabilities of Process Explorer make it useful for tracking down DLL-version problems or handle leaks, and provide insight into the way Windows and applications work.
$ErrorActionPreference = 'Stop'
$sysinternalsPath = 'HKCU:\SOFTWARE\Sysinternals'
$applicationName = 'Process Explorer'
if (Test-Path $sysinternalsPath) {
if (@(Get-ItemProperty $sysinternalsPath).Count -eq 0 -and @(Get-ChildItem $sysinternalsPath -Exclude $applicationName).Count -eq 0) {
Remove-Item $sysinternalsPath -Recurse -Force
} elseif (Test-Path "$sysinternalsPath\$applicationName") {
Remove-Item "$sysinternalsPath\$applicationName" -Recurse -Force
}
}
$shortcutPath = Join-Path $([Environment]::GetFolderPath([System.Environment+SpecialFolder]::CommonPrograms)) 'Process Explorer.lnk'
if (Test-Path $shortcutPath) {
Remove-Item $shortcutPath
}
Log in or click on link to see number of positives.
- ProcessExplorer.zip (f151063bae2b) - ## / 63
- procexp.16.32.0.20210111.nupkg (c0059ccafb4b) - ## / 64
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 |
---|---|---|---|---|
Process Explorer 17.6.0 | 58606 | Tuesday, May 28, 2024 | Approved | |
Process Explorer 17.5.0.20231021 | 59532 | Saturday, October 21, 2023 | Approved | |
Process Explorer 17.5.0 | 56879 | Wednesday, July 26, 2023 | Approved | |
Process Explorer 17.4 | 68882 | Tuesday, April 4, 2023 | Approved | |
Process Explorer 17.3 | 15317 | Thursday, March 30, 2023 | Approved | |
Process Explorer 17.2 | 73507 | Friday, November 11, 2022 | Approved | |
Process Explorer 17.1 | 13431 | Thursday, November 3, 2022 | Approved | |
Process Explorer 17.0 | 13863 | Thursday, October 27, 2022 | Approved | |
Process Explorer 16.43 | 115987 | Wednesday, August 18, 2021 | Approved | |
Process Explorer 16.42 | 34734 | Tuesday, June 1, 2021 | Approved | |
Process Explorer 16.41 | 11638 | Thursday, May 27, 2021 | Approved | |
Process Explorer 16.40 | 7200 | Tuesday, May 25, 2021 | Approved | |
Process Explorer 16.32.0.20210111 | 40483 | Monday, January 11, 2021 | Approved | |
Process Explorer 16.32.0.20200919 | 63262 | Saturday, September 19, 2020 | Approved | |
Process Explorer 16.32 | 58684 | Wednesday, April 29, 2020 | Approved | |
Process Explorer 16.31 | 43581 | Thursday, December 19, 2019 | Approved | |
Process Explorer 16.30.0.20190928 | 65425 | Saturday, September 28, 2019 | Approved | |
Process Explorer 16.30 | 14064 | Friday, September 6, 2019 | Approved | |
Process Explorer 16.26 | 26050 | Saturday, June 29, 2019 | Approved | |
Process Explorer 16.25 | 9213 | Friday, June 14, 2019 | Approved | |
Process Explorer 16.22 | 52481 | Wednesday, December 12, 2018 | Approved |
Copyright © Mark Russinovich
This package has no dependencies.
Ground Rules:
- This discussion is only about Process Explorer and the Process Explorer 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 Process Explorer, 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.