Post Reply

Forums -> UltraMon™ -> Integrate "Icon Restore" in Profiles?
Christoph   2012-01-01 03:57
Hi, I'm, using 64-bit Windows 7 UltraMon 3.1.0

I created two profiles...
Profile 1: One monitor "Office-Mode"
Profile 2: Two Screens (Monitor & TV) "Play Mode"

When I switch back from Profile 2 to Profile 1 my Icons are a little bit derranged and I always have to click manual on the UltraMon Option "Restore Icon Positions".
Is it possible to integrate this "Restore Icon"- action in the "Profile 1" to automate this?

Thanks for an answer...
Chris
Christian Studer   2012-01-01 06:43
You could do this with the ApplyProfileAndRestoreIcons script, you'll need to set the first line of the script to the name of the profile, and the second line to an empty string, for example:

Const PROFILE = "Office-Mode"
Const ICON_POS_FILE = ""

If you want the script to show up under UltraMon menu > Display Profiles, place it into the Display Profiles folder (you can open this via UltraMon menu > Display Profiles > Manage Display Profiles).

Christian Studer - www.realtimesoft.com
Christoph   2012-01-02 00:03
Works great!
Thanks a lot...
Forums -> UltraMon™ -> Integrate "Icon Restore" in Profiles?

Post Reply