Created
August 22, 2023 07:25
-
-
Save lyf-is-coding/9a0f8a6d1b6b6514c36eec3b4d6f8e41 to your computer and use it in GitHub Desktop.
Revisions
-
lyf-is-coding created this gist
Aug 22, 2023 .There are no files selected for viewing
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 charactersOriginal 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