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.png1.png7.png2.png6.png6.png0.png
Today19
Yesterday1134
This week7430
This month12046
Total3172660

Visitor Info

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

Who Is Online

7
Online

sobota, 12 kwiecień 2025 00:19

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