Unable to load minifilter.

I am trying to run windows driver sample minispy minifilter.
https://github.com/microsoft/Windows-driver-samples/tree/main/filesys/miniFilter/minispy
I installed the driver using .inf file. I am using windows10 and visual studio 2022 with wdk version 10.0.22621.382

I tried the command fltmc load minispy it showed this error:
Load failed with error: 0x8007007f
The specified procedure could not be found.

I also checked with very basic minifilter driver and it still shows the same error I also verified in registry the instances and the keys are getting set properly but unable to resolve the error. Please reply if someone can help