Skip to content

Instantly share code, notes, and snippets.

@lyf-is-coding
Created August 22, 2023 07:25
Show Gist options
  • Save lyf-is-coding/9a0f8a6d1b6b6514c36eec3b4d6f8e41 to your computer and use it in GitHub Desktop.
Save lyf-is-coding/9a0f8a6d1b6b6514c36eec3b4d6f8e41 to your computer and use it in GitHub Desktop.
Bat file starts driver
@echo off
net stop MemDrv
sc delete MemDrv
sc create MemDrv binpath="C:\Users\coi12\Downloads\MemDrv.sys" start=demand type=filesys
net start MemDrv
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment