Monday, July 18, 2016

How to know .net framework version installed on your machine(Windows)?

You can find the .NET version running on your machine using the following steps:

Step 1: Open command prompt.
Press Windows Button + R for open 'Run' windows and type 'cmd' to open Command prompt.



Step 2. Copy below command and paste in your command prompt and hit enter to get latest installed version.

reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\full".

Result: