w10install/scripts/cleanup-taskscheduler.cmd

11 lines
176 B
Batchfile
Raw Normal View History

2022-12-27 17:15:05 +01:00
@echo off
2022-12-27 19:54:32 +01:00
set TOOLS=c:\tools
2022-12-27 17:15:05 +01:00
echo ####### %0 #######
2022-12-27 20:21:29 +01:00
echo Disabling all tasks in the task scheduler ...
schtasks /change /TN "*" /DISABLE
2022-12-27 17:15:05 +01:00
echo ####### %0 #######