aboutsummaryrefslogtreecommitdiff
path: root/driver-stop.bat
diff options
context:
space:
mode:
Diffstat (limited to 'driver-stop.bat')
-rw-r--r--driver-stop.bat14
1 files changed, 14 insertions, 0 deletions
diff --git a/driver-stop.bat b/driver-stop.bat
new file mode 100644
index 0000000..dcae810
--- /dev/null
+++ b/driver-stop.bat
@@ -0,0 +1,14 @@
+@echo off
+set SCNAME=PastDSE
+
+echo ***************************
+echo Service Name: %SCNAME%
+echo ***************************
+
+sc stop %SCNAME%
+echo ***************************
+sc delete %SCNAME%
+
+REM fsutil usn deleteJournal /D C:
+REM pause
+timeout /t 3 \ No newline at end of file