Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to find which .NET Framework versions are installed on machine?

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 318
    Comment on it

     

    There are different method to find which .NET Framework versions are installed on machine.These are:

     

    1. Using Command Prompt

     

    Open command prompt window and type the following command:

    dir %WINDIR%\Microsoft.Net\Framework\v*

    This will return all .NET Framework installed on machine.

     

     

    2. Using Registry Editor

     

    In run window type: 
    regedit.exe

    In the Registry Editor, open the following folder:

     

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP


    In these you have seen all .NET Framework installed on machine.
     

     

     

    3. Using Windows Explorer

     

    In run window type:

     

    %windir%\Microsoft.NET\Framework\

     

    In this you have seen folders of all .NET Framework installed on machine.

     

     

    Thanks

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: