From 93e18d395e8bcc8912436d6fa14c7bbd9afb9ee5 Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:33:28 -0800 Subject: [PATCH 1/2] Update windows.md --- docs/core/install/windows.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/core/install/windows.md b/docs/core/install/windows.md index 4cb70f77314d3..1ae7a14832856 100644 --- a/docs/core/install/windows.md +++ b/docs/core/install/windows.md @@ -5,6 +5,7 @@ author: adegeo ms.author: adegeo ms.topic: install-set-up-deploy #Don't change ms.date: 11/11/2024 +no-loc: ["Program Files", "dotnet"] #customer intent: As a developer or user, I want to decide the best way to install .NET on Windows. --- @@ -395,7 +396,10 @@ Most likely you installed both the x86 (32-bit) and x64 (64-bit) versions of the C:\Program Files\dotnet\dotnet.exe ``` - 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=). + > [!TIP] + > Even though _Program Files_ is used in this example, you may see other copies of _dotnet.exe_ listed. Adjust them as required so that the appropriate _dotnet.exe_ is resolved first. + + 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). 01. Press the Windows button and type "Edit the system environment variables" into search. Select **Edit the system environment variables**. From 5faaaa5b8064e760b4d23c946bcfc1bb75b2e498 Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:53:18 -0800 Subject: [PATCH 2/2] Remove redundant phrase in installation tip --- docs/core/install/windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/install/windows.md b/docs/core/install/windows.md index 1ae7a14832856..24918533f3f16 100644 --- a/docs/core/install/windows.md +++ b/docs/core/install/windows.md @@ -397,7 +397,7 @@ Most likely you installed both the x86 (32-bit) and x64 (64-bit) versions of the ``` > [!TIP] - > Even though _Program Files_ is used in this example, you may see other copies of _dotnet.exe_ listed. Adjust them as required so that the appropriate _dotnet.exe_ is resolved first. + > 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. 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).