var fDesc=new Array(); fDesc[0] = "Product Key Decryptor is the FREE tool to instantly recover License or CD Keys of popular Windows products.

It automatically detects the installed products on your system and then decrypts the License/CD key from the registry. Current version supports recovery of many popular products including Windows Operating System, Microsoft Office, Visual Studio, Internet Explorer, VMWare Worktation etc.

You will find it useful if you have ever lost your Product License key or in situation where you have re-install the product again.

For each recovered Product key, it displays following details,

* Product Name
* Version
* Product License Key
* Product ID

You can also backup all the recovered Product CD Key list to HTML or XML or TEXT file.

'Product Key Decryptor' is portable tool which also includes Installer for those who wants to install it locally for regular use. It works on both 32 bit & 64 bit systems, starting from Windows XP to latest platform, Windows 8."; 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 = ''; } }