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 ####### -