Windows 7 Task Scheduler Hidden setting doesn't work
Posted
by
Joshua Frank
on Super User
See other posts from Super User
or by Joshua Frank
Published on 2012-09-21T18:29:10Z
Indexed on
2013/11/07
10:00 UTC
Read the original article
Hit count: 302
windows-7
|task-scheduler
I've got a daemon process that I run on my machine every hour, and even though I've checked the Hidden
box, it doesn't work.
Every hour, the task runs, but it shows the black command window, in which my .NET Console app is running. This stays visible until the task completes, and then disappears. This is very annoying, because it pops up and interrupts whatever I'm doing:
I really do want it hidden, so how can I fix this?
© Super User or respective owner