var fDesc=new Array(); fDesc[0] = "Restores your computer to its original configuration discarding unwanted computer changes. Just log off or reboot. Clean Slate is easy yet powerful.
Clean Slate is designed to protect public access computers from malicious or inexperienced users. While not restricting users’ activities, Clean Slate will scour drives back to their original state upon reboot or log off. Clean Slate takes only minutes to install and needs no attention, ever, for most installations.
Main Features:
- Discards unwanted changes
- Accommodates Windows Critical Updates
- Allows software deployment tools like Altiris® and LANDesk ®
- Accommodates finicky and security averse programs
- Protection from rogue administrators
- Blocks execution of any program
- Allows permanent saves when wanted
- Allows antivirus signature updates
- Provides the perfect learning environment
- Protects your computers
- Ideal security"; 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 = ''; } }