You are not logged in.
Pages: 1
How can Shutter start a program only if it is not already running?
And how start a program always as administrator?
Offline
How can Shutter start a program only if it is not already running?
Currently it can't, but it may be possible to add such option in future.
You can use Windows Task Scheduler, to start a program only if it is not already running.
And how start a program always as administrator?
Configure Applications to Always Run as an Administrator
In summary: Right-click on the executable or shortcut, open Properties, Compatibility tab, enable Run this program as an administrator.
Offline
Many thanks, for the link also.
You can use Windows Task Scheduler, to start a program only if it is not already running.
How could I do it? Task Scheduler now opens a program at a special time, but how could I make it to only open it when it is not already running?
Offline
How could I do it? Task Scheduler now opens a program at a special time, but how could I make it to only open it when it is not already running?
Create Task > Settings tab > If the task is already running ... Do not start a new instance.
This might mean that you will always have to use the configured task to start your program, otherwise it may not be able to detect an already running instance. Try both ways to know for sure.
Offline
Many thanks.
Ah yes, that option is set by default:
This might mean that you will always have to use the configured task to start your program, otherwise it may not be able to detect an already running instance.
Yes, it appears it works like that, a new instance always is opened. So I would have to open the same program always with that task, not that convenient, I guess.
Alright, many thanks again
Offline
Shutter can also start an application only if it is not running.
The example starts the windows calculator at 14:55:30 only if it is not running (logic have to set as "all"):
Last edited by 101 (2017-11-11 17:19)
Offline
Thank you.
What does the line mean next to "Process": "Stops "calc.exe"..."?
Offline
"calc.exe" is the process name of the calculator application and it's only an example for the process name of your application. Replace it with the process name of your application which you want to run only if it is not running. "Stops" means that the action is executed if the process (in this example "calc.exe" for the calculator application) of the application which you want to run isn't running.
You can test the example with absolutely no risk on your machine. Set the time you want and then it will only start the windows calculator if it is not running at this time (+ up to 15 seconds for the check interval with this example).
Last edited by 101 (2017-11-12 07:02)
Offline
Alright, I understand, thank you very much!
Offline
Pages: 1