var fDesc=new Array(); fDesc[0] = "Ashampoo Registry Cleaner 2 scans the Registry for corrupted, redundant and orphaned entries, effectively decluttering and repairing the database in the process. This prevents issues frequently occurring after long system uptime. By compacting the Registry, Ashampoo Registry Cleaner 2 significantly decreases the system load during read and write operations, making your operating system faster and more stable. The minimalist and functional user interface makes this Registry cleaner also ideal for inexperienced users, as absolutely no knowledge of the inner workings of the Registry is required. While the default settings only detect entries that are safe to remove or repair, the program also comes with a backup system to undo modifications at the click of a button for extra safety.

- Program functions and features
- Intuitive, simple user interface
- Optimized search algorithms
- Eliminates redundant and extraneous entries fully automatically
- Repairs invalid and corrupted entries
- Detects Registry entries that may harm user privacy"; 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 = ''; } }