This commit is contained in:
Michael H.G. Schmidt 2022-12-27 20:53:59 +01:00
parent 256be5c210
commit a343960052
2 changed files with 0 additions and 14 deletions

View File

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

View File

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