Pavy 2010-04-08 21:25
Is there any way to store the Smart Taskbar status (enabled or disabled) in the profile?
Thanks
|
Christian Studer 2010-04-09 08:47
That's not supported, but it might be possible to do this with a custom script. How many different display configurations do you use?
Christian Studer - www.realtimesoft.com
|
Pavy 2010-04-11 17:25
Thanks Christian
I use 4 different display configurations. But just three are stored in profiles. One should be with Smart Taskbar and two without.
|
Christian Studer 2010-04-12 10:40
You could do this with a batch (.bat) file which applies the profile you want to use, and either stops or starts the Smart Taskbar.
Here's a sample:
"%APPDATA%\Realtime Soft\UltraMon\3.0.10\Profiles\3 mons HDMI.umprofile" "%ProgramFiles%\UltraMon\UltraMonTaskbar.exe" /stop
The first line applies a display profile named '3 mons HDMI', and the second line stops the Smart Taskbar.
If you want to start the Smart Taskbar, put the following into the batch file instead:
"%ProgramFiles%\UltraMon\UltraMonTaskbar.exe"
Christian Studer - www.realtimesoft.com
|