Identify .Net Framework version

When installing our software for the first time or updating software to a new version that requires a specific .Net Framework installed.

Step-by-step guide

  1. Open a Command Prompt window ( Windows-Key + R → type "cmd")

  2. Copy and paste the following command:  

  3. Press enter.

reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\full" /v version

 

The above command checks the latest .NET 4 version

To view other version info:

reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP