From a3439600520d2b218e2b221eb9e25fda12322b6e Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Tue, 27 Dec 2022 20:53:59 +0100 Subject: [PATCH] . --- scripts/autoconfig-all.cmd | 4 ---- scripts/cleanup-taskscheduler.cmd | 10 ---------- 2 files changed, 14 deletions(-) delete mode 100644 scripts/cleanup-taskscheduler.cmd diff --git a/scripts/autoconfig-all.cmd b/scripts/autoconfig-all.cmd index 764f1ca..c0d27af 100644 --- a/scripts/autoconfig-all.cmd +++ b/scripts/autoconfig-all.cmd @@ -248,10 +248,6 @@ rem ... remove stupid public folders call cleanup-publicdir.cmd echo. -rem ... remove ALL tasks from the scheduler -call cleanup-taskscheduler.cmd -echo. - date /t time /t echo ####### %0 ####### diff --git a/scripts/cleanup-taskscheduler.cmd b/scripts/cleanup-taskscheduler.cmd deleted file mode 100644 index 149fc6d..0000000 --- a/scripts/cleanup-taskscheduler.cmd +++ /dev/null @@ -1,10 +0,0 @@ -@echo off -set TOOLS=c:\tools - -echo ####### %0 ####### - -echo Disabling all tasks in the task scheduler ... -schtasks /change /TN "*" /DISABLE - -echo ####### %0 ####### -