<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[Implemented] Show entry &quot;Windows&quot; in the List of Apps]]></title><description><![CDATA[<p dir="auto">Please add in the list of apps the entry <strong>Windows</strong> where you show the <strong>exact version number</strong> of Windows, like:</p>
<ul>
<li>in the column <strong>Name</strong> you show: <strong>Microsoft Windows 10 Pro 64-Bit</strong></li>
<li>in the column <strong>Version</strong> you show: <strong>Version 1903 (Build 18362.356)</strong></li>
</ul>
<p dir="auto">This information is <strong>very useful</strong> so users can see the complete build number of Windows.<br />
And if they have multiple computers, they see at once if one computer has an older windows version.</p>
<hr />
<h3>Technical Info</h3>
<p dir="auto">You get all Data from the registry:</p>
<pre><code>Registry-Path: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
ProductName:   Windows 10 Pro
ReleaseId:     1903
CurrentBuild:  18362
UBR:           356
BuildLabEx:    18362.1.amd64fre.19h1_release.190318-1202
Note:          In the key "BuildLabEx" the text "amd64" indicates a 64-Bit Windows.
</code></pre>
<hr />
<p dir="auto">In this entry you group all apps that are related with Windows, like:</p>
<ul>
<li><strong>Adobe Flash Player</strong> (Windows Update tells me that there are updates for Flash, so there must be somewhere Flash in Windows)</li>
<li><strong>Microsoft OneDrive</strong></li>
<li><strong>Microsoft Silverlight</strong></li>
</ul>
<p dir="auto"><strong>Note:</strong><br />
Currently <strong>OneDrive</strong> is <strong>bundled with Office</strong>, but this is <strong>wrong</strong>, because it is also available on systems where Office is not installed.</p>
]]></description><link>https://vulndetect.org/topic/748/implemented-show-entry-windows-in-the-list-of-apps</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 01:39:44 GMT</lastBuildDate><atom:link href="https://vulndetect.org/topic/748.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 05 Oct 2019 11:08:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [Implemented] Show entry &quot;Windows&quot; in the List of Apps on Sun, 11 Feb 2024 10:03:10 GMT]]></title><description><![CDATA[<p dir="auto">This feature has been <strong>implemented</strong> in the <strong>Corporate Version</strong> of VulnDetect.<br />
Here you see a screen shot, how it looks there:</p>
<p dir="auto"><img src="/assets/uploads/files/1707645761215-2024-02-10_19h25_53.png" alt="2024-02-10_19h25_53.png" class=" img-fluid img-markdown" /><br />
<img src="/assets/uploads/files/1707645768387-2024-02-10_19h26_20.png" alt="2024-02-10_19h26_20.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Therefore, I mark this topic as <strong>Implemented</strong>.</p>
]]></description><link>https://vulndetect.org/post/6765</link><guid isPermaLink="true">https://vulndetect.org/post/6765</guid><dc:creator><![CDATA[OLLI_S]]></dc:creator><pubDate>Sun, 11 Feb 2024 10:03:10 GMT</pubDate></item><item><title><![CDATA[Reply to [Implemented] Show entry &quot;Windows&quot; in the List of Apps on Tue, 28 Dec 2021 22:57:59 GMT]]></title><description><![CDATA[<p dir="auto"><strong><a class="plugin-mentions-user plugin-mentions-a" href="/user/tom" aria-label="Profile: Tom">@<bdi>Tom</bdi></a></strong> VulnDetect shows the entry <strong>Microsoft Windows 10 Pro</strong> and as far as I can see this topic here can be closed.<br />
Or is there any specific reason, why you want to leave it opened?</p>
]]></description><link>https://vulndetect.org/post/5220</link><guid isPermaLink="true">https://vulndetect.org/post/5220</guid><dc:creator><![CDATA[OLLI_S]]></dc:creator><pubDate>Tue, 28 Dec 2021 22:57:59 GMT</pubDate></item><item><title><![CDATA[Reply to [Implemented] Show entry &quot;Windows&quot; in the List of Apps on Sun, 06 Oct 2019 20:55:23 GMT]]></title><description><![CDATA[<p dir="auto">If you want to show the version information like I have it above, then you need to concatenate the following values:</p>
<p dir="auto">In the column <strong>Name</strong> you need to concatenate:</p>
<ul>
<li>Text <strong>"Microsoft "</strong> +</li>
<li>Registry Value <strong>&lt;ProductName&gt;</strong> +</li>
<li>Text <strong>" 64-Bit"</strong> if Registry Value <strong>&lt;BuildLabEx&gt;</strong> contains "amd64" +</li>
</ul>
<p dir="auto">This will result in <strong>Microsoft Windows 10 Pro 64-Bit</strong></p>
<hr />
<p dir="auto">In the column <strong>Version</strong> you need to concatenate:</p>
<ul>
<li>Text <strong>"Version "</strong> +</li>
<li>Registry Value <strong>&lt;ReleaseId&gt;</strong> + Text <strong>" (Build "</strong> +</li>
<li>Registry Value <strong>&lt;CurrentBuild&gt;</strong> + Text <strong>"."</strong> +</li>
<li>Registry Value <strong>&lt;UBR&gt;</strong> + Text <strong>")"</strong></li>
</ul>
<p dir="auto">This will result in <strong>Version 1903 (Build 18362.356)</strong></p>
]]></description><link>https://vulndetect.org/post/3197</link><guid isPermaLink="true">https://vulndetect.org/post/3197</guid><dc:creator><![CDATA[OLLI_S]]></dc:creator><pubDate>Sun, 06 Oct 2019 20:55:23 GMT</pubDate></item></channel></rss>