11 lines
176 B
Batchfile
11 lines
176 B
Batchfile
@echo off
|
|
set TOOLS=c:\tools
|
|
|
|
echo ####### %0 #######
|
|
|
|
echo Disabling all tasks in the task scheduler ...
|
|
schtasks /change /TN "*" /DISABLE
|
|
|
|
echo ####### %0 #######
|
|
|