How? Run a program hidden in Windows 10

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Automate it
Posts: 3
Joined: 12 May 2021, 17:50

How? Run a program hidden in Windows 10

12 May 2021, 17:58

Hi there

please, I want to Launch Application In Hidden Mode

Code: Select all

Run C:\Program Files (x86)\Admiral Markets MT4\terminal.exe
Thank You.

:shifty:
User avatar
mikeyww
Posts: 26885
Joined: 09 Sep 2014, 18:38

Re: How? Run a program hidden in Windows 10

12 May 2021, 18:46

One approach could be to use Run's Hide option.
Automate it
Posts: 3
Joined: 12 May 2021, 17:50

Re: How? Run a program hidden in Windows 10

12 May 2021, 20:25

mikeyww wrote:
12 May 2021, 18:46
One approach could be to use Run's Hide option.
Thank you mikeyww
I tried, but did not succeed٫
User avatar
mikeyww
Posts: 26885
Joined: 09 Sep 2014, 18:38

Re: How? Run a program hidden in Windows 10

12 May 2021, 20:52

Post your script to receive feedback about it. Just saying that it did not work limits the ways in which readers can help you.

I do not have that program. WinHide provides another way to hide a window.
Automate it
Posts: 3
Joined: 12 May 2021, 17:50

Re: How? Run a program hidden in Windows 10

12 May 2021, 22:49

mikeyww wrote:
12 May 2021, 20:52
Post your script to receive feedback about it. Just saying that it did not work limits the ways in which readers can help you.

I do not have that program. WinHide provides another way to hide a window.

Thank You Very Much Mikeyww

It's Working Now, but Not at the Best.
How It Work → Application Run → Unhide → Hide → Unhide

Please, Look How Its Work:
youtube.com/watch?v=iJf6tXs9usQ

Code: Select all

SC06A::
Run, C:\Program Files (x86)\Admiral Markets MT4\terminal.exe
WinWait, ahk_class MetaQuotes::MetaTrader::4.00
WinHide
Sleep, 3000
WinShow
return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Google [Bot], Theda and 269 guests