w10install/scripts/cleanup-taskscheduler.cmd
Michael H.G. Schmidt 256be5c210 .
2022-12-27 20:21:29 +01:00

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