How do I install .NET on a Windows 11 machine

Marsha Harner (Applause App Quality LLC) 0 Reputation points Microsoft External Staff
2024-05-08T21:59:29.1766667+00:00

How do I install .NET on a Windows 11 machine?

Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | .NET | Other
{count} votes

3 answers

Sort by: Most helpful
  1. Pruthviraj Mundargi 0 Reputation points
    2024-05-08T22:33:11.72+00:00

    open Command Prompt as Administrator mode (press windows key, type cmd, right click run as administrator).

    following command to download the .NET installer

    curl -o dotnet-installer.exe https://dot.net/v1/dotnet-install.ps1

    run the following command to install .NET:

    dotnet-installer.exe -Shared

    follow the prompts to complete the installation. Once finished, .NET should be installed on your Windows 11 machine.

    0 comments No comments

  2. Anonymous
    2024-05-09T00:53:12.4433333+00:00

    Hi MAHESH-9058,

    Thank you for posting in Q&A.

    You can install .NET on Windows with winget, the .NET installer or the dotnet-install scripts.

    Please refer to this guide for details.

    https://learn.microsoft.com/en-us/dotnet/core/install/windows?tabs=net80

    Hope this helps.

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

  3. Kapil Arya 8,456 Reputation points MVP Volunteer Moderator
    2024-05-09T14:13:49.4566667+00:00

    Hello,

    Refer this step-by-step guide:

    https://www.kapilarya.com/how-to-enable-net-framework-3-5-in-windows-11

    Let us know if this helps!

    Note: Included link in this reply refers to blog post by a trusted Microsoft MVP.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.