var fDesc=new Array(); fDesc[1] = ", pendrives, etc., and eliminate them if they are found suspicious. When you make a double click to access to an infected drive, the 'autorun.inf' file executes the malware and your system gets infected. This utility helps you to eliminate those files."; fDesc[2] = "criteria, and display them in one list. After finding the Registry values, you can easily jump to the right value in RegEdit."; fDesc[3] = "us analyzing the changes made to our Windows Registry. We can download the trial version available from the developer’s website, and evaluate it for a 30-days period, after installation."; fDesc[4] = "features that were missing in the inbuilt registry editing tool from Windows. RegAlyzer offers view of registry entries and keys along with their security information and change logs."; fDesc[5] = "possible to choose to scan the entire computer or just a given drive, removable device, or any other item. We can schedule automatic scans at a given time/period."; fDesc[6] = "solution for administrators and power users for maintaining the Windows registry."; fDesc[7] = "RegEdt32, Registry Workshop adds many powerful features that allow you to work faster and more efficiently with registry related tasks."; fDesc[8] = "process easier and better. This application basically extends REGEDIT; the standard Windows Registry Editor, ensuring that the user doesn’t need to pain to learn newer ways of doing the same."; fDesc[9] = "ME, 2000,XP or Vista it will allow you to have RegEdit open without going to the Key you were at last."; fDesc[10] = "Supports command-line launching and can handle custom protocol calls (regjump://) to launch RegEdit from Urls."; fDesc[12] = "explorer, fast search, drag and drop, and autocomplete address bar make it great power user's tool."; fDesc[13] = "useful features which 'RegEdit' misses, such as select root or whole registry for registry key or value search, replace and delete with one single search and which can also combine with multiple keyword string search. Another key feature of RegView is to provide registry 'record and compare' so that users can track any registry change. And better yet, you can restore those registry changes with one single click. RegView also 'record and compare' and restore ini files and any 'directory and file' change. These provides a good system recovery to restore back to original system status at the time of recording. For examples, users can use RegView to record registry, ini files and 'directory and file' before installing some application under test. Then after the test, you can use RegView to restore the system change which has been affected by that application."; fDesc[14] = "files. Alien Registry Viewer works with registry files copied from other computers."; fDesc[15] = "cable and ADSL for better performance. 2.Protect Internet Explorer. 3.Repair system setup and protect regedit."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }