var fDesc=new Array(); fDesc[0] = "PCAnalyzer 0.1 is a registry tool that fixes or removes registry keys whose values show some anomaly.
This tool scans all the registry values and verifies them; all these registry keys are listed and you can select all or some of them to fixed or removed to keep the good health of your registry. Once you proceed to fix the registry keys always shows the option to backup these values to restore them in case you need it. Also you can save the list of registry entries to compare after a repair.
You can backup and restore your fixed registry keys on the Backup tab and you can see the list of your backups on this tab also. The Process manager tab lists the currently running processes and you can save this list, kill any process or refresh this list. The Miscellaneous tab includes some features to provide more functionality to this tool; you can open the Hosts file to edit it, choose a file to delete when you rebooted the system, verify the existence of files or delete files.
The GUI is very easy and friendly to users; there is no documentation on the program however there is good documentation and help on its website. The installation process is very simple and easy to perform and it will require Framework 2.0 or higher to install and run; in case you don’t have Framework, this tool will download and install before to continue the installation process.
PCAnalyzer works on Windows 98 or higher platforms."; 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 = ''; } }