Closed GoogleCodeExporter closed 9 years ago
Use the "-hidden" command line parameter for that.
Original comment by j...@cp-lab.com
on 28 Aug 2013 at 1:39
Hello there, if this item is added as ""autostartup"" after adding the
"-hidden" it still doesnt start minimized/hidden no matter what i try.
Thanks for your input.
Original comment by ta...@kolailat.com
on 28 Aug 2013 at 2:38
Probably you are doing something wrong:
Open the shortcut properties and add the -hidden parameter to the executable.
It must look like this:
"C:\Program Files\Transmission Remote GUI\transgui.exe" -hidden
Original comment by j...@cp-lab.com
on 28 Aug 2013 at 2:54
Just tried the following:
1- Created a new shortcut to (run) shell:startup items
2- Target: "C:\Program Files (x86)\Transmission Remote GUI\transgui.exe" -hidden
When i try to run the shortcut normally it starts minimized, but when it tries
to autostart (windows statup apps) it doesnt start minimized.
Original comment by ta...@kolailat.com
on 28 Aug 2013 at 3:01
Indeed, sometimes transgui does not start minimized when running from the
Startup folder. Will try to find out why it happens.
Original comment by j...@cp-lab.com
on 28 Aug 2013 at 5:34
Great to hear you acknowledged the problem :)
A workaround i thought about today, create a new file transmission.bat, add the
following lines :
@echo off
start "" "C:\Program Files (x86)\Transmission Remote GUI\transgui.exe" -hidden
exit
And then include that file to your startup items and voila :)
Original comment by ta...@kolailat.com
on 28 Aug 2013 at 6:05
The issue has been fixed in r859.
The bat file will not help. Due to incorrect handling of Windows log off the
"run" file is left in the "\Users\*\AppData\Local\Transmission Remote GUI"
folder. If this file is present, transgui fails to start minimized.
You need to delete this file in your bat file and then transgui will start
minimized as expected.
Original comment by j...@cp-lab.com
on 28 Aug 2013 at 7:09
Great to hear, cant wait to try the newest version.
Original comment by ta...@kolailat.com
on 28 Aug 2013 at 7:53
Version 5.0 is available.
Original comment by j...@cp-lab.com
on 5 Nov 2013 at 6:18
Original issue reported on code.google.com by
ta...@kolailat.com
on 30 Jul 2013 at 11:56