var fDesc=new Array(); fDesc[0] = "Karen’s Computer Profiler is an interesting software for those who are interested in discovering the specifics of their computer. It gives even minor information about memory, CPU, and operating system of the computer. Along with that, the power source of the computer is also displayed. All these information can be copied down to the clipboard and for a permanent storage it can be pasted in form of a document.

Karen's Computer Profiler downloads for installing, along with VB6 Source Code for programmers. Visual Basic Runtime v6.0 can be downloaded by Karen’s Computer Profiler whenever it is needed.

Starting from version 1.1 till the latest version that is version 2.5.3, there have been a number of changes. Many demerits have been controlled and performance has been enhanced. Now finally, version 2.5.3 has been unveiled, which obtained memory statistics on computers with large memory like 2GB or 4GB.

As a whole, a great option for the tech savvy people who would love to spend a while learning loads about the internal details of their operating system, memory, SCSI bus, PCMCIA Card bus, or PCI Adapter card bus."; 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 = ''; } }