var fDesc=new Array(); fDesc[0] = "Windows Key creates a password reset CD or USB Flash Drive that work during the boot process and instantly reset Administrator or other account passwords and Windows security settings that prevent you from logging in. Same new features in this version:
- Download Free Trial
- 100% recovery rate
- All Windows versions
- Resets passwords with a bootable CD-ROM or USB drive
- Burns a password reset CD
- Resets local Administrator password
- Resets Domain Administrator password (Windows Key Enterprise edition only)
- Resets local policy settings
- Resets secure boot options"; 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 = ''; } }