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
Open a Command Prompt window ( Windows-Key + R → type "cmd")
Copy and paste the following command:
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
Related articles