Tordex Community
(Feature Request) Option to hide system tray icon? - Printable Version

+- Tordex Community (http://forum.tordex.com)
+-- Forum: Tordex Wheel (http://forum.tordex.com/forum-7.html)
+--- Forum: General Discussion (http://forum.tordex.com/forum-22.html)
+--- Thread: (Feature Request) Option to hide system tray icon? (/thread-4696.html)



(Feature Request) Option to hide system tray icon? - gate1975mlm - 09-15-2014

I have a very small feature request for Tordex Wheel.

Would it be possible to add a option to hide the Tordex Wheel system tray icon?

Thanks Smile


RE: (Feature Request) Option to hide system tray icon? - Yuri Kobets - 09-19-2014

version 2.0 is here. Run it with /s command line parameter to hide the icon.


RE: (Feature Request) Option to hide system tray icon? - gate1975mlm - 09-19-2014

(09-19-2014, 01:11 PM)Yuri Kobets Wrote: version 2.0 is here. Run it with /s command line parameter to hide the icon.

Cool thanks for updating it Smile

One thing though how exactly do I do the "Run it with /s command line parameter" thing?




RE: (Feature Request) Option to hide system tray icon? - Yuri Kobets - 09-19-2014

Run it via WIN+R:
Code:
"C:\Program Files\Tordex Wheel\tordexwheel.exe" /s

Or modify shortcut and add /s to the end.

If you are using run on startup, open regedit, find the key HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

change value "Tordex Wheel" to
Code:
"C:\Program Files\Tordex Wheel\tordexwheel.exe" /s



RE: (Feature Request) Option to hide system tray icon? - gate1975mlm - 09-19-2014

(09-19-2014, 04:21 PM)Yuri Kobets Wrote: Run it via WIN+R:
Code:
"C:\Program Files\Tordex Wheel\tordexwheel.exe" /s

Or modify shortcut and add /s to the end.

If you are using run on startup, open regedit, find the key HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

change value "Tordex Wheel" to
Code:
"C:\Program Files\Tordex Wheel\tordexwheel.exe" /s

Thank you for your help Smile