Browse Source

Correction of the window title

tlejolivet 4 năm trước cách đây
mục cha
commit
e5eb038725
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Windows10DebloaterGUI.ps1

+ 1 - 1
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")