How to Find What .NET Versions Are Installed in Windows

Now days lots of application are designed under .NET environment and sometimes trying to find what version of .NET Framework is is installed in that machine is kind complicated.

Personally, the easy way to find out the versions of .NET that are installed in Windows Machine is by running an command in the run command. These are the steps:

  • Press the Windows Key (logo) + r in your keyboard and this will open a run command window

image

  • Now, type the following path in the run command.

%systemroot%Microsoft.NETFramework

image

  • The above command will bring to a window where you will see all version of .NET Framework installed in that machine.

image