Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F6779800
SOFTWARE_WindowsVersion.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
491 B
Referenced Files
None
Subscribers
None
SOFTWARE_WindowsVersion.js
View Options
println("<html>");
println(" <head><title>Windows version info</title></head>");
println(" <body>");
println(" <h2>Windows version info</h2>");
println(" <p>");
var val=GetRegistryKeyValue("\\Microsoft\\Windows NT\\CurrentVersion","ProductName");
print("ProductVersion: ");
var str_value=RegistryKeyValueToString(val.value,val.type);
println(str_value);
println(" </p>");
println("</html>");
//for(var i=0;i<(val.length-1);i+=2) {
// print(String.fromCharCode(val.value[i]));
//}
File Metadata
Details
Attached
Mime Type
text/html
Expires
Tue, Sep 16, 4:32 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1318618
Default Alt Text
SOFTWARE_WindowsVersion.js (491 B)
Attached To
Mode
rFRED fred
Attached
Detach File
Event Timeline
Log In to Comment