Click here to Skip to main content
15,885,244 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 84K   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

 
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.