oiiwj
Weaksauce
- Joined
- Nov 24, 2016
- Messages
- 96
Hello,
i think (not sure) in batch scripts one can use:
start "" /MIN "C:\Windows\System32\taskmgr.exe"
(maybe use /B instead of /MIN)
but when i use Win.+R it do not seem to accept "start". The process i want to run opens a windows shell/terminal and when i close terminal, the app terminates.
Also when i create a shortcut to that .exe and in shortcut properties append "/MIN", it has no effect, still the terminal window is visible. I solved it by downloading Quiet.exe from http://www.joeware.net/freetools/tools/quiet/index.htm
into C:\Windows\System32
and then modifying the shortcut path to:
C:\Windows\System32\Quiet.exe "C:\my.exe"
And it works, window do not bother me anywhere and process is running.
i think (not sure) in batch scripts one can use:
start "" /MIN "C:\Windows\System32\taskmgr.exe"
(maybe use /B instead of /MIN)
but when i use Win.+R it do not seem to accept "start". The process i want to run opens a windows shell/terminal and when i close terminal, the app terminates.
Also when i create a shortcut to that .exe and in shortcut properties append "/MIN", it has no effect, still the terminal window is visible. I solved it by downloading Quiet.exe from http://www.joeware.net/freetools/tools/quiet/index.htm
into C:\Windows\System32
and then modifying the shortcut path to:
C:\Windows\System32\Quiet.exe "C:\my.exe"
And it works, window do not bother me anywhere and process is running.