November 30, 2015

[Windows7] Creating on-top window of SW registered in task scheduler

□ In some cases, softwares registered in Task Scheduler(.HTML etc.) doesn't create on-top window. Sometimes, if you don't check taskbar you may don't know the scheduled software is running.

□ Solution : execute indirectly by using a batch file

○ Prepare file : A(for execute)
○ Prepare file : B(for execute A / batch file(.bat))
- start /max "A location"
(A Without option "/max" does not create on-top window)
○ Register B at task scheduler