var WSHShell = WScript.CreateObject("WScript.Shell");
var ProductKey =
WSHShell.RegRead("HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Productkey");
WSHShell.Popup(ProductKey, 0, "Windows 98 Product CD Key", 64);