var fDesc=new Array(); fDesc[0] = "WinExit allows to shut down Windows by double click. Click’n Run.

Beside shutting down using different shut down types (also timer or alarm triggered), WinExit also is able to log the PC usage time, and provides a clean up service during shut down - Everything with just one double click.

Since WinExit starts and stops with windows, it also can do some more jobs for you:
It is logging your usage time, which then can be displayed as a bar chart. You easily can monitor your working time per day, week or month.

You surely clean up your desk before you go, aren’t you? At least, WinExit perform this job for you, at least on your Computer. The funktion iss auto clean off .

Also Very convenient is the shut down function in combination with an alarm or timer event . You can let finish your computer certain tasks, before he would be shut down."; 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 = ''; } }