Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F7712727
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
911 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/trunk/report_templates/SOFTWARE_WindowsVersion.js b/trunk/report_templates/SOFTWARE_WindowsVersion.js
index b27cc88..5c7d44d 100644
--- a/trunk/report_templates/SOFTWARE_WindowsVersion.js
+++ b/trunk/report_templates/SOFTWARE_WindowsVersion.js
@@ -1,19 +1,19 @@
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");
-var value_len=val.length;
+
print("ProductVersion: ");
-println(RegistryKeyValueToString(val.value,val.type));
+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]));
//}
-println(" </p>");
-println("</html>");
-
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Fri, Nov 21, 7:50 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1361090
Default Alt Text
(911 B)
Attached To
Mode
rFRED fred
Attached
Detach File
Event Timeline
Log In to Comment