Celeb Glow
news | February 27, 2026

How to disable a certain task scheduler history?

Is there a way/method to disable a single task history logging? I running a script that will automate execution every minute, hence the history expand rapidly and cause lagging. I want disable a single task history only, not All Tasks history. If no, is there any way to handle this kind of situation of rapid logging?

1 Answer

Is there a way/method to disable a single task history logging?

You cannot enable or disable event logging on a single task. This is due to the fact, all the event logging, is going into a single event log.

Unfortunately, you cannot enable history for specific tasks on Task scheduler, this feature is default by design on Windows.

If no, is there any way to handle this kind of situation of rapid logging?

You would have to use something other then a task.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy