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

2.png8.png9.png2.png3.png3.png7.png
Today596
Yesterday762
This week4431
This month12462
Total2892337

Visitor Info

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

Who Is Online

6
Online

piątek, 19 kwiecień 2024 13:50

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