var fDesc=new Array(); fDesc[0] = "WinTasks 5 Standard Edition is a tool designed to provide you with an option to the classical Windows Tasks Manager, accessible through the Ctrl+Alt+Del key combination. Not a very nice interface lists all the running processes on the system for you, so you can see the use of resources that each one do. The information of the list is: Name of the process; Executable, showing the location of the executable file for the process; Priority, varying form Low to High; Threads; CPU usage, expressed in percentage and MEM usage, the memory usage expressed also in percentage.
So, what can you do with WinTasks 5? First of all, you can access to detailed information about each process running on your system so you can know exactly what they do. You can stop any process you want anytime, of course taking into account the risks involved such as system crashes. Also, you can increase and decrease the priority of the process according to your need and use. You can start a new process right from the WinTasks 5 by pushing the Start button on the toolbar and then a window will open for you to browse the executable file. Optionally, you can just type in the file name on a textbox available, but it’ll require that you remember it.
A pretty cool tool included in the WinTasks 5 is a Process Library accessible with a click of your mouse. If you launch it with a process selected on the list, the description of the selected process will be automatically displayed. Additionally, you can type in the name of a process you want to know about and press the Search button. It will perform an online search for you and display the results. If you don’t get any results you can report the missing file so it can be added to the database. You also can send comments about the process and check for updates on the Internet."; 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 = ''; } }