There is an easier way to get the exact version .NET version installed on your machine from a cmd prompt. Just follow the following instructions;
- Open the command prompt (i.e Windows + R → type "cmd").
- Type the following command, all on one line:
reg query "HKEY_LOCAL_MACHINESOFTWAREMicrosoftNET Framework SetupNDP"
(This will list all the .NET versions.)
- If you want to check the latest .NET 4 version.
- Type following instruction, on a single line:
reg query "HKEY_LOCAL_MACHINESOFTWAREMicrosoftNET Framework SetupNDPv4full" /v version
Please find the attached image below to see how it is shown.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…