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.

Revisions

  1. lyf-is-coding created this gist Aug 22, 2023.
    6 changes: 6 additions & 0 deletions start_driver.bat
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    @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