Tordex Community

Full Version: (Feature Request) Option to hide system tray icon?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
version 2.0 is here. Run it with /s command line parameter to hide the icon.
(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?

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
(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