Follow this video for correct download
Firstly run cmd.exe as administrator to turn on test signature mode after reloading
bcdedit /set testsigning onRun cmd.exe as administrator after compiling project
This command will create folder in registry editor HKLM\System\CurrentControlSet\Services\sample
sc create sample type=kernel binPath=[your path to repo]\simple-windows-driver\x64\debug\sample.syscmd.exe must be run as andministrator
sc start samplecmd.exe must be run as andministrator
sc stop sample