Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

9,141,853

Downloads of v 2019.6.29.20190904:

13,841

Last Update:

04 Sep 2019

Package Maintainer(s):

Software Author(s):

  • Mark Russinovich
  • Bryce Cogswell

Tags:

Sysinternals

This is not the latest version of Sysinternals available.

  • 1
  • 2
  • 3

2019.6.29.20190904 | Updated: 04 Sep 2019

Downloads:

9,141,853

Downloads of v 2019.6.29.20190904:

13,841

Maintainer(s):

Software Author(s):

  • Mark Russinovich
  • Bryce Cogswell

Sysinternals 2019.6.29.20190904

This is not the latest version of Sysinternals available.

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Mark Russinovich, Bryce Cogswell. The inclusion of Mark Russinovich, Bryce Cogswell trademark(s), if any, upon this webpage is solely to identify Mark Russinovich, Bryce Cogswell 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

Details

Scan 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.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Sysinternals, run the following command from the command line or from PowerShell:

>

To upgrade Sysinternals, run the following command from the command line or from PowerShell:

>

To uninstall Sysinternals, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

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

  • 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

3. Copy Your Script

choco upgrade sysinternals -y --source="'INTERNAL REPO URL'" --version="'2019.6.29.20190904'" [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 sysinternals -y --source="'INTERNAL REPO URL'" --version="'2019.6.29.20190904'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install sysinternals
  win_chocolatey:
    name: sysinternals
    version: '2019.6.29.20190904'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'sysinternals' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '2019.6.29.20190904'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller sysinternals
{
    Name     = "sysinternals"
    Version  = "2019.6.29.20190904"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'sysinternals':
  ensure   => '2019.6.29.20190904',
  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.

NOTE

Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...

Package Approved

This package was approved as a trusted package on 04 Sep 2019.

Description

The Sysinternals Troubleshooting Utilities have been rolled up into a single suite of tools.
This file contains the individual troubleshooting tools and help files.
It does not contain non-troubleshooting tools like the BSOD Screen Saver or NotMyFault.

Package parameters

  • /InstallDir - Installation directory, by default Chocolatey tools directory.
  • /InstallationPath - the same as InstallDir

Example: choco install sysinternals --params "/InstallDir:C:\your\install\path"

Notes

  • This package by default installs to tools directory which will create shims for all applications. When you install to different directory, shims are not created but directory is added to the PATH.
  • This package now downloads the nano edition of sysinternals on nano servers.
  • To have GUI for the tools, install nirlauncher package and use /Sysinternals option.

tools\chocolateyInstall.ps1
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$pp = Get-PackageParameters
$installDir = $toolsPath
if ($pp.InstallDir -or $pp.InstallationPath ) { $InstallDir = $pp.InstallDir + $pp.InstallationPath }
Write-Host "Sysinternals Suite is going to be installed in '$installDir'"

$packageArgs = @{
  packageName    = 'sysinternals'
  url            = 'https://download.sysinternals.com/files/SysinternalsSuite.zip'
  checksum       = 'db59efe1739a2262104874347277f9faa0805a1a7a0acd9cc29e9544fb8040c5'
  checksumType   = 'sha256'
  unzipLocation  = $installDir
}
Install-ChocolateyZipPackage @packageArgs
Accept-Eula
if ($installDir -ne $toolsPath) { Install-ChocolateyPath $installDir }
if (Is-NanoServer) {
  $packageArgs.url = 'https://download.sysinternals.com/files/SysinternalsSuite-Nano.zip'
  $packageArgs.checksum = '58941cfc229570db8290369758e2ae4d551eff85c7c5419767d645bb69495457'
 }

$old_path = 'c:\sysinternals'
if ((Test-Path $old_path) -and ($installDir -ne $old_path)) {
    Write-Warning "Clean up older versions of this install at c:\sysinternals"
}
tools\helpers.ps1
function Accept-Eula() {

$tools = `
"AccessChk",        "Active Directory Explorer", "ADInsight",  "Autologon",       "AutoRuns",
"BGInfo",           "CacheSet",                  "ClockRes",   "Coreinfo",        "Ctrl2cap",
"DbgView",          "Desktops",                  "Disk2Vhd",   "Diskmon",         "DiskView",
"Du",               "EFSDump",                   "FindLinks",  "Handle",          "Hex2Dec",
"Junction",         "LdmDump",                   "ListDLLs",   "LoadOrder",       "Movefile",
"PageDefrag",       "PendMove",                  "PipeList",   "Portmon",         "ProcDump",
"Process Explorer", "Process Monitor",           "PsExec",     "psfile",          "PsGetSid",
"PsInfo",           "PsKill",                    "PsList",     "PsLoggedon",      "PsLoglist",
"PsPasswd",         "PsService",                 "PsShutdown", "PsSuspend",       "RamMap",
"RegDelNull",       "Regjump",                   "Regsize",    "RootkitRevealer", "Share Enum",
"ShellRunas",       "SigCheck",                  "Streams",    "Strings",         "Sync",
"System Monitor",   "TCPView",                   "VMMap",      "VolumeID",        "Whois",
"Winobj",           "ZoomIt"

    $root_path = "HKCU:\SOFTWARE\Sysinternals"
    mkdir "$root_path" -ea 0 | Out-Null
    foreach($tool in $tools) {
        mkdir "$root_path\$tool" -ea 0 | Out-Null
        New-ItemProperty -Path "$root_path\$tool" -Name EulaAccepted -Value 1 -Force | Out-Null
    }

    $vt = "$root_path\SigCheck\VirusTotal"
    mkdir $vt -ea 0 | Out-Null
    New-ItemProperty -Path $vt -Name VirusTotalTermsAccepted -Value 1 -Force | Out-Null
}

function Is-NanoServer() {
  # This would be true for both nano servers, and IoT devices.
  if ($PSVersionTable.PSEdition -ne 'Core') { return $false }

  # 143 = Datacenter nano server
  # 144 = Standard nano server
  $sku = (Get-CimInstance -ClassName Win32_OperatingSystem).OperatingSystemSKU
  return ($sku -eq 143) -or ($sku -eq 144);
}

Log in or click on link to see number of positives.

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
Sysinternals 2024.12.16 178087 Monday, December 16, 2024 Approved
Sysinternals 2024.7.23 337464 Tuesday, July 23, 2024 Approved
Sysinternals 2024.6.20 76963 Friday, June 21, 2024 Approved
Sysinternals 2024.6.17 23220 Tuesday, June 18, 2024 Approved
Sysinternals 2024.5.28 68899 Tuesday, May 28, 2024 Approved
Sysinternals 2024.2.13 235810 Wednesday, February 14, 2024 Approved
Sysinternals 2024.2.7 35386 Wednesday, February 7, 2024 Approved
Sysinternals 2024.2.6 11898 Wednesday, February 7, 2024 Approved
Sysinternals 2024.1.9 93872 Wednesday, January 10, 2024 Approved
Sysinternals 2023.11.13 132109 Tuesday, November 14, 2023 Approved
Sysinternals 2023.11.9 26788 Thursday, November 9, 2023 Approved
Sysinternals 2023.10.18 71662 Thursday, October 19, 2023 Approved
Sysinternals 2023.9.29 66564 Friday, September 29, 2023 Approved
Sysinternals 2023.7.26 180987 Wednesday, July 26, 2023 Approved
Sysinternals 2023.6.27 212842 Tuesday, June 27, 2023 Approved
Sysinternals 2023.6.7 64528 Wednesday, June 7, 2023 Approved
Sysinternals 2023.5.24 117710 Wednesday, May 24, 2023 Approved
Sysinternals 2023.4.12 89136 Thursday, April 13, 2023 Approved
Sysinternals 2023.4.11 14944 Wednesday, April 12, 2023 Approved
Sysinternals 2023.4.4 70979 Tuesday, April 4, 2023 Approved
Sysinternals 2023.3.30.20230331 44793 Friday, March 31, 2023 Approved
Sysinternals 2023.3.30 83860 Thursday, March 30, 2023 Approved
Sysinternals 2023.3.9 66492 Friday, March 10, 2023 Approved
Sysinternals 2023.1.25 79313 Thursday, January 26, 2023 Approved
Sysinternals 2022.11.28 95190 Monday, November 28, 2022 Approved
Sysinternals 2022.11.11 48762 Friday, November 11, 2022 Approved
Sysinternals 2022.11.3 41868 Thursday, November 3, 2022 Approved
Sysinternals 2022.10.26 43615 Thursday, October 27, 2022 Approved
Sysinternals 2022.10.14 47431 Friday, October 14, 2022 Approved
Sysinternals 2022.10.12 263496 Thursday, October 13, 2022 Approved
Sysinternals 2022.9.29 73777 Friday, September 30, 2022 Approved
Sysinternals 2022.8.16 81484 Tuesday, August 16, 2022 Approved
Sysinternals 2022.7.30 44389 Saturday, July 30, 2022 Approved
Sysinternals 2022.7.29 14432 Friday, July 29, 2022 Approved
Sysinternals 2022.7.19 35349 Tuesday, July 19, 2022 Approved
Sysinternals 2022.5.11 117057 Wednesday, May 11, 2022 Approved
Sysinternals 2022.2.16 109827 Thursday, February 17, 2022 Approved
Sysinternals 2022.1.27 47303 Friday, January 28, 2022 Approved
Sysinternals 2021.12.16 68235 Friday, December 17, 2021 Approved
Sysinternals 2021.10.26 84160 Wednesday, October 27, 2021 Approved
Sysinternals 2021.10.14 37916 Thursday, October 14, 2021 Approved
Sysinternals 2021.10.12 16989 Wednesday, October 13, 2021 Approved
Sysinternals 2021.9.30 38522 Thursday, September 30, 2021 Approved
Sysinternals 2021.9.22 31926 Thursday, September 23, 2021 Approved
Sysinternals 2021.9.1 49489 Wednesday, September 1, 2021 Approved
Sysinternals 2021.8.18 39829 Wednesday, August 18, 2021 Approved
Sysinternals 2021.7.27 87122 Tuesday, July 27, 2021 Approved
Sysinternals 2021.6.24 98906 Thursday, June 24, 2021 Approved
Sysinternals 2021.6.23 14971 Wednesday, June 23, 2021 Approved
Sysinternals 2021.6.22 20255 Tuesday, June 22, 2021 Approved
Sysinternals 2021.6.1 48616 Tuesday, June 1, 2021 Approved
Sysinternals 2021.5.26 25556 Wednesday, May 26, 2021 Approved
Sysinternals 2021.5.25 14672 Tuesday, May 25, 2021 Approved
Sysinternals 2021.4.23 92981 Friday, April 23, 2021 Approved
Sysinternals 2021.4.21 22354 Wednesday, April 21, 2021 Approved
Sysinternals 2021.3.23 123865 Wednesday, March 24, 2021 Approved
Sysinternals 2021.3.1 66866 Tuesday, March 2, 2021 Approved
Sysinternals 2021.2.22 21879 Thursday, February 25, 2021 Approved
Sysinternals 2021.1.19 67424 Wednesday, January 20, 2021 Approved
Sysinternals 2021.1.15 22051 Friday, January 15, 2021 Approved
Sysinternals 2021.1.12 16081 Wednesday, January 13, 2021 Approved
Sysinternals 2021.1.11 17239 Monday, January 11, 2021 Approved
Sysinternals 2020.11.25 70096 Wednesday, November 25, 2020 Approved
Sysinternals 2020.11.4 51374 Thursday, November 5, 2020 Approved
Sysinternals 2020.10.15 50063 Friday, October 16, 2020 Approved
Sysinternals 2020.9.18 91438 Friday, September 18, 2020 Approved
Sysinternals 2020.9.17 9089 Thursday, September 17, 2020 Approved
Sysinternals 2020.7.15 87276 Wednesday, July 15, 2020 Approved
Sysinternals 2020.6.24 37794 Wednesday, June 24, 2020 Approved
Sysinternals 2020.4.28 93324 Wednesday, April 29, 2020 Approved
Sysinternals 2019.12.19 278602 Thursday, December 19, 2019 Approved
Sysinternals 2019.12.11 42324 Thursday, December 12, 2019 Approved
Sysinternals 2019.9.23 466147 Monday, September 23, 2019 Approved
Sysinternals 2019.9.16 21972 Monday, September 16, 2019 Approved
Sysinternals 2019.9.5 38261 Friday, September 6, 2019 Approved
Sysinternals 2019.6.29.20190904 13841 Wednesday, September 4, 2019 Approved
Sysinternals 2019.6.29 184190 Saturday, June 29, 2019 Approved
Sysinternals 2019.6.14 26438 Friday, June 14, 2019 Approved
Sysinternals 2019.6.12 10305 Thursday, June 13, 2019 Approved
Sysinternals 2019.6.11 10418 Wednesday, June 12, 2019 Approved
Sysinternals 2019.6.5 24812 Wednesday, June 5, 2019 Approved
Sysinternals 2019.4.23 74732 Tuesday, April 23, 2019 Approved
Sysinternals 2019.4.4 57123 Thursday, April 4, 2019 Approved
Sysinternals 2019.3.26 28174 Tuesday, March 26, 2019 Approved
Sysinternals 2019.3.18 25257 Monday, March 18, 2019 Approved
Sysinternals 2019.3.5 31465 Tuesday, March 5, 2019 Approved
Sysinternals 2019.2.19 30183 Tuesday, February 19, 2019 Approved
Sysinternals 2018.12.27 153069 Friday, December 28, 2018 Approved
Sysinternals 2018.12.18 12693 Wednesday, December 19, 2018 Approved
Sysinternals 2018.12.14 10229 Saturday, December 15, 2018 Approved
Sysinternals 2018.12.13 6680 Friday, December 14, 2018 Approved
Sysinternals 2018.10.16 56377 Wednesday, October 17, 2018 Approved
Sysinternals 2018.8.8 58877 Wednesday, August 8, 2018 Approved
Sysinternals 2018.7.19 23295 Friday, July 20, 2018 Approved
Sysinternals 2018.7.5 19153 Friday, July 6, 2018 Approved
Sysinternals 2018.5.31 37108 Friday, June 1, 2018 Approved
Sysinternals 2018.5.14 25398 Monday, May 14, 2018 Approved
Sysinternals 2018.4.30 24098 Monday, April 30, 2018 Approved
Sysinternals 2018.2.13 89561 Wednesday, February 14, 2018 Approved
Sysinternals 2018.2.11 8083 Monday, February 12, 2018 Approved
Sysinternals 2018.1.18 28382 Friday, January 19, 2018 Approved
Sysinternals 2018.1.5 18998 Saturday, January 6, 2018 Approved
Sysinternals 2018.1.2 10039 Wednesday, January 3, 2018 Approved
Sysinternals 2017.12.31 6890 Sunday, December 31, 2017 Approved
Sysinternals 2017.12.21 13902 Thursday, December 21, 2017 Approved
Sysinternals 2017.12.13 14602 Wednesday, December 13, 2017 Approved
Sysinternals 2017.12.12 398335 Wednesday, December 13, 2017 Approved
Sysinternals 2017.11.21 409853 Tuesday, November 21, 2017 Approved
Sysinternals 2017.9.12 61669 Tuesday, September 12, 2017 Approved
Sysinternals 2017.9.11 4991 Tuesday, September 12, 2017 Approved
Sysinternals 2017.6.30 57590 Friday, June 30, 2017 Approved
Sysinternals 2017.6.14 18404 Wednesday, June 14, 2017 Approved
Sysinternals 2017.5.22.20170609 10598 Friday, June 9, 2017 Approved
Sysinternals 2017.05.22 19140 Monday, May 22, 2017 Approved
Sysinternals 2017.5.16.20170518 8556 Thursday, May 18, 2017 Approved
Sysinternals 2017.05.16 8451 Tuesday, May 16, 2017 Approved
Sysinternals 2017.2.17.20170317 44470 Friday, March 17, 2017 Approved
Sysinternals 2017.02.17 29430 Friday, February 17, 2017 Approved
Sysinternals 2016.11.18 56752 Wednesday, November 23, 2016 Approved
Sysinternals 2016.08.29 62333 Wednesday, August 31, 2016 Approved
Sysinternals 2016.07.29 25471 Wednesday, August 3, 2016 Approved
Sysinternals 2016.07.04 9502 Sunday, July 17, 2016 Approved
Sysinternals 2016.04.28 601 Sunday, May 8, 2016 Approved
Sysinternals 2016.02.02 22469 Friday, February 5, 2016 Approved
Sysinternals 2016.01.04.20160120 8231 Wednesday, January 20, 2016 Approved
Sysinternals 2016.01.04 4720 Wednesday, January 13, 2016 Approved
Sysinternals 2015.10.26 16370 Wednesday, October 28, 2015 Approved
Sysinternals 2015.07.20 20186 Tuesday, July 21, 2015 Approved
Sysinternals 2015.05.31 9558 Sunday, May 31, 2015 Approved
Sysinternals 2015.05.26 2118 Wednesday, May 27, 2015 Approved
Sysinternals 2015.04.20 7815 Tuesday, April 21, 2015 Approved
Sysinternals 2015.03.10 7418 Friday, March 13, 2015 Approved
Sysinternals 2015.01.29 7333 Friday, January 30, 2015 Approved
Sysinternals 2015.01.19 577 Tuesday, January 20, 2015 Approved
Sysinternals 2014.09.11 14611 Saturday, September 13, 2014 Approved
Sysinternals 2014.08.18 3459 Wednesday, August 20, 2014 Approved
Sysinternals 2014.08.05 2134 Saturday, August 9, 2014 Approved
Sysinternals 2014.05.13 38548 Wednesday, May 14, 2014 Approved
Sysinternals 2014.03.07 5637 Saturday, March 8, 2014 Approved
Sysinternals 2014.02.04 2506 Wednesday, February 5, 2014 Approved
Sysinternals 2014.01.29 1103 Thursday, January 30, 2014 Approved
Sysinternals 2014.01.21 1174 Wednesday, January 22, 2014 Approved
Sysinternals 2013.12.19.20140121 759 Tuesday, January 21, 2014 Approved
Sysinternals 2013.12.19 1761 Wednesday, January 1, 2014 Approved
Sysinternals 2013.11.01 2493 Saturday, November 2, 2013 Approved
Sysinternals 2013.08.01.20130912 2009 Thursday, September 12, 2013 Approved
Sysinternals 2013.08.01 773 Tuesday, September 10, 2013 Approved
Sysinternals 1.2012.05.14 7836 Tuesday, May 15, 2012 Approved
Sysinternals 1.2012.03.23 841 Monday, April 9, 2012 Approved
Sysinternals 1.2012.2.3 909 Friday, February 3, 2012 Approved
Sysinternals 1.2011.12.15 742 Saturday, December 17, 2011 Approved
Sysinternals 1.0.0.2 848 Tuesday, August 23, 2011 Approved
Sysinternals 1.0.0.1 691 Tuesday, August 23, 2011 Approved
Sysinternals 1.0 909 Tuesday, August 23, 2011 Approved
Discussion for the Sysinternals Package

Ground Rules:

  • This discussion is only about Sysinternals and the Sysinternals 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 Sysinternals, 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.
comments powered by Disqus