You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/install/windows.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ author: adegeo
5
5
ms.author: adegeo
6
6
ms.topic: install-set-up-deploy #Don't change
7
7
ms.date: 11/11/2024
8
+
no-loc: ["Program Files", "dotnet"]
8
9
#customer intent: As a developer or user, I want to decide the best way to install .NET on Windows.
9
10
---
10
11
@@ -395,7 +396,10 @@ Most likely you installed both the x86 (32-bit) and x64 (64-bit) versions of the
395
396
C:\Program Files\dotnet\dotnet.exe
396
397
```
397
398
398
-
If it's correct and the _Program Files\\_ is first, you don't have the problem this section is discussing and you should create a [.NET help request issue on GitHub](https://github.com/dotnet/core/issues/new?assignees=&labels=&template=01_bug_report.md&title=).
399
+
> [!TIP]
400
+
> Even though _Program Files_ is used in this example, you may see other copies of _dotnet.exe_ listed. Adjust them so that the appropriate _dotnet.exe_ is resolved first.
401
+
402
+
If it's correct and _Program Files\\_ is first, you don't have the problem this section is discussing and you should create a [.NET help request issue on GitHub](https://github.com/dotnet/core/issues/new?template=Blank+issue).
399
403
400
404
01. Press the Windows button and type "Edit the system environment variables" into search. Select **Edit the system environment variables**.
0 commit comments