How can I use task scheduler to run a program minimized?

Anonymous
2024-07-10T02:29:35.79+00:00

I'm using task scheduler to run a program automatically all the time. I got it to open just fine, now I want it to minimize automatically. I've tried batch files, /min, /background, and there's no setting to make it minimized that I've found.

Windows for business Windows Client for IT Pros User experience Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Karelpelck 710 Reputation points
    2024-07-10T11:56:09.6866667+00:00

    Hey Trevor,

    Have you tried "start /min <program you want to start minimized>" in your batch file.

    For example if I run the command "start /min excel.exe" in a command line interface, Microsoft Excel starts minimized for me.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.