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.png0.png4.png4.png2.png0.png3.png
Today842
Yesterday1020
This week9085
This month19104
Total3044203

Visitor Info

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

Who Is Online

3
Online

niedziela, 24 listopad 2024 17:11

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