6

Chocolatey has a nice sysinternals package, but where does it install to? (by default)

https://chocolatey.org/packages/sysinternals

1
  • 1
    Universal way: echo %ChocolateyInstall%\lib\sysinternals\tools
    – Alex
    Commented Jul 25, 2018 at 14:22

1 Answer 1

6

The install location is here:

C:\ProgramData\chocolatey\lib\sysinternals\tools

On Windows Server 2016 and Windows 10.

Or as Alex above suggested the universal way with environment variables:

echo %ChocolateyInstall%\lib\sysinternals\tools

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .