Answer the question
In order to leave comments, you need to log in
How to create a task via schtasks so that it runs in minimized mode?
You need to create a start notepad task on the command line so that it starts in minimized mode without the BAT file . I understand that the task is created like this:
schtasks /create /sc once /tn note /tr notepad.exe /st 00:00
start /min notepad
Answer the question
In order to leave comments, you need to log in
start /min notepad | schtasks /create /sc once /tn note /tr notepad.exe /st 00:00
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question