var fDesc=new Array(); fDesc[0] = "TaskLayout is a portable liteware Windows utility which allows to save and restore desktop layout(a set of specified apps/windows with corresponding positions on the screen) in a single click/hotkey.
- save active desktop layout(list of running applications, corresponding window positions, etc)
- specify any custom commands as a part of layout(e.g. "mailto:1@1.com", sleep windows, etc)
- use commands library to select command from a set of standard ones
- import BAT files/Windows shortcuts for fast migration
- explore visible windows with Finder tool(retrieve command line and other properties)
- assign hotkeys to restore/close layout
- autorun for periodic actions(e.g. lock Windows every 1 hour to have a break)
- sequential application startup for slow computers when restoring layout
- check updates from website
- installation is not required"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }