Christian Studer 2008-12-26 11:02
Saving multiple icon configurations isn't supported directly, but you could do this manually.
For each icon layout you want to save:
1) arrange the icons as desired, then save their position via UltraMon menu > Desktop Icons > Save Positions
2) run regedit.exe and export the key 'HKEY_CURRENT_USER\Software\Realtime Soft\UltraMon Components\Saved Positions\Icons' to a .reg file
You can now restore a saved icon layout from a batch file by running the following commands:
start /wait %windir%\regedit.exe /s "C:\Temp\My Icon Layout.reg" "%ProgramFiles%\UltraMon\UltraMon.exe" /r
Christian Studer - www.realtimesoft.com
|