var fDesc=new Array(); fDesc[0] = "'Show Windows' is the command-line tool to manage Windows opened by all running processes on your system.

With current version of ?Show Windows? you can do following things,

* View all open Windows/Apps
* Windows opened by particular User
* Windows opened by particular Process
* Search for Windows with specified Title
* Close the Window
* Kill the selected Process


In Penetration Testing environment, it will help you to discover interesting details such as Files currently opened by the person, what songs/videos being played, what websites being watched etc.

'Show Windows' is available in both 32 bit & 64 bit versions. It works on all Windows Platforms starting from Windows XP to latest version, Windows 8."; 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 = ''; } }