Where Customization Begins 

  • Check .NET Framework version via CMD

 #23986  by TheAslan
 20 Oct 2012, 16:09
Here's small but very handy way to check which version of .NET Framework you have installed, because sometimes you might forget which that version was when you need that information most, so here's the tutorial:

TIP: You can use copy/paste method in CMD window too, for easier and faster usage

1. Go to startmenu and type CMD in searchbox and hit enter

2. Type following code to your CMD window and hit enter

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


Like this:

Image

3. It might take a while because CMD is retrieving version number for you so be patient.

4. Version number will show up below that code you wrote, like you can see I have version 4.5.50709 installed.