From e5eb03872579e2a8c4bf94b03042a19679f0a3a6 Mon Sep 17 00:00:00 2001 From: tlejolivet Date: Mon, 5 Oct 2020 09:38:30 +0200 Subject: [PATCH] Correction of the window title --- Windows10DebloaterGUI.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows10DebloaterGUI.ps1 b/Windows10DebloaterGUI.ps1 index 69c1c22..83812db 100644 --- a/Windows10DebloaterGUI.ps1 +++ b/Windows10DebloaterGUI.ps1 @@ -217,7 +217,7 @@ $Form.FormBorderStyle = 'FixedSingle' $Form.MinimizeBox = $false $Form.MaximizeBox = $false $Form.ShowIcon = $false -$Form.text = "Windows10Debloader" +$Form.text = "Windows10Debloater" $Form.TopMost = $false $Form.BackColor = [System.Drawing.ColorTranslator]::FromHtml("#252525")