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