I was trying to load the windows driver in windows 10 using OSR Loader, the service for HelloWorld.sys
has been created, but when I click on start, it's saying "This driver has been blocked from loading"
The video I followed: https://www.youtube.com/watch?v=Nc-uh8O989I
Upon investigating,
bcdedit.exe /set nointegritychecks on
bcdedit /set testsigning on
sc.exe
command → sc create HelloWorld binpath=/my/sys/file type=kernel && sc start HelloWorld
The problem was,
Target PC: Windows 10 Home x64
Kernel Mode Driver Target: Windows 10 Desktop x86
NOTE: The kernel build architecture must match the target machine architecture.