var fDesc=new Array(); fDesc[0] = "Windows License Key Dump is the free command-line tool to recover the product/serial Keys of all versions of Windows including new Windows 10 version and 200+ other popular software.It automatically detects and decrypts the license/serial keys of over 200+ popular software including Office, SQL Server, Adobe, Nero and many more.

By default, it dumps all the recovered license key list to console. Now with version v2.0 onwards, you can also save the Windows License Key list to TEXT file."; 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 = ''; } }