JKornev / hidden

🇺🇦 Windows driver with usermode interface which can hide processes, file-system and registry objects, protect processes and etc
1.81k stars 491 forks source link

Driver has been blocked from loading Error #36

Closed ameygat closed 2 years ago

ameygat commented 2 years ago

VM OS: Windows 10 64 Bit. No service pack Driver file: Uploaded in comment bellow

Before install I have done following commands

bcdedit /set loadoptions DDISABLE_INTEGRITY_CHECKS & bcdedit /set testsigning on

I have also installed the .CER certificate in the release folder in the windows.

Also disabled the WIndows Defender from VM

Then rebooted VM then tried installing driver using following command:

Microsoft PnP Utility

Processing inf :            Hidden.inf
Successfully installed the driver.
Driver package added successfully.
Published name :            oem11.inf

Total attempted:              1
Number successfully imported: 1

But when I tried to start service get error:

cmd>sc start hidden
[SC] StartService FAILED 1275:

This driver has been blocked from loading

Note: First I had tried just right click and install driver but it also failed to start service saying "This driver has been blocked from loading"

Any help or pointers appreciated.

ameygat commented 2 years ago

Uploading failed driver files Release.zip

ameygat commented 2 years ago

Sorry it was issue on my end it was 32 bit compile.

JKornev commented 2 years ago

Not a problem