From 3c1b9b97cce1032d5a5fb8a9ec9cc52860466473 Mon Sep 17 00:00:00 2001 From: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com> Date: Sat, 12 Apr 2025 23:42:10 +0200 Subject: [PATCH 1/2] Fix: Set PowerShell console color --- Source/NETworkManager/ViewModels/PowerShellHostViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NETworkManager/ViewModels/PowerShellHostViewModel.cs b/Source/NETworkManager/ViewModels/PowerShellHostViewModel.cs index f88a0a0b56..15e1b1b0f9 100644 --- a/Source/NETworkManager/ViewModels/PowerShellHostViewModel.cs +++ b/Source/NETworkManager/ViewModels/PowerShellHostViewModel.cs @@ -696,7 +696,7 @@ private void WriteDefaultProfileToRegistry() PowerShell.WriteDefaultProfileToRegistry( SettingsManager.Current.Appearance_Theme, - SettingsManager.Current.AWSSessionManager_ApplicationFilePath); + SettingsManager.Current.PowerShell_ApplicationFilePath); } #endregion From bbd01424e2570f7b51f8edbacd4e0e9d5ea5e800 Mon Sep 17 00:00:00 2001 From: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com> Date: Sat, 12 Apr 2025 23:44:37 +0200 Subject: [PATCH 2/2] Docs: #3023 --- Website/docs/changelog/next-release.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Website/docs/changelog/next-release.md b/Website/docs/changelog/next-release.md index cc1900a9b9..6ffcee8689 100644 --- a/Website/docs/changelog/next-release.md +++ b/Website/docs/changelog/next-release.md @@ -43,6 +43,10 @@ Release date: **xx.xx.2025** - Re-select the network interface after a network change or configuration update. Thanks to [@Ghislain1](https://github.com/Ghislain1) [#3004](https://github.com/BornToBeRoot/NETworkManager/pull/3004) [#2962](https://github.com/BornToBeRoot/NETworkManager/pull/2962) +**PowerShell** + +- Set PowerShell console color for correct path... [#3023](https://github.com/BornToBeRoot/NETworkManager/pull/3023) + ## Dependencies, Refactoring & Documentation - Code cleanup & refactoring