INFORMATICS

The Best

Przełącznik języka

Zaproś mnie na KAWE

Jeżeli podoba Ci się strona i chcesz wspomóc projekt!

Postaw mi kawę na buycoffee.to

This Site

Płatnik

CMS

Hardware

Uncategorised

Emulators

Powershell

Storage Array

DNS

Antivirus program

Licznik

3.png6.png0.png0.png9.png1.png7.png
Today213
Yesterday778
This week4168
This month2468
Total3600917

Visitor Info

  • IP: 10.1.251.96
  • Browser: Unknown
  • Browser Version:
  • Operating System: Unknown

Who Is Online

4
Online

czwartek, 04 czerwiec 2026 06:33

How do I find the .NET version

Gwiazdka nieaktywnaGwiazdka nieaktywnaGwiazdka nieaktywnaGwiazdka nieaktywnaGwiazdka nieaktywna
 

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;

1. Open the command prompt (i.e Windows + R → type "cmd").

2. Type the following command, all on one line:

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

(This will list all the .NET versions.)

3. If you want to check the latest .NET 4 version.

4. Type following instruction, on a single line:

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


or type the following in the command line: dir /b /ad /o-n %systemroot%\Microsoft.NET\Framework\v?.*

Search