[我试图使用OSR Loader在Windows 10中加载Windows驱动程序,已经创建了HelloWorld.sys
的服务,但是当我单击“开始”时,它说“该驱动程序已被阻止加载”
我关注的视频:https://www.youtube.com/watch?v=Nc-uh8O989I
根据调查,
bcdedit.exe /set nointegritychecks on
bcdedit /set testsigning on
sc.exe
命令尝试过测试→sc create HelloWorld binpath=/my/sys/file type=kernel && sc start HelloWorld
问题是,