aboutsummaryrefslogtreecommitdiff
path: root/driver-start.bat
diff options
context:
space:
mode:
Diffstat (limited to 'driver-start.bat')
-rw-r--r--driver-start.bat2
1 files changed, 1 insertions, 1 deletions
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 (