Nope, you can’t check it from Apps and Features or Programs and Features! We have already share a software called .NET Framework detector which can list down the frameworks installed and supported by your system. Although it is an easier way to check but sometimes it becomes difficult to install the software on every system if you are a developer or a network admin. Windows 10 Version 1803 has .NET Framework 4.7.2 installed by default. There are a few ways we can check which versions of .NET Framework are installed using command line. Let’s go through them one by one.

How to check .NET Framework Version Using Command Line

1- Using Windows directory

Here we are going to check which .Net Framework is installed on your computer through command line. Simply open command Prompt from the start and then type any of the following commands dir %windir%\Microsoft.NET\Framework /AD

It will show the list of all the directories with all the versions installed along with the latest ones. Once you are in the directory then to check which latest version is installed type .\MSBuild.exe -version For example, if I want to check the exact version for .NET Framework 4, I will run the following commands in sequence:

2- Using WMIC

You can list down the default (latest one) .NET Framework being used by the system using the WMIC command: If you want a list of all versions installed on your computer, you can also use the following command: This command is basically a rip-off of the first method we used above. This will not give you the exact version number as you still have to use the MSBuild command as listed above to get the exact version number. Which method do you use for checking the installed .NET Framework version? Also see:

Download .NET Version Detector With .NET Framework 4.7 SupportCheck What Version Of Firefox Do You Have Installed On Your SystemHow to Install And Check Python Version In Windows, Mac, & LinuxInstall Any .NET Version Using Command LineCheck If Your PC has TPM Module Installed For Windows 11 Installation