diff options
-rw-r--r-- | PastDSE.sln | 3 | ||||
-rw-r--r-- | driver-start.bat | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/PastDSE.sln b/PastDSE.sln index fec2fd8..425b1d7 100644 --- a/PastDSE.sln +++ b/PastDSE.sln @@ -9,6 +9,9 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PastDSECtrl", "PastDSECtrl\ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0A9168C8-BEF5-4D49-9418-BD83423885E5}" ProjectSection(SolutionItems) = preProject + driver-sign.bat = driver-sign.bat + driver-start.bat = driver-start.bat + driver-stop.bat = driver-stop.bat README.md = README.md EndProjectSection EndProject diff --git a/driver-start.bat b/driver-start.bat index acb4824..ce06171 100644 --- a/driver-start.bat +++ b/driver-start.bat @@ -1,7 +1,7 @@ @echo off set SCNAME=PastDSE set DRIVER="%~dp0\x64\Debug\PastDSEDriver.sys" -if not exist %DRIVER% set DRIVER="%~dp0\bin\x64\Debug\PastDSEDriver.sys" +if not exist %DRIVER% set DRIVER="%~dp0\bin\x64\Debug\PastDSEDriver-cert_0.sys" net session >nul 2>&1 if %ERRORLEVEL% EQU 0 ( |