Framework Version - how to tell ?

  • Thread starter Thread starter peteZ
  • Start date Start date
P

peteZ

Is there a way I can determine (via cmd line) what ver of the .NET framework
is installed on a particular computer ?

- peteZ
 
Is there a way I can determine (via cmd line) what ver of the .NET framework
is installed on a particular computer ?

There can be multiple versions of the framework installed. You can
list them with

dir /a:d %windir%\Microsoft.NET\Framework



Mattias
 
mattias,

perfect - many thanks,

- peteZ


Mattias Sjögren said:
There can be multiple versions of the framework installed. You can
list them with

dir /a:d %windir%\Microsoft.NET\Framework



Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top