Where does chocolatey install sysinternals?

4

1

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

https://chocolatey.org/packages/sysinternals

David

Posted 2018-07-25T14:10:25.447

Reputation: 2 222

1Universal way: echo %ChocolateyInstall%\lib\sysinternals\tools – Alex – 2018-07-25T14:22:27.273

Answers

3

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

David

Posted 2018-07-25T14:10:25.447

Reputation: 2 222