Does Windows 8.1 come pre-installed with .NET Framework and VC++?

Millinery 71 Reputation points
2020-10-03T16:39:18.107+00:00

I recently installed Windows 8.1 on my computer.
But when I checked in Programs and Features - Uninstall or Change a Program there was no .NET Framework and VC++.
However, when I use the query

reg query "HKLM\SOFTWARE\Microsoft\Net Framework Setup\NDP\v4" /s

on CMD, I get the following result:
29960-cmd.png

So, does Windows 8.1 come pre-installed with .NET Framework and VC ++?
P/s: I don't know if the VC++ test method is installed ?!
Thank you so much.

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,770 questions
0 comments No comments
{count} votes

Accepted answer
  1. Leon Laude 85,666 Reputation points
    2020-10-03T16:46:58.683+00:00

    Hi,

    Windows 8.1 comes with a pre-installed .NET Framework, you can check more which version over here:

    .NET Framework versions and dependencies
    https://learn.microsoft.com/en-us/dotnet/framework/migration-guide/versions-and-dependencies

    As for the VC++, they normally come with the application itself, or sometimes you need to download and install it manually.

    ----------

    (If the reply was helpful please don't forget to upvote or accept as answer, thank you)

    Best regards,
    Leon

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful