- Open command prompt (you can type cmd in the start menu)
- Type the following command in command prompt (exactly as written below):
- reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP"
- It will do a printout of all the .NET frameworks on the computer.
- You should get a printout like this:
Use the following command (exactly as written below) to find a more precise version number:
- reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\full" /v version