trying to execute process explorer in windows 8.1 i get two errors in event viewer and the binary does not run:
Activation context generation failed for "C:\Users\compit\Downloads\SysinternalsSuite\Autoruns.exe".Error in manifest or policy file "" on line . A component version required by the application conflicts with another component version already active. Conflicting components are:. Component 1: C:\Windows\WinSxS\manifests\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9600.19394_none_a9f59c4f01325ed5.manifest. Component 2: C:\Windows\WinSxS\manifests\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9600.19394_none_62486577ecb635cf.manifest.
Faulting application name: procexp64.exe, version: 17.11.0.0, time stamp: 0x69d6a5dc Faulting module name: ntdll.dll, version: 6.3.9600.20718, time stamp: 0x636f3964 Exception code: 0xc0000409 Fault offset: 0x0000000000081128 Faulting process ID: 0xe78 Faulting application start time: 0x01dcd2266b75189b Faulting application path: C:\Users\compit\Downloads\SysinternalsSuite\procexp64.exe Faulting module path: C:\Windows\SYSTEM32\ntdll.dll Report ID: ac9d6fba-3e19-11f1-825e-2c6fc93ccf3c Faulting package full name: Faulting package-relative application ID:
I've downloaded some older versions from internet. (Is there an official archive with older versions?). The one that seems to be from 13 feb 2024 still gives the first error but the binary runs:
Activation context generation failed for "C:\Users\compit\Downloads\sysinternals-suite-13-02-2024\Autoruns.exe".Error in manifest or policy file "" on line . A component version required by the application conflicts with another component version already active. Conflicting components are:. Component 1: C:\Windows\WinSxS\manifests\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9600.19394_none_a9f59c4f01325ed5.manifest. Component 2: C:\Windows\WinSxS\manifests\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9600.19394_none_62486577ecb635cf.manifest.
The older one, which seems to be from 2022, works fine as far as i can tell.
Is this something that can be improved? Like, instead of silently exiting, maybe display an error: "this binary does not work in Windows 8.1" ? Even better, can you still make it work in windows 8.1?