logman pode criar alertas que podem monitorar alguns parâmetros do sistema e executar uma tarefa agendada. com shctasks você pode criar essa tarefa.
:: create task that will be executed by logman
SCHTASKS /create /tn "HIGH_CPU" /tr "TOMCAT_DIR/bin/shutdown.bat" /sc ONCE /sd 01/01/1910 /st 00:00
::Set logman threshold
Logman.exe create alert high_cpu -th "\Processor(_Total)\%% Processor Time>98" -tn "HIGH_CPU"