Josemabcn 2008-12-25 10:22
It is possible a script that will allow to save the positions of icons with different names (different configurations files for example) and then restore the icons as the name you want?. The actual menu Desktop Icons->Save Positions can store only one configuration of icons.
|
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
|
|