How to Run 3rd-Party Programs Silently through the Command Line by SilentRun

Опубликовано: 24 Март 2026
на канале: SoundsGreat
82
1

SilentRun is a Windows software utility and it provides the command line mode, which allows you to run 3rd-party programs silently through the command line. It automatically hides the interface of these programs and places them in the background to run silently. The command line mode also supports providing parameters to invoked programs and EXEs.

More details: https://autoclose.net/silentrun.html

Command Line Usage

SilentRun.exe -t [The time of EXE program initialization] -r [process priority] -m [mute] -e [EXE Path] [EXE Parameters]

-t The time of EXE program initialization, milliseconds.

-r The process priority of the EXE to be called.
0=Realtime (Highest)
1=High
2=Normal
3=Low
4=Idle(Lowest)

-m Mute the EXE.
0=Mute
1=No Mute

-e The full path of the EXE to be called. If there are spaces in the full path, please enclose the path in double quotes.

If you want to add parameters for the EXE, you can add them after the EXE full path.


FULL EXAMPLE:
SilentRun.exe -t 1000 -r 4 -m 0 -e "D:\Update tool\upd-tool.exe" -v 1 -s server2