w10install/scripts/cleanup-taskscheduler.cmd
Michael H.G. Schmidt 12d13e8c60 .
2022-12-27 19:54:32 +01:00

14 lines
281 B
Batchfile

@echo off
set TOOLS=c:\tools
echo ####### %0 #######
echo removing all tasks in the task scheduler ...
schtasks /delete /TN * /F
echo deleting folders in the task scheduler ...
powershell -command %TOOLS%\scripts\cleanup-taskscheduler.ps1
echo ####### %0 #######