Faintsnow / HE

HE - Hardware Read & Write utility is a powerful utility for hardware engineers, BIOS engineers, driver developers, QA engineers, performance test engineers, diagnostic engineers… etc.
110 stars 10 forks source link

Crash at startup #10

Open Faltskog opened 1 year ago

Faltskog commented 1 year ago

This happens everytime i run it. Any solutions to this?

Untitled

ssdoz2sk commented 1 year ago

Since Microsoft block the driver after 22h2, every drivers in the list could not be ran. The block list can be found in Microsoft recommended driver block rules

<FileAttrib ID="ID_FILEATTRIB_HWRWDRV" FriendlyName="HwRwDrv FileAttribute" FileName="HwRwDrv.sys" MinimumFileVersion="0.0.0.0" MaximumFileVersion="65535.65535.65535.65535" />

You can edit the registry values to disable it by using this .reg file:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\CI\Config]
"VulnerableDriverBlocklistEnable"=dword:00000000

After rebooting the system, the tool should work.

ddkwork commented 1 year ago

👍🏻

UMU618 commented 1 year ago

You can sign it by your EV certificate.