HackGh Community Forum
How to Check Which Version of Microsoft .NET Framework is Installed in Windows?  Empty


Free counters!
Staff Online
Staff Online
Members2390
Most Online179
Newest Member
https://hackgh.forumotion.com/u2487


You are not connected. Please login or register

How to Check Which Version of Microsoft .NET Framework is Installed in Windows?

View previous topic View next topic Go down  Message [Page 1 of 1]

technology

technology
Contributor
How to Check Which Version of Microsoft .NET Framework is Installed in Windows?  7214-i11

There are 2 easy way to get to know the version of .NET Framework installed:


  • Using Windows Explorer
  • Using Command Prompt


Method 1. Using Windows Explorer

All Microsoft .Net Framework versions are installed in the same windows location:

%windir%\Microsoft.NET\Framework\


Just copy the above link and paste it in RUN or in Explorer Address bar then hit Enter.

How to Check Which Version of Microsoft .NET Framework is Installed in Windows?  Uuuuuu10



Here in this folder, you can find out which versions are installed.

Method 2. Using Command Prompt

Open Command Prompt
Type CMD in RUN then OK


Copy the following command and Paste in Command Prompt (CMD).



wmic /namespace:\\root\cimv2 path win32_product where "name like '%%.NET%%'" get version

How to Check Which Version of Microsoft .NET Framework is Installed in Windows?  Captur21

View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum