.
This commit is contained in:
parent
256be5c210
commit
a343960052
@ -248,10 +248,6 @@ rem ... remove stupid public folders
|
|||||||
call cleanup-publicdir.cmd
|
call cleanup-publicdir.cmd
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
rem ... remove ALL tasks from the scheduler
|
|
||||||
call cleanup-taskscheduler.cmd
|
|
||||||
echo.
|
|
||||||
|
|
||||||
date /t
|
date /t
|
||||||
time /t
|
time /t
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
@ -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 #######
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user