index
:
pastdse.git
DSE bypass using a leaked cert and adjusting the current clock.
log msg
author
committer
range
VS-2017
main
about
summary
refs
log
tree
commit
diff
path:
root
/
driver-stop.bat
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'driver-stop.bat')
-rw-r--r--
driver-stop.bat
9
1 files changed, 9 insertions, 0 deletions
diff --git a/driver-stop.bat b/driver-stop.bat
index dcae810..32c9bb8 100644
--- a/
driver-stop.bat
+++ b/
driver-stop.bat
@@ -1,6 +1,15 @@
@echo off
set SCNAME=PastDSE
+net session >nul 2>&1
+if %ERRORLEVEL% EQU 0 (
+ echo You are running this script as admin. Fine!
+) else (
+ echo ERROR: This script requires admin privileges!
+ pause
+ exit /b 1
+)
+
echo ***************************
echo Service Name: %SCNAME%
echo ***************************