Created
August 22, 2023 07:25
-
-
Save lyf-is-coding/9a0f8a6d1b6b6514c36eec3b4d6f8e41 to your computer and use it in GitHub Desktop.
Bat file starts driver
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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