---
title: "Installing .NET on Windows Without Admin Privileges"
url: https://daily.dev/posts/installing-net-on-windows-without-admin-privileges-soirxmx5m
source_url: https://nodogmablog.bryanhogan.net/2026/03/installing-net-on-windows-without-admin-privileges
type: article
source: "No Dogma Blog (Bryan Hogan)"
published: 2026-05-31T07:47:01.616Z
updated: 2026-05-31T08:46:21.969Z
tags: ["windows", ".net", "c#"]
reading_time: 2
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Installing .NET on Windows Without Admin Privileges

**[No Dogma Blog \(Bryan Hogan\)](https://daily.dev/sources/bryanhogan)** · 2 min read · 0 upvotes · 0 comments

## Summary

A short guide for installing .NET on Windows without administrator privileges. Instead of using the MSI installer (which requires admin rights), you download the zip version of .NET, extract it to a user-accessible directory like `c:\dotnet`, then configure the `DOTNET_ROOT` environment variable and update the user-level `PATH` to point to that directory. After opening a new terminal, the `dotnet` command becomes available globally.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://nodogmablog.bryanhogan.net/2026/03/installing-net-on-windows-without-admin-privileges>

---

Tags: [#windows](https://daily.dev/tags/windows), [#.net](https://daily.dev/tags/.net), [#c#](https://daily.dev/tags/c#)

[View this post on daily.dev](https://daily.dev/posts/installing-net-on-windows-without-admin-privileges-soirxmx5m)
