Click here to Skip to main content
15,881,803 members
Articles / Web Development / ASP.NET
Tip/Trick

Check which .NET Framework version is installed from command line

Rate me:
Please Sign up or sign in to vote.
4.88/5 (12 votes)
1 Nov 2012CPOL 83.9K   12   7
Check which .NET Framework version is installed from command line

Introduction 

This article will help you to know which .NET Framework version is installed from command line.

Check which .NET Framework version is installed from command line

dir %WINDIR%\Microsoft.Net\Framework\v*
dir %WINDIR%\Microsoft.Net\Framework\v* /O:-N /B

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
India India
IT Analyst/ Senior Software Engineer with 4+ years of experience in MS.NET Technologies

Comments and Discussions

 
SuggestionHere are latest versions Pin
Duzher13-Jun-18 4:51
Duzher13-Jun-18 4:51 
Questionnice Pin
Ankita M7-Mar-14 1:43
Ankita M7-Mar-14 1:43 
GeneralCongratulations Pin
pacogarciafer10-Dec-13 21:05
pacogarciafer10-Dec-13 21:05 
GeneralMy vote of 5 Pin
hims0562-Nov-12 0:47
hims0562-Nov-12 0:47 
Questionhow about 4.5? Pin
Member 40506751-Nov-12 22:47
Member 40506751-Nov-12 22:47 
AnswerRe: how about 4.5? Pin
Member 16781-Nov-12 23:44
Member 16781-Nov-12 23:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.