How do I install .NET on a Windows 11 machine

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

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

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,439 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,369 questions
{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. Ian Xue (Shanghai Wicresoft Co., Ltd.) 31,016 Reputation points Microsoft Vendor
    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 7,761 Reputation points MVP
    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