From e9d9dcb7afd6953d87128315e6766d10d7dae0e3 Mon Sep 17 00:00:00 2001 From: pomodori92 <45762339+pomodori92@users.noreply.github.com> Date: Mon, 20 Apr 2026 10:12:47 +0200 Subject: [PATCH 1/2] Update help text in PowerShell profile --- asset/Microsoft.PowerShell_profile.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/asset/Microsoft.PowerShell_profile.ps1 b/asset/Microsoft.PowerShell_profile.ps1 index 4cda534..8dd63d5 100644 --- a/asset/Microsoft.PowerShell_profile.ps1 +++ b/asset/Microsoft.PowerShell_profile.ps1 @@ -723,9 +723,9 @@ function Show-Help { $helpText = @" $($PSStyle.Foreground.Cyan)Guida al Profilo PowerShell$($PSStyle.Reset) $($PSStyle.Foreground.Red)========================================================$($PSStyle.Reset) -$($PSStyle.Foreground.Green)Verde (Safe):$($PSStyle.Reset) utilizzo sicuro, non comporta problematiche. -$($PSStyle.Foreground.Yellow)Giallo (Warning):$($PSStyle.Reset) Attenzione leggere attentamente la descrizione, questo tipo di comandi comportano variazioni distruttive al sistema. -$($PSStyle.Foreground.Red)Rosso (ALLERT!):$($PSStyle.Reset) Queste funzioni sono state designare per effettuare modifiche profonde e distruttive, attento a cosa stai facendo! +$($PSStyle.Foreground.Green)Verde (Safe):$($PSStyle.Reset) L'utilizzo non comporta rischi o problemi. +$($PSStyle.Foreground.Yellow)Giallo (Warning):$($PSStyle.Reset) Attenzione! Leggere la descrizione perché questi comandi comportano variazioni rischiose al sistema. +$($PSStyle.Foreground.Red)Rosso (ALERT!):$($PSStyle.Reset) STOP! Queste funzioni sono state designare per effettuare modifiche profonde e distruttive. Attento! $($PSStyle.Foreground.Green)====================================================================================$($PSStyle.Reset) From 2c5ea690c6471f7810ebe4fb78b3d4fc2992c9cf Mon Sep 17 00:00:00 2001 From: Magnetar Man <40738529+Magnetarman@users.noreply.github.com> Date: Mon, 20 Apr 2026 17:34:22 +0200 Subject: [PATCH 2/2] Update profile version to 2.5.4.3 --- asset/Microsoft.PowerShell_profile.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asset/Microsoft.PowerShell_profile.ps1 b/asset/Microsoft.PowerShell_profile.ps1 index 8dd63d5..52a95ca 100644 --- a/asset/Microsoft.PowerShell_profile.ps1 +++ b/asset/Microsoft.PowerShell_profile.ps1 @@ -13,7 +13,7 @@ # CONFIGURAZIONE CENTRALIZZATA (URL) # ============================================================================ -$ProfileVersion = "2.5.4.1" +$ProfileVersion = "2.5.4.3" $URL_SPEEDTEST = "https://github.com/Magnetarman/WinToolkit/raw/refs/heads/Dev/asset/speedtest.exe" $URL_WINTOOLKIT_STABLE = "https://magnetarman.com/WinToolkit"