Skip to content

Commit 0dcbddf

Browse files
authored
Add a little note instructions (#44668)
* Update windows.md * Remove redundant phrase in installation tip
1 parent 0abbbc1 commit 0dcbddf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/core/install/windows.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ author: adegeo
55
ms.author: adegeo
66
ms.topic: install-set-up-deploy #Don't change
77
ms.date: 11/11/2024
8+
no-loc: ["Program Files", "dotnet"]
89
#customer intent: As a developer or user, I want to decide the best way to install .NET on Windows.
910
---
1011

@@ -395,7 +396,10 @@ Most likely you installed both the x86 (32-bit) and x64 (64-bit) versions of the
395396
C:\Program Files\dotnet\dotnet.exe
396397
```
397398
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).
399403
400404
01. Press the Windows button and type "Edit the system environment variables" into search. Select **Edit the system environment variables**.
401405

0 commit comments

Comments
 (0)