You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by cxiao November 12, 2022
On the official Downloads page for Sysinternals, Microsoft currently provides the following versions of Sysinternals for download:
The Sysinternals package on the Chocolatey community repository currently only provides the x86_32 / x86_64 and Nano server versions of Sysinternals.
While a lot of the Sysinternals tools will work just fine under Windows ARM64's x86_32 and x86_64 instruction emulation, tools which rely on loading a kernel driver for their main functionality will not. An example of such a tool is Procmon, which cannot provide its main functionality without loading the ARM64 version of the PROCMON24.sysdriver; the ARM64 version of the driver is only available as a resource inside procmon64a.exe, which is only included in the ARM64 download of Sysinternals.
Note that not all of the Sysinternals tools have a binary available in SysinternalsSuite-ARM64.zip. As of 2022-11-10, this is the list of binaries inside that ZIP:
Discussed in https://github.com/orgs/chocolatey-community/discussions/2062
Originally posted by cxiao November 12, 2022
On the official Downloads page for Sysinternals, Microsoft currently provides the following versions of Sysinternals for download:
The Sysinternals package on the Chocolatey community repository currently only provides the x86_32 / x86_64 and Nano server versions of Sysinternals.
While a lot of the Sysinternals tools will work just fine under Windows ARM64's x86_32 and x86_64 instruction emulation, tools which rely on loading a kernel driver for their main functionality will not. An example of such a tool is Procmon, which cannot provide its main functionality without loading the ARM64 version of the
PROCMON24.sys
driver; the ARM64 version of the driver is only available as a resource insideprocmon64a.exe
, which is only included in the ARM64 download of Sysinternals.Note that not all of the Sysinternals tools have a binary available in
SysinternalsSuite-ARM64.zip
. As of 2022-11-10, this is the list of binaries inside that ZIP:(I haven't been able to find any information from Microsoft that says whether they're planning to provide ARM64 builds eventually for all the tools.)
I have access to a Windows 11 ARM64 machine and am willing to submit a PR to help with this.
The text was updated successfully, but these errors were encountered: