4
1
Chocolatey has a nice sysinternals package, but where does it install to? (by default)
4
1
Chocolatey has a nice sysinternals package, but where does it install to? (by default)
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
1Universal way:
echo %ChocolateyInstall%\lib\sysinternals\tools
– Alex – 2018-07-25T14:22:27.273